-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: neurop9_hhy
-- ------------------------------------------------------
-- Server version 	5.5.5-10.2.25-MariaDB-log
-- Date: Wed, 18 Dec 2019 18:47:03 +0000

/*!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 utf8 */;
/*!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 `wpvq_commentmeta`
--

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

--
-- Dumping data for table `wpvq_commentmeta`
--

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

-- Dumped table `wpvq_commentmeta` with 0 row(s)
--

--
-- Table structure for table `wpvq_comments`
--

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

--
-- Dumping data for table `wpvq_comments`
--

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

-- Dumped table `wpvq_comments` with 0 row(s)
--

--
-- Table structure for table `wpvq_em_bookings`
--

DROP TABLE IF EXISTS `wpvq_em_bookings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_em_bookings` (
  `booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_id` bigint(20) unsigned DEFAULT NULL,
  `person_id` bigint(20) unsigned NOT NULL,
  `booking_spaces` int(5) NOT NULL,
  `booking_comment` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_date` timestamp NOT NULL DEFAULT current_timestamp(),
  `booking_status` tinyint(1) NOT NULL DEFAULT 1,
  `booking_price` decimal(14,4) unsigned NOT NULL DEFAULT 0.0000,
  `booking_tax_rate` decimal(7,4) DEFAULT NULL,
  `booking_taxes` decimal(14,4) DEFAULT NULL,
  `booking_meta` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`booking_id`),
  KEY `event_id` (`event_id`),
  KEY `person_id` (`person_id`),
  KEY `booking_status` (`booking_status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_em_bookings`
--

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

-- Dumped table `wpvq_em_bookings` with 0 row(s)
--

--
-- Table structure for table `wpvq_em_events`
--

DROP TABLE IF EXISTS `wpvq_em_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_em_events` (
  `event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `event_slug` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_owner` bigint(20) unsigned DEFAULT NULL,
  `event_status` int(1) DEFAULT NULL,
  `event_name` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_start_date` date DEFAULT NULL,
  `event_end_date` date DEFAULT NULL,
  `event_start_time` time DEFAULT NULL,
  `event_end_time` time DEFAULT NULL,
  `event_all_day` int(1) DEFAULT NULL,
  `event_start` datetime DEFAULT NULL,
  `event_end` datetime DEFAULT NULL,
  `event_timezone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `post_content` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_rsvp` tinyint(1) NOT NULL DEFAULT 0,
  `event_rsvp_date` date DEFAULT NULL,
  `event_rsvp_time` time DEFAULT NULL,
  `event_rsvp_spaces` int(5) DEFAULT NULL,
  `event_spaces` int(5) DEFAULT 0,
  `event_private` tinyint(1) NOT NULL DEFAULT 0,
  `location_id` bigint(20) unsigned DEFAULT NULL,
  `recurrence_id` bigint(20) unsigned DEFAULT NULL,
  `event_date_created` datetime DEFAULT NULL,
  `event_date_modified` datetime DEFAULT NULL,
  `recurrence` tinyint(1) DEFAULT 0,
  `recurrence_interval` int(4) DEFAULT NULL,
  `recurrence_freq` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `recurrence_byday` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `recurrence_byweekno` int(4) DEFAULT NULL,
  `recurrence_days` int(4) DEFAULT NULL,
  `recurrence_rsvp_days` int(3) DEFAULT NULL,
  `blog_id` bigint(20) unsigned DEFAULT NULL,
  `group_id` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`event_id`),
  KEY `event_status` (`event_status`),
  KEY `post_id` (`post_id`),
  KEY `blog_id` (`blog_id`),
  KEY `group_id` (`group_id`),
  KEY `location_id` (`location_id`),
  KEY `event_start` (`event_start`),
  KEY `event_end` (`event_end`),
  KEY `event_start_date` (`event_start_date`),
  KEY `event_end_date` (`event_end_date`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_em_events`
--

LOCK TABLES `wpvq_em_events` WRITE;
/*!40000 ALTER TABLE `wpvq_em_events` DISABLE KEYS */;
INSERT INTO `wpvq_em_events` VALUES (1,199,'himalayan-hatha-yoga-advance-level',1,1,'Himalayan Hatha  Yoga Advance level','2019-09-16','2019-12-09','10:30:00','10:30:00',0,'2019-09-16 09:30:00','2019-12-09 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-09-16',NULL,NULL,NULL,0,1,NULL,'2019-09-21 16:45:21',NULL,1,1,'weekly','1',1,0,0,NULL,0),(2,202,'himalayan-hatha-yoga-advance-level-2019-09-16',1,1,'Himalayan Hatha  Yoga Advance level','2019-09-16','2019-09-16','10:30:00','10:30:00',0,'2019-09-16 09:30:00','2019-09-16 09:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-09-16',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,203,'himalayan-hatha-yoga-advance-level-2019-09-23',1,1,'Himalayan Hatha  Yoga Advance level','2019-09-23','2019-09-23','10:30:00','10:30:00',0,'2019-09-23 09:30:00','2019-09-23 09:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-09-23',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(4,204,'himalayan-hatha-yoga-advance-level-2019-09-30',1,1,'Himalayan Hatha  Yoga Advance level','2019-09-30','2019-09-30','10:30:00','10:30:00',0,'2019-09-30 09:30:00','2019-09-30 09:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-09-30',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(5,205,'himalayan-hatha-yoga-advance-level-2019-10-07',1,1,'Himalayan Hatha  Yoga Advance level','2019-10-07','2019-10-07','10:30:00','10:30:00',0,'2019-10-07 09:30:00','2019-10-07 09:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-10-07',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(6,206,'himalayan-hatha-yoga-advance-level-2019-10-14',1,1,'Himalayan Hatha  Yoga Advance level','2019-10-14','2019-10-14','10:30:00','10:30:00',0,'2019-10-14 09:30:00','2019-10-14 09:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-10-14',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(7,207,'himalayan-hatha-yoga-advance-level-2019-10-21',1,1,'Himalayan Hatha  Yoga Advance level','2019-10-21','2019-10-21','10:30:00','10:30:00',0,'2019-10-21 09:30:00','2019-10-21 09:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-10-21',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(8,208,'himalayan-hatha-yoga-advance-level-2019-10-28',1,1,'Himalayan Hatha  Yoga Advance level','2019-10-28','2019-10-28','10:30:00','10:30:00',0,'2019-10-28 10:30:00','2019-10-28 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-10-28',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(9,209,'himalayan-hatha-yoga-advance-level-2019-11-04',1,1,'Himalayan Hatha  Yoga Advance level','2019-11-04','2019-11-04','10:30:00','10:30:00',0,'2019-11-04 10:30:00','2019-11-04 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-11-04',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(10,210,'himalayan-hatha-yoga-advance-level-2019-11-11',1,1,'Himalayan Hatha  Yoga Advance level','2019-11-11','2019-11-11','10:30:00','10:30:00',0,'2019-11-11 10:30:00','2019-11-11 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-11-11',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(11,211,'himalayan-hatha-yoga-advance-level-2019-11-18',1,1,'Himalayan Hatha  Yoga Advance level','2019-11-18','2019-11-18','10:30:00','10:30:00',0,'2019-11-18 10:30:00','2019-11-18 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-11-18',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(12,212,'himalayan-hatha-yoga-advance-level-2019-11-25',1,1,'Himalayan Hatha  Yoga Advance level','2019-11-25','2019-11-25','10:30:00','10:30:00',0,'2019-11-25 10:30:00','2019-11-25 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-11-25',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(13,213,'himalayan-hatha-yoga-advance-level-2019-12-02',1,1,'Himalayan Hatha  Yoga Advance level','2019-12-02','2019-12-02','10:30:00','10:30:00',0,'2019-12-02 10:30:00','2019-12-02 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-12-02',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(14,214,'himalayan-hatha-yoga-advance-level-2019-12-09',1,1,'Himalayan Hatha  Yoga Advance level','2019-12-09','2019-12-09','10:30:00','10:30:00',0,'2019-12-09 10:30:00','2019-12-09 10:30:00','Europe/London','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>',0,'2019-12-09',NULL,NULL,NULL,0,1,1,'2019-09-21 16:45:21',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `wpvq_em_events` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_em_events` with 14 row(s)
--

--
-- Table structure for table `wpvq_em_locations`
--

DROP TABLE IF EXISTS `wpvq_em_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_em_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `blog_id` bigint(20) unsigned DEFAULT NULL,
  `location_slug` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_name` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_owner` bigint(20) unsigned NOT NULL DEFAULT 0,
  `location_address` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_town` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_state` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_postcode` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_region` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_country` char(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_latitude` float(10,6) DEFAULT NULL,
  `location_longitude` float(10,6) DEFAULT NULL,
  `post_content` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_status` int(1) DEFAULT NULL,
  `location_private` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`location_id`),
  KEY `location_state` (`location_state`(191)),
  KEY `location_region` (`location_region`(191)),
  KEY `location_country` (`location_country`),
  KEY `post_id` (`post_id`),
  KEY `blog_id` (`blog_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_em_locations`
--

LOCK TABLES `wpvq_em_locations` WRITE;
/*!40000 ALTER TABLE `wpvq_em_locations` DISABLE KEYS */;
INSERT INTO `wpvq_em_locations` VALUES (1,201,0,'total-chi-yoga-bar','Total Chi Yoga Bar',1,'243 Baker Street','Lonodn',NULL,'NW1 6XE ',NULL,'GB',NULL,NULL,NULL,1,0);
/*!40000 ALTER TABLE `wpvq_em_locations` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_em_locations` with 1 row(s)
--

--
-- Table structure for table `wpvq_em_meta`
--

DROP TABLE IF EXISTS `wpvq_em_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_em_meta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `object_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_date` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`meta_id`),
  KEY `object_id` (`object_id`),
  KEY `meta_key` (`meta_key`(250))
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_em_meta`
--

LOCK TABLES `wpvq_em_meta` WRITE;
/*!40000 ALTER TABLE `wpvq_em_meta` DISABLE KEYS */;
INSERT INTO `wpvq_em_meta` VALUES (1,16,'category-bgcolor','#FFFFFF','2019-09-21 16:27:50'),(2,17,'category-bgcolor','#FFFFFF','2019-09-21 16:29:05'),(3,18,'category-bgcolor','#FFFFFF','2019-09-21 16:29:55'),(4,19,'category-bgcolor','#FFFFFF','2019-09-21 16:30:17');
/*!40000 ALTER TABLE `wpvq_em_meta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_em_meta` with 4 row(s)
--

--
-- Table structure for table `wpvq_em_tickets`
--

DROP TABLE IF EXISTS `wpvq_em_tickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_em_tickets` (
  `ticket_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_id` bigint(20) unsigned NOT NULL,
  `ticket_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ticket_description` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ticket_price` decimal(14,4) DEFAULT NULL,
  `ticket_start` datetime DEFAULT NULL,
  `ticket_end` datetime DEFAULT NULL,
  `ticket_min` int(10) DEFAULT NULL,
  `ticket_max` int(10) DEFAULT NULL,
  `ticket_spaces` int(11) DEFAULT NULL,
  `ticket_members` int(1) DEFAULT NULL,
  `ticket_members_roles` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ticket_guests` int(1) DEFAULT NULL,
  `ticket_required` int(1) DEFAULT NULL,
  `ticket_meta` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`ticket_id`),
  KEY `event_id` (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_em_tickets`
--

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

-- Dumped table `wpvq_em_tickets` with 0 row(s)
--

--
-- Table structure for table `wpvq_em_tickets_bookings`
--

DROP TABLE IF EXISTS `wpvq_em_tickets_bookings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_em_tickets_bookings` (
  `ticket_booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `booking_id` bigint(20) unsigned NOT NULL,
  `ticket_id` bigint(20) unsigned NOT NULL,
  `ticket_booking_spaces` int(6) NOT NULL,
  `ticket_booking_price` decimal(14,4) NOT NULL,
  PRIMARY KEY (`ticket_booking_id`),
  KEY `booking_id` (`booking_id`),
  KEY `ticket_id` (`ticket_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_em_tickets_bookings`
--

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

-- Dumped table `wpvq_em_tickets_bookings` with 0 row(s)
--

--
-- Table structure for table `wpvq_links`
--

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

--
-- Dumping data for table `wpvq_links`
--

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

-- Dumped table `wpvq_links` with 0 row(s)
--

--
-- Table structure for table `wpvq_ngg_album`
--

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

--
-- Dumping data for table `wpvq_ngg_album`
--

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

-- Dumped table `wpvq_ngg_album` with 0 row(s)
--

--
-- Table structure for table `wpvq_ngg_gallery`
--

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

--
-- Dumping data for table `wpvq_ngg_gallery`
--

LOCK TABLES `wpvq_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wpvq_ngg_gallery` DISABLE KEYS */;
INSERT INTO `wpvq_ngg_gallery` VALUES (1,'himalayan-hatha-yoga-2019','Himalayan-Hatha-Yoga-2019','wp-content/gallery/himalayan-hatha-yoga-2019/','Himalayan Hatha Yoga 2019',NULL,0,1,1,345);
/*!40000 ALTER TABLE `wpvq_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_ngg_gallery` with 1 row(s)
--

--
-- Table structure for table `wpvq_ngg_pictures`
--

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

--
-- Dumping data for table `wpvq_ngg_pictures`
--

LOCK TABLES `wpvq_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wpvq_ngg_pictures` DISABLE KEYS */;
INSERT INTO `wpvq_ngg_pictures` VALUES (1,'2zd8x5zysk6gvp43u1wjrg',0,1,'2ZD8x5zySk6gvP43u1wJrg.jpg','','2ZD8x5zySk6gvP43u1wJrg','2019-01-22 15:20:26',0,0,'eyJhcGVydHVyZSI6IkYgMS44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiaVBob25lIFgiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjE1NDgxNzA0MjYsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjQgbW0iLCJpc28iOjMyLCJzaHV0dGVyX3NwZWVkIjoiMVwvMTIwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIyWkQ4eDV6eVNrNmd2UDQzdTF3SnJnLmpwZyIsIndpZHRoIjo0MDMyLCJoZWlnaHQiOjMwMjQsImdlbmVyYXRlZCI6IjAuNjk0NzIzMDAgMTU2OTc1MzYzNiJ9LCJtZDUiOiI5YmVmZDhjZmMxM2Q0MGVkMDU4NDIyYzk1ZTlhMmVjMiIsImZ1bGwiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwibWQ1IjoiOWJlZmQ4Y2ZjMTNkNDBlZDA1ODQyMmM5NWU5YTJlYzIifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18yWkQ4eDV6eVNrNmd2UDQzdTF3SnJnLmpwZyIsImdlbmVyYXRlZCI6IjAuODU2MzQ5MDAgMTU2OTc1MzYzNyJ9fQ==',346,1569753637),(2,'img_6347',0,1,'IMG_6347.JPG','','IMG_6347','2019-01-22 15:20:26',0,0,'eyJhcGVydHVyZSI6IkYgMS44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiaVBob25lIFgiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjE1NDgxNzA0MjYsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjQgbW0iLCJpc28iOjMyLCJzaHV0dGVyX3NwZWVkIjoiMVwvMTIwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJTUdfNjM0Ny5KUEciLCJ3aWR0aCI6NDAzMiwiaGVpZ2h0IjozMDI0LCJnZW5lcmF0ZWQiOiIwLjExMDIwNzAwIDE1Njk3NTM2NDMifSwibWQ1IjoiMjg1NjlkMDM1ODRhNTE5MjJmNzY5M2JlMDg2YWZmNmUiLCJmdWxsIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsIm1kNSI6IjI4NTY5ZDAzNTg0YTUxOTIyZjc2OTNiZTA4NmFmZjZlIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfSU1HXzYzNDcuSlBHIiwiZ2VuZXJhdGVkIjoiMC4yMDMzMTAwMCAxNTY5NzUzNjQ0In19',347,1569753644),(3,'vuxnb0qgrmezzbggabyvta',0,1,'vUxNb0QgRmezzbggabYvTA.jpg','','vUxNb0QgRmezzbggabYvTA','2019-01-22 15:20:31',0,0,'eyJhcGVydHVyZSI6IkYgMS44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiaVBob25lIFgiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjE1NDgxNzA0MzEsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjQgbW0iLCJpc28iOjMyLCJzaHV0dGVyX3NwZWVkIjoiMVwvMTIwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxNjAwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ2VXhOYjBRZ1JtZXp6YmdnYWJZdlRBLmpwZyIsIndpZHRoIjo0MDMyLCJoZWlnaHQiOjMwMjQsImdlbmVyYXRlZCI6IjAuNTI3Njg3MDAgMTU2OTc1MzY0OSJ9LCJtZDUiOiJkMGJjZjc4N2FkNDFiYjQ2ZGI3NDU0NGI5MDlkYzViOSIsImZ1bGwiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwibWQ1IjoiZDBiY2Y3ODdhZDQxYmI0NmRiNzQ1NDRiOTA5ZGM1YjkifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic192VXhOYjBRZ1JtZXp6YmdnYWJZdlRBLmpwZyIsImdlbmVyYXRlZCI6IjAuNjEwOTY4MDAgMTU2OTc1MzY1MCJ9fQ==',348,1569753650),(4,'sqwztabaswezo9yisfb0gw',0,1,'SQWztabaSweZo9yIsFb0gw.jpg','','SQWztabaSweZo9yIsFb0gw','2019-01-22 15:20:37',0,0,'eyJhcGVydHVyZSI6IkYgMi40IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiaVBob25lIFgiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjE1NDgxNzA0MzcsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjYgbW0iLCJpc28iOjE2LCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjE2MDAsImhlaWdodCI6MTIwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IlNRV3p0YWJhU3dlWm85eUlzRmIwZ3cuanBnIiwid2lkdGgiOjQwMzIsImhlaWdodCI6MzAyNCwiZ2VuZXJhdGVkIjoiMC45OTU3MjUwMCAxNTY5NzUzNjU0In0sIm1kNSI6IjFlNjhhZTk4YmYzMDYxNmYxYzI0MmIyYjcyNGNlODc2IiwiZnVsbCI6eyJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjoxMjAwLCJtZDUiOiIxZTY4YWU5OGJmMzA2MTZmMWMyNDJiMmI3MjRjZTg3NiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX1NRV3p0YWJhU3dlWm85eUlzRmIwZ3cuanBnIiwiZ2VuZXJhdGVkIjoiMC40Nzk1NTcwMCAxNTY5NzUzNjU2In19',349,1569753656);
/*!40000 ALTER TABLE `wpvq_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_ngg_pictures` with 4 row(s)
--

--
-- Table structure for table `wpvq_options`
--

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

--
-- Dumping data for table `wpvq_options`
--

LOCK TABLES `wpvq_options` WRITE;
/*!40000 ALTER TABLE `wpvq_options` DISABLE KEYS */;
INSERT INTO `wpvq_options` VALUES (1,'siteurl','https://himalayanhathayoga.com','yes'),(2,'home','https://himalayanhathayoga.com','yes'),(3,'blogname','Himalayan Hatha Yoga','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','yogivillegurukul@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','12','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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:27:\"ocean-extra/ocean-extra.php\";i:1;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:2;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:8;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:9;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:10;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:11;s:24:\"wordpress-seo/wp-seo.php\";i:12;s:24:\"wpforms-lite/wpforms.php\";i:13;s:29:\"nextgen-gallery/nggallery.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:72:\"/home/neurop9/himalayanhathayoga.com/wp-content/themes/oceanwp/style.css\";i:1;s:91:\"/home/neurop9/himalayanhathayoga.com/wp-content/plugins/boldgrid-backup/boldgrid-backup.php\";i:2;s:0:\"\";}','no'),(40,'template','oceanwp','yes'),(41,'stylesheet','oceanwp','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:4:{s:5:\"title\";s:14:\"Our Associates\";s:4:\"text\";s:342:\"<a href=\"http://www.yogiville.life\">www.yogiville.life</a>\r\n\r\n<a href=\"http://www.ashoktree.com\">www.ashoktree.com</a>\r\n\r\n<a href=\"http://www.yogivillegurukul.com\">www.yogivillegurukul.com</a>\r\n\r\n<a href=\"http://www.yogisattwa.com\">www.yogisattwa.com</a>\r\n\r\n<a href=\"http://www.yogalifeconference.com\">www.yogalifeconference.com</a>\r\n\r\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','88','yes'),(84,'page_on_front','76','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','429','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wpvq_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:105:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:14:\"publish_events\";b:1;s:20:\"delete_others_events\";b:1;s:18:\"edit_others_events\";b:1;s:22:\"manage_others_bookings\";b:1;s:24:\"publish_recurring_events\";b:1;s:30:\"delete_others_recurring_events\";b:1;s:28:\"edit_others_recurring_events\";b:1;s:17:\"publish_locations\";b:1;s:23:\"delete_others_locations\";b:1;s:16:\"delete_locations\";b:1;s:21:\"edit_others_locations\";b:1;s:23:\"delete_event_categories\";b:1;s:21:\"edit_event_categories\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;s:24:\"NextGEN Attach Interface\";b:1;s:22:\"NextGEN Change options\";b:1;s:20:\"NextGEN Change style\";b:1;s:18:\"NextGEN Edit album\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:21:\"NextGEN Upload images\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:68:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:14:\"publish_events\";b:1;s:20:\"delete_others_events\";b:1;s:18:\"edit_others_events\";b:1;s:22:\"manage_others_bookings\";b:1;s:24:\"publish_recurring_events\";b:1;s:30:\"delete_others_recurring_events\";b:1;s:28:\"edit_others_recurring_events\";b:1;s:17:\"publish_locations\";b:1;s:23:\"delete_others_locations\";b:1;s:16:\"delete_locations\";b:1;s:21:\"edit_others_locations\";b:1;s:23:\"delete_event_categories\";b:1;s:21:\"edit_event_categories\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:25:{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:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:17:{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:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:22:\"read_private_locations\";b:1;s:19:\"read_private_events\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:70:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:14:\"publish_events\";b:1;s:20:\"delete_others_events\";b:1;s:18:\"edit_others_events\";b:1;s:22:\"manage_others_bookings\";b:1;s:24:\"publish_recurring_events\";b:1;s:30:\"delete_others_recurring_events\";b:1;s:28:\"edit_others_recurring_events\";b:1;s:17:\"publish_locations\";b:1;s:23:\"delete_others_locations\";b:1;s:16:\"delete_locations\";b:1;s:21:\"edit_others_locations\";b:1;s:23:\"delete_event_categories\";b:1;s:21:\"edit_event_categories\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:69:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:14:\"publish_events\";b:1;s:20:\"delete_others_events\";b:1;s:18:\"edit_others_events\";b:1;s:22:\"manage_others_bookings\";b:1;s:24:\"publish_recurring_events\";b:1;s:30:\"delete_others_recurring_events\";b:1;s:28:\"edit_others_recurring_events\";b:1;s:17:\"publish_locations\";b:1;s:23:\"delete_others_locations\";b:1;s:16:\"delete_locations\";b:1;s:21:\"edit_others_locations\";b:1;s:23:\"delete_event_categories\";b:1;s:21:\"edit_event_categories\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:13:{s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:12:\"categories-2\";i:3;s:7:\"pages-3\";}s:15:\"footer-widget-1\";a:1:{i:0;s:16:\"wpforms-widget-3\";}s:15:\"footer-widget-2\";a:1:{i:0;s:11:\"tag_cloud-3\";}s:24:\"advanced-footer-widget-1\";a:1:{i:0;s:6:\"text-3\";}s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:0:{}s:9:\"sidebar-2\";a:4:{i:0;s:8:\"search-3\";i:1;s:20:\"ocean_recent_posts-2\";i:2;s:16:\"ocean_facebook-2\";i:3;s:20:\"ocean_social_share-2\";}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:1:{i:0;s:17:\"ocean_mailchimp-2\";}s:10:\"footer-two\";a:1:{i:0;s:7:\"pages-4\";}s:12:\"footer-three\";a:1:{i:0;s:12:\"categories-3\";}s:11:\"footer-four\";a:1:{i:0;s:20:\"ocean_custom_links-2\";}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:15:{i:1576694945;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1576697125;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:1576697154;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1576704323;a:4:{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:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1576704356;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576704360;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:1576705109;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:1576705315;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576727220;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576751176;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1577010375;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1577109600;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1578038400;a:1:{s:24:\"tp_event_schedule_status\";a:1:{s:32:\"ef46ea5885389dcf21bd150574941e84\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:307;i:1;s:9:\"happening\";}}}}i:1580497200;a:1:{s:24:\"tp_event_schedule_status\";a:1:{s:32:\"faf4e9213bd41882ae56ed7197856ede\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:307;i:1;s:7:\"expired\";}}}}s:7:\"version\";i:2;}','yes'),(103,'widget_pages','a:3:{i:3;a:0:{}i:4;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:16:\"tribe_events_cat\";}}','yes'),(110,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'recovery_keys','a:0:{}','yes'),(113,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1569015446;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(121,'smm_version','1.3.1','yes'),(318,'tribe_events_calendar_options','a:25:{s:14:\"schema-version\";s:3:\"3.9\";s:20:\"freemius_random_seed\";i:67;s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:1:{i:0;s:1:\"0\";}s:18:\"latest_ecp_version\";s:5:\"4.9.8\";s:39:\"last-update-message-the-events-calendar\";s:5:\"4.9.8\";s:24:\"front_page_event_archive\";b:0;s:16:\"stylesheetOption\";s:4:\"full\";s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:20:\"tribeDisableTribeBar\";b:0;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:1;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:21:\"tribeEventsBeforeHTML\";s:20:\"Himalayan Hatha Yoga\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:13:\"earliest_date\";s:19:\"2019-09-16 10:30:00\";s:21:\"earliest_date_markers\";a:1:{i:0;s:3:\"191\";}s:11:\"latest_date\";s:19:\"2019-09-16 11:30:00\";s:19:\"latest_date_markers\";a:1:{i:0;s:3:\"191\";}}','yes'),(319,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8809,'so_contact_hashes','a:1:{s:32:\"7197786a4bd53572fef81876ffa4e118\";i:1573704944;}','yes'),(123,'wpforms_shareasale_id','1587694','yes'),(122,'disable_smm','0','yes'),(20488,'_transient_jetpack_idc_allowed','1','no'),(126,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.10.6.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:5:{s:5:\"1.8.0\";i:1569160173;s:6:\"1.11.2\";i:1569160186;s:6:\"1.11.4\";i:1569600494;s:6:\"1.11.8\";i:1571597140;s:6:\"1.12.1\";i:1575995252;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.1.0\";i:1575995252;}}}','yes'),(279,'ocean_extra_installed_time','1569015549','yes'),(284,'_elementor_installed_time','1569015614','yes'),(249,'ocean-extra-version','1.5.13','yes'),(472,'2nd_notice','second-time','yes'),(4372,'_amn_wpforms-lite_to_check','1576953992','yes'),(130,'boldgrid_backup_id','1e6fe7cf','no'),(131,'boldgrid_backup_settings','a:12:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:5;s:5:\"tod_m\";i:37;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:26:\"yogivillegurukul@gmail.com\";s:13:\"notifications\";a:2:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:0:{}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:16:\"backup_directory\";s:29:\"/home/neurop9/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"ea8a37fc1fb226f89b848f9c9964fc55a1f05652b5c5635d44286e35e624531a\";}','no'),(132,'jetpack_sync_settings_disable','0','yes'),(133,'widget_wpforms-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(135,'do_activate','0','yes'),(136,'jetpack_activated','2','yes'),(20519,'_transient_timeout_feed_mod_c8dc84948ab55424f034a4ced348e013','1576737994','no'),(20520,'_transient_feed_mod_c8dc84948ab55424f034a4ced348e013','1576694794','no'),(20521,'_transient_timeout_owp_feed_data_4160b56c6811147b535098f09e780ee9','1576737994','no'),(20522,'_transient_owp_feed_data_4160b56c6811147b535098f09e780ee9','<ul><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>500k Installs Milestone &amp; Black Friday deals</a><div class=\"rssSummary\">Hello everyone! As Black Friday approaches, OceanWP will offer some amazing deals! It’s also a great time to celebrate another milestone: 500,000 installs, making OceanWP the fastest growing WordPress theme!&hellip;</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/why-oceanwp-uses-rank-math/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>Why OceanWP Uses Rank Math</a><div class=\"rssSummary\">If you’re an avid OceanWP user and have recently installed our theme, you may have noticed that we make a few plugin recommendations. After all, you might be on this&hellip;</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>WordPress Hosting – How To Pick The Cost Effective Option?</a><div class=\"rssSummary\">When it comes to WordPress, then it is considered as one of the best content management system. It is easy to use that is the main reason why its demand&hellip;</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>15 SEO Tips and Techniques to Boost Ranking on WordPress</a><div class=\"rssSummary\">WordPress is one of the most popular free content management systems. It’s mostly used by bloggers, but WordPress also works for other types of sites, such as galleries, shops, and&hellip;</div></li></ul>','no'),(20523,'_site_transient_timeout_community-events-70a02a2b97f1a472f4fe42c38b976702','1576738003','no'),(20524,'_site_transient_community-events-70a02a2b97f1a472f4fe42c38b976702','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"80.2.240.0\";}s:6:\"events\";a:5:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WP Havering - WordPress Romford at WorkerBee\";s:3:\"url\";s:55:\"https://www.meetup.com/WP-Havering/events/szkkvpyzqbwb/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2019-12-17 18:00:00\";s:8:\"end_date\";s:19:\"2019-12-17 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.57580947876;s:9:\"longitude\";d:0.18548500537872;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:56:\"WordPress Portsmouth Meetup - Lightning Talks Part Three\";s:3:\"url\";s:68:\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/266605895/\";s:6:\"meetup\";s:27:\"Portsmouth WordPress Meetup\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/Portsmouth-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-12-18 19:00:00\";s:8:\"end_date\";s:19:\"2019-12-18 21:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Portsmouth, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:50.813472747803;s:9:\"longitude\";d:-1.0827939510345;}}i:2;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"? WordUp Brighton Festive Social 2019 ?\";s:3:\"url\";s:56:\"https://www.meetup.com/WordUp-Brighton/events/267111546/\";s:6:\"meetup\";s:15:\"WordUp Brighton\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/WordUp-Brighton/\";s:4:\"date\";s:19:\"2019-12-20 18:00:00\";s:8:\"end_date\";s:19:\"2019-12-20 21:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Brighton, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:50.826091766357;s:9:\"longitude\";d:-0.14140599966049;}}i:3;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"WordPress Meetup - WPTW\";s:3:\"url\";s:77:\"https://www.meetup.com/WordPress-Tunbridge-Wells-Meetup/events/dznmlpybccbdb/\";s:6:\"meetup\";s:39:\"WordPress Tunbridge Wells Meetup - WPTW\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/WordPress-Tunbridge-Wells-Meetup/\";s:4:\"date\";s:19:\"2020-01-02 19:00:00\";s:8:\"end_date\";s:19:\"2020-01-02 22:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:31:\"Tunbridge Wells, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.133113861084;s:9:\"longitude\";d:0.265242010355;}}i:4;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WP Havering - WordPress Romford at WorkerBee\";s:3:\"url\";s:56:\"https://www.meetup.com/WP-Havering/events/szkkvpybccbcc/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2020-01-21 18:00:00\";s:8:\"end_date\";s:19:\"2020-01-21 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.57580947876;s:9:\"longitude\";d:0.18548500537872;}}}}','no'),(20525,'_transient_timeout_wpseo-statistics-totals','1576781203','no'),(20526,'_transient_wpseo-statistics-totals','a:1:{i:2;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:4;s:4:\"link\";s:107:\"https://himalayanhathayoga.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}','no'),(20527,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1576738004','no'),(20528,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.4-alpha-46991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"State of the Word: the story of the slides\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8233\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Curious about the Gutenberg powered slides used during State of the Word? This post uncovers some technical and design aspects of the project!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ella van Durpe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11767:\"\n<p>During the State of the Word at WordCamp US 2019, Matt Mullenweg shared that Gutenberg was used to create his slides and the presentation was powered by the Slides plugin. Using WordPress to power a slide deck isn’t an obvious choice, so we wanted to showcase the process and give some tips for making slide layouts using Gutenberg.</p>\n\n\n\n<p><em>This post is co-written by Ella and <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie</a>, who (along with <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a></em> <em>and a cast of supporters) helped create this year’s State of the Word slide deck.</em></p>\n\n\n\n<h2>How it Started</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ellatrix/\">Ella Van Durpe</a> was selected to speak at <a href=\"https://www.youtube.com/watch?v=ZNWNhUPrqB4\">JSConf</a> and ReactEurope and wanted slides for her presentation.&nbsp;</p>\n\n\n\n<p>In the past, she’d used Reveal.js to create slides and enjoyed the freedom to create anything using HTML, CSS and JavaScript. These languages were comfortable, familiar, and also can be published on the web in their native format.&nbsp;</p>\n\n\n\n<p>For these new presentations, she wanted to use Reveal.js again but didn’t feel like writing all the HTML by hand. Creating blocks of content visually, without having to actually write any code, which can be published natively to the web, is exactly what Gutenberg was built for.</p>\n\n\n\n<p>The plugin was prototyped quickly, with hardcoded styles on the slides and zero options. At the end of each presentation, Ella shared a brief demo of the Gutenberg-based slides and the audience was amazed.</p>\n\n\n\n<figure class=\"wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> any chance you might open source this? <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://t.co/6hygMpBqUA\">https://t.co/6hygMpBqUA</a></p>&mdash; Pascal Birchler (@swissspidy) <a href=\"https://twitter.com/swissspidy/status/1131573525612048385?ref_src=twsrc%5Etfw\">May 23, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>As WordCamp US approached, Ella suggested that her plugin be used for State of the Word. Since it was such a hit with her audience members, it seemed like this would be a great chance to share it with the WordPress community as a whole.</p>\n\n\n\n<span id=\"more-8233\"></span>\n\n\n\n<h2>How it Works</h2>\n\n\n\n<h3>Technical information</h3>\n\n\n\n<p>The plugin registers a custom post type called “presentation” and a new “slide” block. The slide block is a sort of enhanced “Group” block, which is restricted to the root of the post, but you can put any other block inside it. As a result, you have a post filled with only slides at the root and slides filled with content. This maps perfectly to the Reveal.js markup, which requires content in HTML section elements.</p>\n\n\n\n<p>Since these slides each have their own design, the theme styles are disabled and styling is set from each slide. A custom presentation template is provided by the plugin to render the custom post on the front-end.</p>\n\n\n\n<p>Then Ella added options to style the slides. For example, she added options to control the slide background and font, at both the document level and individual slide level. She also added Reveal.js options, which allow you to change the transition style and speed. Lastly, she added a custom CSS field to allow style overwrites.</p>\n\n\n\n<p>For the State of the Word, she also added speaker notes and a speaker view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?fit=632%2C363&amp;ssl=1\" alt=\"\" class=\"wp-image-8271\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?w=1256&amp;ssl=1 1256w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=300%2C172&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=1024%2C588&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=768%2C441&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3>How it&#8217;s Designed</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?fit=632%2C515&amp;ssl=1\" alt=\"\" class=\"wp-image-8262\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?w=1114&amp;ssl=1 1114w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=300%2C245&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=1024%2C835&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=768%2C626&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>The inspiration for the slide designs came from Blue Note album covers (which were also the inspiration for the <a href=\"https://www.slideshare.net/photomatt/state-of-the-word-2011/\">2011 State of the Word slides</a>). These album covers inspired the recent “About” page in WordPress core and the starter content for the new Twenty Twenty theme. This style consists of strong, geometric shapes and simple forms with clean lines. Photography and bold typography are at the heart of this look.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?fit=632%2C541&amp;ssl=1\" alt=\"\" class=\"wp-image-8267\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=3586&amp;ssl=1 3586w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=300%2C257&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=1024%2C877&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=768%2C658&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=1536%2C1316&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=2048%2C1754&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>Various color palettes and font pairings were explored before selecting the best combination for the presentation.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?fit=632%2C407&amp;ssl=1\" alt=\"\" class=\"wp-image-8259\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?w=1311&amp;ssl=1 1311w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=300%2C193&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=1024%2C660&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=768%2C495&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>A strong photographic element was needed for the slides. Past WordCamps are a great source of photos, so we dug through years of photo galleries to find just the right shots. With colors, fonts, and photos, we laid the foundation to build the deck.</p>\n\n\n\n<h2>Tips for Making Gutenberg Slides</h2>\n\n\n\n<h3>Tip One: columns are your friends</h3>\n\n\n\n<p>If you want slides with a precise layout, use columns. As you can see here, we used a 3 column layout to center content within a slide:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=874&amp;ssl=1 874w, https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?resize=768%2C431&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Tip Two: spacer blocks are useful</h3>\n\n\n\n<p>Want to really unlock the power of columns? Combine them with the spacer block! We used spacer blocks to position content over background images, like in this slide:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8264\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=865&amp;ssl=1 865w, https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?resize=300%2C171&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?resize=768%2C438&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Tip Three: test on large screens</h3>\n\n\n\n<p>It’s important to preview and test your slides as you go. Make sure to design for the size and aspect ratio of the projector you’ll be using and do a visual check in presentation mode from time to time.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?fit=632%2C405&amp;ssl=1\" alt=\"\" class=\"wp-image-8269\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?w=1096&amp;ssl=1 1096w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=1024%2C657&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=768%2C493&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3>Tip Four: check your videos</h3>\n\n\n\n<p>A good demo video is integral to showcase new features. Joen Asmussen has a great post on <a href=\"https://automattic.design/2019/11/12/good-ui-demo-videos/\">creating effective demo videos</a>.</p>\n\n\n\n<h2>Lessons learned</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I’d love to make the art directed compositions easier to create. </em></p><cite><em>Mel Choyce-Dwan</em></cite></blockquote>\n\n\n\n<p>As Gutenberg evolves, one big improvement is that art direction will get easier. Even with the improvements this year, creating some layouts in Gutenberg was trickier than expected. For the more complicated compositions, we relied on SVGs. Eventually, the need for hacks will dissolve away, and a new world of exciting possibilities will open for everyone.</p>\n\n\n\n<p>Browsers offered one of our biggest learnings in this presentation, more than they would if you use Keynote or Powerpoint, for example (tools most of us have used). Often, we found that what we created in the editor varied a when viewed full-screen. We were able to mitigate this by updating the plugin to use a fixed size, instead of using the entire browser window.</p>\n\n\n\n<h2>Wrapping it up</h2>\n\n\n\n<p>If you would like to check out the State of the Word, you can watch the <a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">video</a> and read all about it in a <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">post</a>.</p>\n\n\n\n<p>The Slides plugin is not only available on the plugin repo, but you can also get the code from <a href=\"https://github.com/WordPress/slides\">GitHub</a> and <a href=\"https://translate.wordpress.org/projects/wp-plugins/slide/\">help translate</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:07:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"WordPress 5.3.1 is now available! This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below. WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4. You can download WordPress 5.3.1 by clicking the button at the top of this page, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12709:\"\n<p>WordPress 5.3.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.1 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Security updates</h2>\n\n\n\n<p>Four security issues affect WordPress versions 5.3 and earlier; version 5.3.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.3, there are also updated versions of 5.2 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to <a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a> for finding an issue where an unprivileged user could make a post sticky via the REST API.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.</li><li>Props to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/\">WordPress.org</a> Security Team for hardening <code>wp_kses_bad_protocol()</code> to ensure that it is aware of the named colon attribute.</li><li>Props to <a href=\"https://twitter.com/ducnt_\">Nguyen The Duc</a> for discovering a stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>Administration: improvements to admin form controls height and alignment standardization (see related <a href=\"https://make.wordpress.org/core/2019/12/11/admin-form-controls-height-and-alignment-standardization-in-wordpress-5-3-1/\">dev note</a>), dashboard widget links accessibility and alternate color scheme readability issues (see related <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">dev note</a>).</li><li>Block editor: fix Edge scrolling issues and intermittent JavaScript issues.</li><li>Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">dev note</a>) and fix Instagram embed CSS.</li><li>Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make&nbsp;<code>get_permalink()</code>&nbsp;more resilient against PHP timezone changes.</li><li>Embeds: remove CollegeHumor oEmbed provider as the service doesn&#8217;t exist anymore.</li><li>External libraries: update <code>sodium_compat</code>.</li><li>Site health: allow the remind interval for the admin email verification to be filtered.</li><li>Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.</li><li>Users: ensure administration email verification uses the user&#8217;s locale instead of the site locale.</li></ul>\n\n\n\n<p>For more information, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.3.1&amp;order=priority\">browse the full list of changes on Trac</a> or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">version 5.3.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.3.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">aravindajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">Maciej Mackowiak</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, and <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:54:\"\n		\n		\n				\n		\n				\n		\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Jill Binder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/12/people-of-wordpress-jill-binder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Dec 2019 23:27:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8192\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Jill Binder Jill Binder never meant to become an activist. She insists [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12123:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Jill Binder</strong></h2>\n\n\n\n<p>Jill Binder never meant to become an activist. She insists it was an accident.</p>\n\n\n\n<p>Despite that, Jill has led the Diversity Outreach Speaker Training working group in the WordPress Community team since 2017. This group is dedicated to increasing the number of women and other underrepresented groups who are stepping up to become speakers at WordPress Meetups, WordCamps, and events.&nbsp;</p>\n\n\n\n<h2><strong>Jill’s back story</strong></h2>\n\n\n\n<h3><strong>Internship</strong></h3>\n\n\n\n<p>Jill’s WordPress story begins in 2011, in Vancouver, Canada.&nbsp;Jill secured an internship for her college program, working on a higher education website that was built in WordPress.&nbsp;As a thank you, her practicum advisor bought Jill a ticket to WordCamp Vancouver 2011: Developer’s Edition. After that Jill began freelancing&nbsp; with WordPress as a Solopreneur.&nbsp;</p>\n\n\n\n<h3><strong>First steps in the WordPress community</strong></h3>\n\n\n\n<p>The following year her internship advisor, who had become a client, was creating the first ever BuddyCamp for BuddyPress. He asked Jill to be on his organizing team. At that event she also moderated a panel that had Matt Mullenweg on it. Then, Jill was invited to be on the core organizing team for WordCamp Vancouver.</p>\n\n\n\n<p>Part of this role meant reviewing and selecting speakers. From 40 speaker applications that could be a fit the team had to pick only 14 to speak.</p>\n\n\n\n<h2><strong>The diversity challenge when selecting speakers</strong></h2>\n\n\n\n<p>For anyone who has organized a conference, you know that speaker selection is hard. Of the 40 applications, 7 were from women, and the lead organizer selected 6 of those to be included in the speaker line up.</p>\n\n\n\n<p>At this point Jill wasn’t aware that very few women apply to speak at tech conferences and suggested selection should be made on the best fit for the conference. The team shared that not only did they feel the pitches were good and fit the conference, but they also needed to be accepted or the Organizers would be criticized for a lack of diversity.</p>\n\n\n\n<p>Selecting women for fear of criticism is embarrassing to admit, but that’s how people felt in 2013.</p>\n\n\n\n<p>By the time the event happened, though, the number of women speakers dropped to 4. And with an additional track being added, the number of speakers overall was up to 28. Only 1 speaker in 7 was a woman (or 14%) and attendees did ask questions and even blogged about the lack of representation.</p>\n\n\n\n<h2><strong>What keeps women from applying?</strong></h2>\n\n\n\n<p>Later that year at&nbsp; WordCamp San Francisco—the biggest WordCamp at the time (before there was a WordCamp US)—Jill took the opportunity to chat with other organizers about her experience. She found out that many organizers had trouble getting enough women to present.</p>\n\n\n\n<p>Surprisingly Vancouver had a high number of women applicants in comparison to others, and the consensus was more would be accepted&nbsp; if only more would apply.</p>\n\n\n\n<p>Jill decided that she&nbsp; needed to know why this was happening? Why weren’t there more women applying? She started researching, reading, and talking to people.</p>\n\n\n\n<p>Though this issue is complex, two things came up over and over:</p>\n\n\n\n<ul><li>“What would I talk about?”</li><li>“I’m not an expert on anything. I don’t know enough about anything to give a talk on it.”</li></ul>\n\n\n\n<h2><strong>A first workshop with encouraging results</strong></h2>\n\n\n\n<p>Then Jill had an idea. She brought up the issue at an event and someone suggested that they should get women together in a room and brainstorm speaker topics.</p>\n\n\n\n<p>So Jill became the lead of a small group creating a workshop in Vancouver: the talented Vanessa Chu, Kate Moore Hermes, and Mandi Wise. In one of the exercises that they created, participants were invited to brainstorm ideas—this proved that they had literally a hundred topic ideas and the biggest problem then became picking just one!</p>\n\n\n\n<p>In the first workshop, they focussed on:</p>\n\n\n\n<ul><li>Why it matters that women (<em>added later: diverse groups</em>) are in the front of the room</li><li>The myths of what it takes to be the speaker at the front of the room (aka beating impostor syndrome)</li><li>Different presentation formats, especially story-telling</li><li>Finding and refining a topic</li><li>Tips to become a better speaker</li><li>Leveling up by speaking in front of the group throughout the afternoon</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=632&#038;ssl=1\" alt=\"women gathering to discussion presentation topics\" class=\"wp-image-8195\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=600&amp;ssl=1 600w, https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?resize=300%2C200&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Vancouver Workshop 2014</figcaption></figure>\n\n\n\n<h2><strong>Leading to workshops across North America and then the world</strong></h2>\n\n\n\n<p>Other cities across North America heard about the workshop and started hosting them, adding their own material.</p>\n\n\n\n<p>Many women who initially joined her workshop wanted help getting even better at public speaking. So Jill&#8217;s Vancouver team added in some material created from the other cities and a bit more of their own. Such as:</p>\n\n\n\n<ul><li>Coming up with a great title</li><li>Writing a pitch that is more likely to get accepted</li><li>Writing a bio</li><li>Creating an outline</li></ul>\n\n\n\n<p>At WordCamp Vancouver 2014—only one year since Jill started—there were 50% women speakers and 3 times the number of women applicants! Not only that, but this WordCamp was a Developer’s Edition, where it’s more challenging to find women developers in general, let alone those who will step up to speak.</p>\n\n\n\n<h3><strong>More work is needed!</strong></h3>\n\n\n\n<p>Impressive as those results were, the reason Jill is so passionate about this work is because of what happened next:</p>\n\n\n\n<ul><li>Some of the women who attended the workshop stepped up to be leaders in the community and created new content for other women.</li><li>A handful of others became WordCamp organizers. One year Vancouver had an almost all-female organizing team – 5 out of 6!</li><li>It also influenced local businesses. One local business owner loved what one of the women speakers said so much that he hired her immediately. She was the first woman developer on the team, and soon after she became the Senior Developer.</li></ul>\n\n\n\n<h2><strong>Diversity touches on many levels</strong></h2>\n\n\n\n<p>Jill has seen time and again what happens when different people speak at the front of the room. More people feel welcome in the community. The speakers and the new community members bring new ideas and new passions that help to make the technology we are creating more inclusive. And together we generate new ideas that benefit everyone.</p>\n\n\n\n<p>This workshop was so successful, with typical results of going from 10% to 40-60% women speakers at WordCamps, that the WordPress Global Community Team asked Jill to promote it and train it for women and all diverse groups around the world. In late 2017, Jill started leading the Diverse Speaker Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#wpdiversity</a>).</p>\n\n\n\n<p>Dozens of community members across the world have now been trained to lead the workshop. With now dozens of workshops worldwide, for WordPress and other open source software projects as well, there is an increase in speaker diversity.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?fit=632%2C474&amp;ssl=1\" alt=\"Diverse Speaker Training group \" class=\"wp-image-8196\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>WordCamp US 2019</figcaption></figure>\n\n\n\n<p>As a result of the success, Jill is now sponsored to continue the program. The first sponsor is Automattic. She’s proud of how the diversity represented on the stage adds value not only to the brand but also in the long-term will lead to the creation of a better product. She’s inspired by seeing the communities change as a result of the new voices and new ideas at the WordPress events.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Jill’s leadership in the development and growth of the Diversity Outreach Speaker Training initiative has had a positive, measurable impact on WordPress community events worldwide. When WordPress events are more diverse, the WordPress project gets more diverse — which makes WordPress better for more people.”</em></p><cite><em> Andrea Middleton, Community organizer on the WordPress open source project</em></cite></blockquote>\n\n\n\n<h3><strong>Resources:</strong></h3>\n\n\n\n<ul><li>The Workshop: <a href=\"http://diversespeakers.info/\">http://diversespeakers.info/</a></li><li>More information: <a href=\"https://tiny.cc/wpdiversity\">https://tiny.cc/wpdiversity</a></li><li><a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/speakers/building-a-diverse-speaker-roster/\">How to build a diverse speaker roster</a></li><li><a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">Diversity Outreach Speaker Training Team</a></li></ul>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://lh6.googleusercontent.com/fq6qus5qmviDZaznrQnW-4wcbSs6NSrqeqEEGnPjgi2WJrVevNm4Em4KsP-VVH_0kMgWuNtW7mm_V9-hKtrrJFohRi6KrUXAoLHjrymChCltMr9fuh4dBIu_0SqNPts0MZgcvh_W\" alt=\"\" width=\"153\" height=\"115\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\n\n\n<p><em><strong>Correction: December 7, 2019</strong><br>The original article mentioned the team Jill lead, but did not mention the team members who joined her. Those have been added. Apologies to Vanessa, Kate, and Mandi. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/12/the-month-in-wordpress-november-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Dec 2019 08:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8156\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more! The release of WordPress 5.3 “Kirk” WordPress 5.3 was released on November 12, and is available for download or [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8119:\"\n<p>November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The release of WordPress 5.3 “Kirk”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 was released</a> on November 12, and is <a href=\"https://wordpress.org/download/\">available for download</a> or update in your dashboard! Named “Kirk,” after jazz multi-instrumentalist Rahsaan Roland Kirk, 5.3 enhances the block editor with <a href=\"https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/\">new APIs</a> and <a href=\"https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/\">theme-related features</a>, adds more intuitive interactions, and improves accessibility in a number of areas — including <a href=\"https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-in-wordpress-5-3/\">CSS in the dashboard</a>, the <a href=\"https://make.wordpress.org/core/2019/10/14/improvements-in-media-component-accessibility-in-wordpress-5-3/\">media manager</a>, <a href=\"https://make.wordpress.org/core/2019/09/23/core-widgets-new-aria-current-attribute-in-wordpress-5-3/\">core widgets</a>, and <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&amp;milestone=5.3&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=id\">dozens of other areas</a>.</p>\n\n\n\n<p>You can read the full details of all the included enhancements in the <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">5.3 Field Guide</a>.</p>\n\n\n\n<p>Along with 5.3 came <a href=\"https://wordpress.org/themes/twentytwenty/\">the new Twenty Twenty theme</a>, which gives users more design flexibility and integrates with the block editor. For more information about the improvements to the block editor, expanded design flexibility, the Twenty Twenty theme, and to see the huge list of amazing contributors who made this release possible, read <a href=\"https://wordpress.org/news/2019/11/kirk/\">the full announcement</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also <a href=\"https://make.wordpress.org/core/2019/11/15/5-3-retrospective-call-for-feedback/\">provide feedback</a> on the 5.3 release process.</p>\n\n\n\n<h2>At Last! bbPress 2.6!</h2>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 was released</a> on November 12 after a little over six years in development. This new release includes per-forum moderation, new platforms to import from, and an extensible engagements API. You can read more about all of this in <a href=\"https://codex.bbpress.org/\">the bbPress codex</a>.</p>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\">Version 2.6.1</a> and <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\">2.6.2</a> quickly followed, both of which fixed a number of bugs that required immediate attention.</p>\n\n\n\n<p>Want to get involved in building bbPress? Follow <a href=\"https://bbpress.org/blog/\">the bbPress blog</a> and join the #bbpress channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>State of the Word</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/\">WordCamp US 2019</a> was held in St. Louis, MO this year on November 1-3. At the event, <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> gave his annual State of the Word address, during which he shared what had been accomplished in the past year, announced what is coming next, and shared several ways to get involved.</p>\n\n\n\n<p>You can watch <a href=\"https://www.youtube.com/watch?v=LezbkeV059Q&amp;t=21s\">the State of the Word</a> as well as <a href=\"https://www.youtube.com/watch?v=fFsVbAo8HwI\">the Q&amp;A session at the end</a>, and <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">read Matt’s recap</a> of the address. If you didn’t make it to St. Louis, you can still <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETHl165LvLVXfB3yBZEzV-q\">watch all the sessions</a> at your leisure.</p>\n\n\n\n<h2>Five for the Future</h2>\n\n\n\n<p>During the State of the Word, Matt announced that there is now <a href=\"https://wordpress.org/five-for-the-future/\">a dedicated landing page for Five for the Future</a>, which features the people and organizations that commit at least it 5% of their resources to the WordPress open source project. There are many ways to contribute to WordPress, such as core development, marketing, translation, training, and community organizing, among many other important paths to contribution.</p>\n\n\n\n<p>Five for the Future welcomes individuals and organizations, and highlights all the incredible ways we build WordPress together. For more information, visit <a href=\"https://wordpress.org/five-for-the-future/\">the Five for the Future page</a>.<br></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>After releasing WordPress 5.3, the Core team announced <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release schedule</a> for 2020 and 2021.</li><li>The Core team has announced <a href=\"https://make.wordpress.org/core/2019/11/28/new-css-focus-in-core/\">a new CSS focus</a> to complement the existing ones for PHP and JavaScript — this focus comes with dedicated tags, targeted work, and a new #core-css Slack channel.</li><li>Version 2.2 of the WordPress Coding Standards <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0\">has been released</a> — this new release is ready for WordPress 5.3, includes five brand new sniffs, and plenty of new command-line documentation.</li><li>The latest update to the Theme Review Coding Standards, <a href=\"https://github.com/WPTRT/WPThemeReview/releases/tag/0.2.1\">v0.2.1</a>, is compatible with v2.2 of the WordPress Coding Standards, and helps authors to build more standards-compatible themes.</li><li><a href=\"https://2019.us.wordcamp.org/2019/11/11/wordcamp-us-2020/\">The WordCamp US team has announced</a> the dates for next year’s event in St. Louis, MO — WordCamp US 2020 will be held on October 27-29. This will be the first time that the event will be held during the week and not on a weekend. The team has also announced a Call for Organizers. If you are interested in joining the team, <a href=\"https://2020.us.wordcamp.org/2019/11/21/join-the-wcus-2020-organizing-team/\">learn more</a>.&nbsp;</li><li>The WP Notify project, which is building a unified notification system for WordPress Core, <a href=\"https://make.wordpress.org/core/2019/11/29/wp-notify-hiatus-till-january-2020/\">is on hiatus</a> until January 2020.</li><li>A working group on the Community Team <a href=\"https://make.wordpress.org/community/2019/11/25/handbook-update-how-to-improve-the-diversity-of-your-wordpress-events/\">has updated their Handbook</a> to help organizers create more diverse events.</li><li>The WP-CLI team <a href=\"https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/\">released v2.4.0</a> of the WordPress command-line tool. This release includes support for WordPress 5.3 and PHP 7.4.</li><li>Gutenberg development continues rapidly with <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">the latest 7.0 release</a> including an early version of the navigation menus block, among other enhancements and fixes.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress 5.2.4 Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2019/11/wordpress-5-2-4-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 04:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"Late-breaking news on the 5.2.4 short-cycle security release that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of RIPS Technologies for finding and disclosing an issue where path traversal can lead to remote code execution. Simon has done a great deal of work on the WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1102:\"\n<p>Late-breaking news on the<a href=\"https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/\"> 5.2.4 short-cycle security release </a>that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of <a href=\"https://blog.ripstech.com/\">RIPS Technologies</a> for finding and disclosing an issue where path traversal can lead to remote code execution. </p>\n\n\n\n<p>Simon has done a <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/\">great</a> <a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">deal</a> of <a href=\"https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/\">work</a> on the WordPress project, and failing to mention his contributions is a huge oversight on our end.</p>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing</a> vulnerabilities, which gave us time to fix them before WordPress sites could be attacked.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:50:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n							\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 5.3 “Kirk”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2019/11/kirk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 21:38:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7684\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:390:\"Version 5.3 of WordPress is available for download or update in your WordPress dashboard. The new editor continues to become more refined with intuitive interactions, a focus on accessibility, and a more consistent look &#38; feel. A fresh new default theme is shipping with this release too, that puts blocks to good use and lets all users have more control over how their content appears.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:46:\"https://s.w.org/images/core/5.3/navigation.mp4\";s:6:\"length\";s:7:\"3382373\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.3/10-groups.mp4\";s:6:\"length\";s:7:\"5011319\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:66077:\"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=632%2C632&#038;ssl=1\" alt=\"Album cover for WordPress 5.3 Kirk, showcasing a duotone red/cream Rahsaan Roland Kirk playing the saxophone on a red background.\" class=\"wp-image-7710\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?w=1440&amp;ssl=1 1440w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p style=\"background-color:#bd3854;color:#fefcf7\" class=\"has-text-color has-background\">Introducing our most refined user experience with the improved block editor in WordPress 5.3! Named “Kirk” in honour of jazz multi-instrumentalist Rahsaan Roland Kirk, the latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large bar-divider\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&#038;ssl=1\" alt=\"\" class=\"wp-image-7721\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1024%2C258&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=768%2C194&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1536%2C387&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=2048%2C516&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>5.3 expands and refines the block editor</strong> with more intuitive <strong>interactions</strong> and improved <strong>accessibility</strong>. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers more control over the look of a site.</p>\n\n\n\n<p>This release also introduces the <strong>Twenty Twenty theme</strong> giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Block Editor Improvements</h2>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video autoplay controls loop muted src=\"https://s.w.org/images/core/5.3/navigation.mp4\"></video></figure>\n\n\n\n<p>This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.</p>\n\n\n\n<p>Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. </p>\n\n\n\n<p>For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Expanded Design Flexibility</h2>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop muted src=\"https://s.w.org/images/core/5.3/10-groups.mp4\"></video></figure>\n\n\n\n<p>WordPress 5.3 adds even more robust tools for creating amazing designs.</p>\n\n\n\n<ul><li>The new Group block lets you easily divide your page into colorful sections.</li><li>The Columns block now supports fixed column widths.</li><li>The new predefined layouts make it a cinch to arrange content into advanced designs.</li><li>Heading blocks now offer controls for text and background color.</li><li>Additional style options allow you to set your preferred style for any block that supports this feature.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Introducing Twenty Twenty</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=632%2C626&#038;ssl=1\" alt=\"A desktop preview of the Twenty Twenty theme, showing both the front-end and the editor view.\" class=\"wp-image-7686\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=1024%2C1014&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=300%2C297&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=768%2C760&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=1536%2C1521&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=632&#038;ssl=1\" alt=\"A mobile image of the Twenty Twenty  theme, over a decorative backgorund of brown-grey bars.\" class=\"wp-image-7714\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=800&amp;ssl=1 800w, https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?resize=267%2C300&amp;ssl=1 267w, https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?resize=768%2C864&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p>As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!</p>\n\n\n\n<p class=\"has-normal-font-size\">As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface&nbsp;<a href=\"https://rsms.me/inter/\">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Improvements for Everyone</h2>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=632&#038;ssl=1\" alt=\"An icon showing an arrow rotating a square.\" class=\"wp-image-7731\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Automatic Image Rotation</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perseverance of many dedicated contributors.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=632&#038;ssl=1\" alt=\"A plus in a square, indicating health.\" class=\"wp-image-7732\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Improved Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=632&#038;ssl=1\" alt=\"A email icon.\" class=\"wp-image-7733\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out of your site if you change your email address.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>For Developers</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Date/Time Component Fixes</h3>\n\n\n\n<p>Developers can now work with&nbsp;<a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a>&nbsp;in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>WordPress 5.3 aims to fully support PHP 7.4. This release contains&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">multiple changes</a>&nbsp;to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large bar-divider\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&#038;ssl=1\" alt=\"\" class=\"wp-image-7721\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1024%2C258&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=768%2C194&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1536%2C387&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=2048%2C516&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a large release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Riad Benguella (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/youknowriad/\"><strong>@youknowriad</strong></a>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Andrew Ozz (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/azaozz/\"><strong>@azaozz</strong></a>)</li><li><strong>Docs Coordinator</strong>:&nbsp;Justin Ahinon (<a href=\"https://profiles.wordpress.org/justinahinon/\"><strong>@justinahinon</strong></a>)</li><li><strong>Marketing/Release Comms</strong>:&nbsp;Mike Reid (<a href=\"https://profiles.wordpress.org/mikerbg/\"><strong>@mikerbg</strong></a>)</li><li><strong>Media/Uploader</strong>:&nbsp;Mike Schroder (<a href=\"https://profiles.wordpress.org/mikeschroder/\"><strong>@mikeschroder</strong></a>)</li><li><strong>Accessibility</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Default Theme</strong> <strong>Wrangler</strong>: Ian Belanger (<a href=\"https://profiles.wordpress.org/ianbelanger/\"><strong>@ianbelanger</strong></a>)</li><li><strong>Default Theme Designer</strong>: Anders Norén (<a href=\"https://profiles.wordpress.org/anlino/\"><strong>@anlino</strong></a>)</li></ul>\n\n\n\n<p>The squad was joined throughout the twelve week release cycle by 645 generous volunteer contributors (our largest group of contributors to date) who collectively fixed 658 bugs.</p>\n\n\n\n<p>Put on a Rahsaan Roland Kirk playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1994rstefan/\">1994rstefan</a>, <a href=\"https://profiles.wordpress.org/5hel2l2y/\">5hel2l2y</a>, <a href=\"https://profiles.wordpress.org/irsdl/\">@irsdl</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aksdvp/\">Aashish S</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acalfieri/\">acalfieri</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie/\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adhitya03/\">Adhitya Rachman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexsanford1/\">Alex Sanford</a>, <a href=\"https://profiles.wordpress.org/xyfi/\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/xel1045/\">Alexandre D\'Eschambeault</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeyskr/\">alexeyskr</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/ayubi/\">Ali Ayubi</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/arush/\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg/\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/agengineering/\">Andrea Grillo</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/abrain/\">Andreas Brain</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/angelagibson/\">Angela Gibson</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/ahdeubzer/\">Anja Deubzer</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/arafat/\">Arafat Rahman</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun Sathiya</a>, <a href=\"https://profiles.wordpress.org/artisticasad/\">Asad Shahbaz</a>, <a href=\"https://profiles.wordpress.org/asadkn/\">asadkn</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashwinpc/\">ashwinpc</a>, <a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/atlasmahesh/\">atlasmahesh</a>, <a href=\"https://profiles.wordpress.org/au87/\">au87</a>, <a href=\"https://profiles.wordpress.org/aubreypwd/\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/augustuswm/\">augustuswm</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/avinapatel/\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/toszcze/\">Bartosz Romanowski</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/bennemann/\">bennemann</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bhaktirajdev/\">Bhaktii Rajdev</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/biranit/\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bitcomplex/\">bitcomplex</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/bsetiawan88/\">bsetiawan88</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cdog/\">Catalin Dogaru</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/blogginglife/\">Chico</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/lovememore/\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cleancoded/\">cleancoded</a>, <a href=\"https://profiles.wordpress.org/cmagrin/\">cmagrin</a>, <a href=\"https://profiles.wordpress.org/compilenix/\">CompileNix</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/courtney0burton/\">courtney0burton</a>, <a href=\"https://profiles.wordpress.org/cristianozanca/\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/dswebsme/\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/daleharrison/\">daleharrison</a>, <a href=\"https://profiles.wordpress.org/danmicamediacom/\">Dan Foley</a>, <a href=\"https://profiles.wordpress.org/goodevilgenius/\">Dan Jones</a>, <a href=\"https://profiles.wordpress.org/danbuk/\">DanBUK</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater/\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">danieliser</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/darthhexx/\">darthhexx</a>, <a href=\"https://profiles.wordpress.org/deapness/\">Dave Parker</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davetgreen/\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/david.binda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/daveshine/\">David Decker</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dennis_f/\">Deni</a>, <a href=\"https://profiles.wordpress.org/dehisok/\">Denis Cherniavsky</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis</a>, <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">Derek Sifford</a>, <a href=\"https://profiles.wordpress.org/derweili/\">derweili</a>, <a href=\"https://profiles.wordpress.org/dfangstrom/\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhuyvetter/\">dhuyvetter</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/diego-la-monica/\">Diego La Monica</a>, <a href=\"https://profiles.wordpress.org/digitalapps/\">digitalapps</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dukex/\">Dukex</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elliotcondon/\">Elliot Condon</a>, <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/emiluzelac/\">Emil Uzelac</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a>, <a href=\"https://profiles.wordpress.org/evalarumbe/\">evalarumbe</a>, <a href=\"https://profiles.wordpress.org/faazshift/\">faazshift</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fblaser/\">fblaser</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04/\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer/\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foysalremon/\">Foysal Remon</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/loyaltymanufaktur/\">Gesundheit Bewegt GmbH</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girlieworks/\">girlieworks</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">glauberglauber</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gravityview/\">GravityView</a>, <a href=\"https://profiles.wordpress.org/gregsullivan/\">gregsullivan</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/hareesh pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harryfear/\">harryfear</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/haszari/\">haszari</a>, <a href=\"https://profiles.wordpress.org/hesyifei/\">He Yifei</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herbmiller/\">herbmiller</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hkandulla/\">HKandulla</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hoythan/\">hoythan</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/zinigor/\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jalpa1984/\">Jalpa Panchal</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jared_smith/\">jared_smith</a>, <a href=\"https://profiles.wordpress.org/jarocks/\">jarocks</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/javeweb/\">jave.web</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jayswadas/\">Jay Swadas</a>, <a href=\"https://profiles.wordpress.org/iamjaydip/\">Jaydip</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jenkoian/\">jenkoian</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/engelen/\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jffng/\">jffng</a>, <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/jkitchen/\">jkitchen</a>, <a href=\"https://profiles.wordpress.org/jmmathc/\">jmmathc</a>, <a href=\"https://profiles.wordpress.org/joakimsilfverberg/\">joakimsilfverberg</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a>, <a href=\"https://profiles.wordpress.org/jojotjebaby/\">jojotjebaby</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jond/\">Jonathan Davis</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuanoyce/\">Joshua Noyce</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/junktrunk/\">junktrunk</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kakshak/\">Kakshak Kalaria</a>, <a href=\"https://profiles.wordpress.org/kamrankhorsandi/\">Kamran Khorsandi</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>, <a href=\"https://profiles.wordpress.org/katielgc/\">katielgc</a>, <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/ketanumretiya030/\">Ketan Umretiya</a>, <a href=\"https://profiles.wordpress.org/kevinkovadia/\">kevIN kovaDIA</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokers/\">kokers</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kuus/\">kuus</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/leonblade/\">leonblade</a>, <a href=\"https://profiles.wordpress.org/lessbloat/\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lllor/\">lllor</a>, <a href=\"https://profiles.wordpress.org/lordlod/\">lordlod</a>, <a href=\"https://profiles.wordpress.org/loreleiaurora/\">LoreleiAurora</a>, <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciano-croce/\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/wpfed/\">Luke</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/m1tk00/\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maartenleenders/\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">manooweb</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin/\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcguay/\">MarcGuay</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcomartins/\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcosalexandre/\">MarcosAlexandre</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>, <a href=\"https://profiles.wordpress.org/splitti/\">Martin Splitt</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/masummdar/\">masummdar</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/iceable/\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel/\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maximejobin/\">Maxime Jobin</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mchavezi/\">mchavezi</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/melinedo/\">Melin Edomwonyi</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/michelweimerskirch/\">michel.weimerskirch</a>, <a href=\"https://profiles.wordpress.org/michielatyoast/\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miguelvieira/\">miguelvieira</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro/\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mobeen-abdullah/\">Mobeen Abdullah</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/phpdocs/\">Muhammad Afzal</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadir/\">nadir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neelpatel7295/\">Neel Patel</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/niallkennedy/\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/nicolad/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikolastoqnow/\">nikolastoqnow</a>, <a href=\"https://profiles.wordpress.org/niq1982/\">Niku Hietanen</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya/\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90/\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/notnownikki/\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/lindstromer/\">Olaf Lindstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/moonomo/\">Omaar Osmaan</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/ozmatflc/\">ozmatflc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/hardipparmar/\">Parmar Hardip</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/patilvikasj/\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/patrelentlesstechnologycom/\">Patrick Baldwin</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phillipjohn/\">PhillipJohn</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar Olguc</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/quantumstate/\">Quantumstate</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/raboodesign/\">raboodesign</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rahulvaza/\">Rahul Vaza</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/rclations/\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/reikodd/\">ReikoDD</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02/\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robi-bobi/\">Robert Ivanov</a>, <a href=\"https://profiles.wordpress.org/rogueresearch/\">rogueresearch</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/karthost/\">Roy Randolph</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/samgordondev/\">samgordondev</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a>, <a href=\"https://profiles.wordpress.org/saskak/\">saskak</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sbardian/\">sbardian</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Seghir Nadir</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/seuser/\">seuser</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/shadyvb/\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shamim51/\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/simono/\">simono</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sixes/\">Sixes</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic/\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spectacula/\">Spectacula</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/spuds10/\">spuds10</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/studyboi/\">studyboi</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav/\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tha_sun/\">sun</a>, <a href=\"https://profiles.wordpress.org/codesue/\">Suzen Fylke</a>, <a href=\"https://profiles.wordpress.org/svanhal/\">svanhal</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv/\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/nevma/\">Takis Bouyouris</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a>, <a href=\"https://profiles.wordpress.org/technote0space/\">technote</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/tessak22/\">Tessa Kriesel</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/themezly/\">Themezly</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tdh/\">Thord D. Hedengren</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/n7studios/\">Tim Carr</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/toddhalfpenny/\">toddhalfpenny</a>, <a href=\"https://profiles.wordpress.org/tosho/\">Todor Gaidarov</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/trasweb/\">trasweb</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/travisseitler/\">travisseitler</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truchot/\">truchot</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">Tugdual de Kerviler</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vbaimas/\">vbaimas</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/venutius/\">Venutius</a>, <a href=\"https://profiles.wordpress.org/fesovik/\">Viktor Veljanovski</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladlu/\">vladlu</a>, <a href=\"https://profiles.wordpress.org/vladwtz/\">Vladut Ilie</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf/\">Vova Feldman</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, <a href=\"https://profiles.wordpress.org/w3rkjana/\">w3rkjana</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webdados/\">Webdados (Marco Almeida)</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/wpdavis/\">William P. Davis</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/yanngarcia/\">yanngarcia</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</a>, <a href=\"https://profiles.wordpress.org/yashar_hv/\">yashar_hv</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yodiyo/\">yodiyo</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zaantar/\">zaantar</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zalak151291/\">zalak151291</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>, <a href=\"https://profiles.wordpress.org/airathalitov/\">АЙРАТ ХАЛИТОВ <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f525.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, and <a href=\"https://profiles.wordpress.org/ounziw/\">水野史土</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.3. Their efforts bring WordPress fully translated to 47 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Thanks for choosing WordPress!</p>\n\n\n\n<figure class=\"wp-block-image size-large record\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?fit=632%2C414&amp;ssl=1\" alt=\"\" class=\"wp-image-7755\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?w=1441&amp;ssl=1 1441w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=300%2C197&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=1024%2C671&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=768%2C503&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7684\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:67:\"\n		\n		\n				\n				\n		\n				\n		\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2019 23:58:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7662\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Kim Parsell We’d like to introduce you to Kim Parsell. Kim was [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7628:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Kim Parsell</strong></h2>\n\n\n\n<p>We’d like to introduce you to Kim Parsell. Kim was an active and well-loved member of the WordPress community. Unfortunately, she passed away in 2015. Lovingly referred to as #wpmom, she leaves behind a legacy of service.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?fit=632%2C252&amp;ssl=1\" alt=\"\" class=\"wp-image-7664\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?w=1200&amp;ssl=1 1200w, https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?resize=300%2C120&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?resize=1024%2C408&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?resize=768%2C306&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Kim Parsell</figcaption></figure>\n\n\n\n<h2><strong>How Kim became #wpmom</strong></h2>\n\n\n\n<p>In order to understand how highly valued the WordPress community was to Kim Parsell, you have to know a bit about her environment.</p>\n\n\n\n<p>Kim was a middle-aged woman who lived off a dirt road, on top of a hill, in Southern rural Ohio. She was often by herself, taking care of the property with only a few neighbors up and down the road.</p>\n\n\n\n<p>She received internet access from towers that broadcast wireless signals, similar to cell phones but at lower speeds.</p>\n\n\n\n<h2><strong>Connecting through attending live podcast recordings</strong></h2>\n\n\n\n<p>By listening to the regular podcast, WordPress Weekly, Kim met members of the WordPress community and was able to talk to them on a weekly basis. The show and its after-hours sessions provided Kim a chance to mingle with the who’s who of WordPress at the time. It helped establish long-lasting relationships that would open up future opportunities for her.</p>\n\n\n\n<p>Since she lived in a location where few around her used or had even heard of WordPress, the community was an opportunity for her to be with like-minded people. Kim enjoyed interacting with the community, both online and at WordCamp events, and many community members became her second family, a responsibility she took very seriously.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>&#8220;Many members of the WordPress community became her second family, a responsibility she took very seriously.&#8221;</em></p><cite><em>Jeff Chandler</em></cite></blockquote>\n\n\n\n<h2><strong>One of the first women of WordPress</strong></h2>\n\n\n\n<p>Kim is regarded as one of the first “women of WordPress,” investing a lot of her time in women who wanted to break into tech. She worked hard to create a safe environment sharing herself and her knowledge and was affectionately called #wpmom.</p>\n\n\n\n<p>She contributed countless hours of volunteer time, receiving “props” for 5 major releases of WordPress, and was active on the documentation team.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>&#8220;Affectionately called #wpmom, Kim was an investor. She invested countless hours into the WordPress project and in women who wanted to break into tech.&#8221;</em></p><cite><em>Carrie Dils</em></cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?fit=632%2C468&amp;ssl=1\" alt=\"\" class=\"wp-image-7663\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?w=1280&amp;ssl=1 1280w, https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?resize=300%2C222&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?resize=1024%2C759&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?resize=768%2C569&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Kim at WordCamp San Francisco</figcaption></figure>\n\n\n\n<h2><strong>Kim Parsell Memorial Scholarship</strong></h2>\n\n\n\n<p>In 2014, she received a travel stipend offered by the WordPress Foundation that enabled her to attend the WordPress community summit, held in conjunction with WordCamp San Francisco. She shared with anyone who would listen, that this was a life-changing event for her.&nbsp;</p>\n\n\n\n<p>The WordPress Foundation now offers that scholarship in her memory. The Kim Parsell Memorial Scholarship provides funding annually for a woman who contributes to WordPress to attend WordCamp US, a flagship event for the WordPress community.</p>\n\n\n\n<p>This scholarship truly is a fitting memorial. Her contributions have been vital to the project. Moreover, the way she treated and encouraged the people around her has been an inspiration to many.&nbsp;&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Her spirit lives on in the people she knew and inspired. Here’s hoping that the Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</em></p><cite><em>Drew Jaynes</em></cite></blockquote>\n\n\n\n<h2><strong>Kim is missed, but her spirit continues to live on</strong></h2>\n\n\n\n<p>Sadly Kim died just a few short months later. But her spirit lives on in the people she knew and inspired within her communities. The Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>), Jeff Chandler, Carrie Dils, Jayvee Arrellano, Jan Dembowski, Drew Jaynes</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.3 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/11/wordpress-5-3-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2019 23:56:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7596\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"The fourth release candidate for WordPress 5.3 is now available! WordPress 5.3 is currently scheduled to be released on&#160;November 12 2019, but we need&#160;your&#160;help to get there—if you haven’t tried 5.3 yet, now is the time! There are two ways to test the WordPress 5.3 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3674:\"\n<p>The fourth release candidate for WordPress 5.3 is now available!</p>\n\n\n\n<p>WordPress 5.3 is currently scheduled to be released on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-3/\">November 12 2019</a></strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.3 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.3 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.3-RC4.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.3, please see the&nbsp;<a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-release-candidate/\">first</a>, &nbsp;<a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-rc2/\">second</a>&nbsp;and <a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-rc3/\">third</a> release candidate posts.</p>\n\n\n\n<p>Release Candidate 4 contains three bug fixes for the new default theme, Twenty Twenty (see <a href=\"https://core.trac.wordpress.org/ticket/48450\">#48450</a>), and addresses the following:</p>\n\n\n\n<ul><li>The Twemoji library has been updated from 12.1.2 to 12.1.3 (see <a href=\"https://core.trac.wordpress.org/ticket/48293\">#48293</a>).</li><li>Two regressions in the Media component (see <a href=\"https://core.trac.wordpress.org/ticket/48451\">#48451</a> and <a href=\"https://core.trac.wordpress.org/ticket/48453\">#48453</a>).</li><li>One bug in the Upload component (see <a href=\"https://core.trac.wordpress.org/ticket/48472\">#48472</a>)</li><li>Five bugs in the Block Editor component (see <a href=\"https://core.trac.wordpress.org/ticket/48502\">#48502</a>)</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.3 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.3. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">WordPress 5.3 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<p>A new dev note has been published since the Field Guide was released, <a href=\"https://make.wordpress.org/core/2019/11/05/use-of-the-wp_update_attachment_metadata-filter-as-upload-is-complete-hook/\">Use of the “wp_update_attachment_metadata” filter as “upload is complete” hook</a>. Plugin and theme authors are asked to please read this note and make any necessary adjustments to continue working well in WordPress 5.3 or share any difficulties encountered on&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/48451\">#48451</a>.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"2019 Annual Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/news/2019/11/2019-annual-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2019 21:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7460\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:326:\"It’s time for our annual user and developer survey! If you’re a WordPress user or professional, we want your feedback. It only takes a few minutes to fill out the survey, which will provide an overview of how people use WordPress. We&#8217;re excited to announce that this year, for the first time, the survey is [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2236:\"\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?fit=632%2C281&amp;ssl=1\" alt=\"\" class=\"wp-image-7472\" width=\"329\" height=\"146\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?w=1070&amp;ssl=1 1070w, https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?resize=300%2C133&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?resize=1024%2C456&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/image-12-1.png?resize=768%2C342&amp;ssl=1 768w\" sizes=\"(max-width: 329px) 100vw, 329px\" /></figure></div>\n\n\n\n<p>It’s time for our annual user and developer survey! If you’re a WordPress user or professional, we want your feedback.</p>\n\n\n\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-english\">fill out the survey</a>, which will provide an overview of how people use WordPress. We&#8217;re excited to announce that this year, for the first time, the survey is also available in 5 additional languages:  <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-french\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-german\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-japanese\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-russian\">Russian</a>, and <a href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-spanish\">Spanish</a>. Many thanks to the community volunteers who helped with the translation effort!</p>\n\n\n\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\" href=\"https://wordpressdotorg.survey.fm/wordpress-2019-survey-english\">Take the WordPress survey!</a></div>\n\n\n\n<p>The survey will be open for 4 weeks, and results will be published on this blog. All data will be anonymized: no email addresses or IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, check out the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/11/the-month-in-wordpress-october-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2019 07:28:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7449\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:325:\"October has been a busy month with preparations for WordCamp US as well as the next major release of WordPress. Read on to find out about all that work and more. WordPress 5.2.4 On October 14, WordPress 5.2.4 was released as a security release fixing 6 security issues. The fixes were backported to earlier versions [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6219:\"\n<p>October has been a busy month with preparations for WordCamp US as well as the next major release of WordPress. Read on to find out about all that work and more.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.2.4</h2>\n\n\n\n<p>On October 14, <a href=\"https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/\">WordPress 5.2.4 was released</a> as a security release fixing 6 security issues. The fixes were backported to earlier versions of WordPress as well, so they’re available for sites not yet upgraded to 5.2.</p>\n\n\n\n<p>This kind of release is only possible because people <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">report security issues responsibly</a> so that the Core team can address them. You can find out more specific information about the fixes on <a href=\"https://wordpress.org/support/wordpress-version/version-5-2-4/\">the release documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress 5.3</h2>\n\n\n\n<p>WordPress 5.3 has seen active development over the past month, with a release date set for November 12. You can <a href=\"https://wordpress.org/news/2019/10/wordpress-5-3-rc3/\">download and test the release candidate</a> to get a taste of what to expect—this is largely what final release will look like.</p>\n\n\n\n<p>This is a big release with a number of exciting and important updates. Among them are <a href=\"https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-in-wordpress-5-3/\">significant changes to the look of the admin interface</a>, enhancements to the block editor that will affect developers of <a href=\"https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/\">themes</a> and <a href=\"https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/\">plugins</a>, <a href=\"https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/\">large improvements</a> to the way that Core <a href=\"https://make.wordpress.org/core/2019/10/11/updates-to-image-processing-in-wordpress-5-3/\">processes images</a>, updates to cater for some functions <a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">specific to PHP 7.4</a>, improvements to the <a href=\"https://make.wordpress.org/core/2019/09/25/whats-new-in-site-health-for-wordpress-5-3/\">Site Health feature</a>, and many more improvements that are all documented in <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">the WordPress 5.3 Field Guide</a>.</p>\n\n\n\n<p>In addition to these Core updates, the upcoming major release will also include the new default theme, <a href=\"https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/\">Twenty Twenty</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? You can contribute by <a href=\"https://make.wordpress.org/core/handbook/testing/\">testing the upcoming release</a>, as well as follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>New Core Committers</h2>\n\n\n\n<p><a href=\"https://meta.trac.wordpress.org/ticket/4760\">Three new committers have been added</a> to the WordPress Core organizational structure. Core committers are individuals who have direct access to the Core development code repositories in order to publish updates to the software.</p>\n\n\n\n<p>The new committers are Ian Belanger (<a href=\'https://profiles.wordpress.org/ianbelanger/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ianbelanger</a>), Timothy Jacobs (<a href=\'https://profiles.wordpress.org/timothyblynjacobs/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>timothyblynjacobs</a>), and Joe Dolson (<a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>). While Ian’s commit access is specifically for Core themes, both Timothy and Joe have full access to Core. This type of access is only given to individuals who have proved themselves with high-quality contributions and a deep understanding of how the WordPress project works.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The Accessibility Team is <a href=\"https://make.wordpress.org/accessibility/2019/10/26/accessibility-team-representatives-election-for-2020/\">looking for new team representatives</a> for 2020.</li><li><a href=\"https://2019.us.wordcamp.org/\">WordCamp US</a> is happening on November 1-3 and is set to be the largest WordPress event in North America.</li><li>WordCamp Asia, the first flagship event in the region, <a href=\"https://twitter.com/WordCampAsia/status/1187079744409526272\">will be rolling out their next batch of ticket sales</a> on November 1.</li><li>Work continues on Gutenberg, with <a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">the latest update</a> including significant updates to the Cover block and many other areas.</li><li>The WordCamp Europe team have published <a href=\"https://make.wordpress.org/community/2019/10/27/update-contributor-orientation-tool/\">an update about the Contributor Orientation tool</a> they worked on earlier this year.</li><li>The WordCamp US team has published <a href=\"https://make.wordpress.org/community/2019/10/28/grow-your-meetup-survey-results-for-wcus/\">the results of their Grow Your Meetup survey</a> ahead of their 2019 event.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/10/22/meeting-notes-for-tuesday-22nd-october-2019/\">is making plans</a> to implement a curated page for displaying featured themes in the Theme Directory.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 18 Dec 2019 18:46:44 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 17 Dec 2019 19:27:01 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(139,'jetpack_available_modules','a:1:{s:3:\"8.0\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(140,'jetpack_options','a:2:{s:7:\"version\";s:16:\"7.1.1:1569014756\";s:11:\"old_version\";s:16:\"7.1.1:1569014756\";}','yes'),(145,'_amn_wpforms-lite_last_checked','1569110400','yes'),(153,'wpforms_review','a:2:{s:4:\"time\";i:1572360110;s:9:\"dismissed\";b:1;}','yes'),(20533,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1576738004','no'),(20534,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1576694804','no'),(20535,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1576738004','no'),(20536,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\'>State of the Word: the story of the slides</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/bluehost-launches-premium-wordpress-theme-marketplace-to-customers\'>WPTavern: Bluehost Launches Premium WordPress Theme Marketplace to Customers</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\'>WordPress.org blog: State of the Word: the story of the slides</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2019/12/comments-and-collatz-conundrum/\'>Matt: Comments and Collatz Conundrum</a></li></ul></div>','no'),(17478,'_transient_timeout_sow_inst[sow-post-carousel][0f3f3cda]','1577246091','no'),(17479,'_transient_sow_inst[sow-post-carousel][0f3f3cda]','a:4:{s:5:\"title\";s:0:\"\";s:17:\"default_thumbnail\";s:0:\"\";s:10:\"image_size\";s:20:\"sow-carousel-default\";s:5:\"posts\";s:0:\"\";}','no'),(19775,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.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-5.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.1\";s:7:\"version\";s:5:\"5.3.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.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-5.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.1\";s:7:\"version\";s:5:\"5.3.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1576694805;s:15:\"version_checked\";s:5:\"5.2.5\";s:12:\"translations\";a:0:{}}','no'),(20449,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1576694805;s:7:\"checked\";a:2:{s:5:\"astra\";s:5:\"2.1.2\";s:7:\"oceanwp\";s:5:\"1.7.1\";}s:8:\"response\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"2.1.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.2.1.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:7:\"oceanwp\";a:6:{s:5:\"theme\";s:7:\"oceanwp\";s:11:\"new_version\";s:5:\"1.7.3\";s:3:\"url\";s:37:\"https://wordpress.org/themes/oceanwp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/oceanwp.1.7.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(20450,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1576694805;s:8:\"response\";a:4:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.2.zip\";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:\"5.3.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.12.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.1\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:5:\"1.5.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.1\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"12.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.12.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.3.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/google-sitemap-generator\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=1701944\";s:2:\"1x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=1701944\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/google-sitemap-generator/assets/banner-772x250.png?rev=1701944\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"8.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.8.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.7.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"3.2.23\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/nextgen-gallery.3.2.23.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961\";s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961\";s:2:\"1x\";s:70:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"ocean-extra/ocean-extra.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/ocean-extra\";s:4:\"slug\";s:11:\"ocean-extra\";s:6:\"plugin\";s:27:\"ocean-extra/ocean-extra.php\";s:11:\"new_version\";s:6:\"1.5.19\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ocean-extra/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ocean-extra.1.5.19.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ocean-extra/assets/icon-256x256.png?rev=1520440\";s:2:\"1x\";s:64:\"https://ps.w.org/ocean-extra/assets/icon-128x128.png?rev=1520440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ocean-extra/assets/banner-1544x500.png?rev=1583113\";s:2:\"1x\";s:66:\"https://ps.w.org/ocean-extra/assets/banner-772x250.png?rev=1583113\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:7:\"2.10.13\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.10.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/really-simple-captcha\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:5:\"2.0.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/really-simple-captcha.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";s:2:\"1x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-128x128.png?rev=1047241\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";s:2:\"1x\";s:75:\"https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.15.9\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.15.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(20490,'_transient_timeout_2__2951165530','1576696623','no'),(20491,'_transient_2__2951165530','[]','no'),(20513,'_transient_timeout_feed_mod_2dd0202377a060f0df35cceaacc2c13c','1576737993','no'),(20514,'_transient_feed_mod_2dd0202377a060f0df35cceaacc2c13c','1576694793','no'),(20515,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1576713601','no'),(20516,'_transient_wpforms_dash_widget_lite_entries_by_form','a:3:{i:223;a:3:{s:7:\"form_id\";i:223;s:5:\"count\";i:0;s:5:\"title\";s:22:\"Newsletter Signup Form\";}i:224;a:3:{s:7:\"form_id\";i:224;s:5:\"count\";i:0;s:5:\"title\";s:12:\"request Form\";}i:222;a:3:{s:7:\"form_id\";i:222;s:5:\"count\";i:0;s:5:\"title\";s:7:\"contact\";}}','no'),(20517,'_transient_timeout_feed_c8dc84948ab55424f034a4ced348e013','1576737994','no'),(20518,'_transient_feed_c8dc84948ab55424f034a4ced348e013','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"OceanWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"https://oceanwp.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Free Multi-Purpose WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Nov 2019 19:44:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://oceanwp.org/wp-content/uploads/2016/10/cropped-favicon-150x150.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"OceanWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"https://oceanwp.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"500k Installs Milestone &amp; Black Friday deals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Nov 2019 23:46:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=577395\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1291:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/11/black-2951013_1280.png\" width=\"1280\" height=\"866\" title=\"500k Installs Milestone &#038; Black Friday deals\" alt=\"500k Installs Milestone &#038; Black Friday deals\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Hello everyone! As Black Friday approaches, OceanWP will offer some amazing deals! It&#8217;s also a great time to celebrate another milestone: 500,000 installs, making OceanWP the fastest growing WordPress theme! For Black Friday and Cyber Monday, we will offer: &#160; Lifetime licenses: 20% off for 1-site, 3-site and 25-site for the first 200 people. Annual [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nicolas Lecocq\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2085:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/11/black-2951013_1280.png\" width=\"1280\" height=\"866\" title=\"500k Installs Milestone &#038; Black Friday deals\" alt=\"500k Installs Milestone &#038; Black Friday deals\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\"><div>\n<p>Hello everyone!</p>\n</div>\n<div>As Black Friday approaches, OceanWP will offer some amazing deals!</div>\n<div></div>\n<div>\n<p>It&#8217;s also a great time to celebrate another milestone: <span style=\"text-decoration: underline;\"><strong>500,000 installs</strong></span>, making OceanWP the fastest growing WordPress theme!</p>\n</div>\n<div>\n<p>For Black Friday and Cyber Monday, we will offer:</p>\n<p>&nbsp;</p>\n</div>\n<div><span style=\"text-decoration: underline;\"><strong>Lifetime licenses:</strong></span></div>\n<div><strong>20% off</strong> for 1-site, 3-site and 25-site for the first 200 people.<br />\n<u><br />\n</u></div>\n<div><strong><span style=\"text-decoration: underline;\">Annual licenses:</span></strong></div>\n<div><strong>25% off</strong> of 1-site for the first 300 people<br />\n<strong>30% off</strong> of 3-site and 25-site for the first 500 people</div>\n<div>\n<p>We want to thank our users and loyal community, and wish the folks in the United States a happy Thanksgiving.</p>\n<p>Catch all the deals on the bundle page:<br />\n<a href=\"https://oceanwp.org/core-extensions-bundle/\">https://oceanwp.org/core-extensions-bundle/</a></p>\n</div>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://oceanwp.org/blog/500k-installs-milestone-black-friday-deals/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Why OceanWP Uses Rank Math\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2019 09:05:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=428050\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1161:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/04/OceanWP-x-Rank-Math.png\" width=\"1200\" height=\"600\" title=\"Why OceanWP Uses Rank Math\" alt=\"Why OceanWP Uses Rank Math\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">If you’re an avid OceanWP user and have recently installed our theme, you may have noticed that we make a few plugin recommendations. After all, you might be on this page because you’re trying to find out more about one of the plugins we recommend &#8211; Rank Math. So without further ado, in this post, [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Alex de Borba\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:39679:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/04/OceanWP-x-Rank-Math.png\" width=\"1200\" height=\"600\" title=\"Why OceanWP Uses Rank Math\" alt=\"Why OceanWP Uses Rank Math\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">		<div data-elementor-type=\"wp-post\" data-elementor-id=\"428050\" class=\"elementor elementor-428050\" data-elementor-settings=\"[]\">\n			<div class=\"elementor-inner\">\n				<div class=\"elementor-section-wrap\">\n							<section class=\"elementor-element elementor-element-1e19fae elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"1e19fae\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-ea97e72 elementor-column elementor-col-100 elementor-top-column\" data-id=\"ea97e72\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-996b30d elementor-widget elementor-widget-text-editor\" data-id=\"996b30d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">If you’re an avid OceanWP user and have recently installed our theme, you may have noticed that we make a few plugin recommendations. After all, you might be on this page because you’re trying to find out more about one of the plugins we recommend &#8211; Rank Math.\n<br>\nSo without further ado, in this post, we’ll run through the reasons we chose to recommend the <a href=\"https://rankmath.com/wordpress/plugin/seo-suite/\" target=\"_blank\" rel=\"noopener\">Rank Math WordPress SEO</a> plugin and why we use it on our website.</div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-1ff7e12 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"1ff7e12\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-4dbb75f elementor-column elementor-col-100 elementor-top-column\" data-id=\"4dbb75f\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-7e59305 elementor-widget elementor-widget-heading\" data-id=\"7e59305\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">1. Rank Math + OceanWP = An Unbeatable Combination</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-4b692e4 elementor-widget elementor-widget-image\" data-id=\"4b692e4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"576\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-1024x576.png\" class=\"attachment-large size-large\" alt=\"rank-math\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-1024x576.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-300x169.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-768x432.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math.png 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-e559aed elementor-widget elementor-widget-text-editor\" data-id=\"e559aed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Before we jump into taking a look at the specific features that we love about the Rank Math plugin, let’s take a look at why OceanWP and Rank Math specifically are an unbeatable combination.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-6174af9 elementor-widget elementor-widget-text-editor\" data-id=\"6174af9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>We’ve worked directly with the Rank Math plugin developers to ensure that our theme is as SEO-friendly as possible and works seamlessly with the plugin’s existing powerful <a href=\"https://schema.org/\" target=\"_blank\" rel=\"noopener\">Schema.org</a> implementation for all of OceanWP’s elements, sidebars, footers and so forth.</p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-631993a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"631993a\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-470cf77 elementor-column elementor-col-100 elementor-top-column\" data-id=\"470cf77\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-a2d2810 elementor-widget elementor-widget-heading\" data-id=\"a2d2810\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">2. Seriously, all of this is free - we’re not kidding ? </h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-8a87571 elementor-widget elementor-widget-image\" data-id=\"8a87571\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"476\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-is-free-1024x476.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-is-free-1024x476.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-is-free-300x140.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-is-free-768x357.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-is-free.png 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-09febdd elementor-widget elementor-widget-text-editor\" data-id=\"09febdd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>Here’s a quick look at some of our favorite features that are freely available in the Rank Math SEO plugin:</p><ul><li>Deep Schema Markup Integration for Over 14 Types of Content.</li><li><a href=\"https://en.wikipedia.org/wiki/Latent_semantic_analysis\" target=\"_blank\" rel=\"noopener\">Latent Semantic Indexing</a> Keyword Tool Built-in.</li><li>Track your keyword rankings, click-through ratio, and other important metrics right from your WordPress dashboard.</li><li>Easily initiate a <a href=\"https://rankmath.com/blog/seo-audit/\" target=\"_blank\" rel=\"noopener\">12-Step SEO Audit</a> &#8211; helps identify issues on your website that may be preventing your site from ranking in search.</li><li>Built-in 404 Monitor &amp; Redirections Support.</li><li>Create sitemaps that can easily be submitted to the Google Search Console.</li><li><a href=\"https://en.wikipedia.org/wiki/Breadcrumb_(navigation)\" target=\"_blank\" rel=\"noopener\">Breadcrumbs</a> are useful in helping Google’s bots better understand a website’s hierarchy and make it easier for users to understand where they currently are on a website. In case you missed it, <a href=\"https://searchengineland.com/google-replaces-a-sites-url-from-the-search-results-uses-their-site-name-breadcrumb-path-219064\" target=\"_blank\" rel=\"noopener\">Google replaced site URLs in search results</a> and now uses site names and breadcrumb paths instead for mobile search snippets. Rank Math automatically adds the structured data (markup) to your website so you don’t have to go through the <a href=\"https://developers.google.com/search/docs/guides/enhance-site#enable-breadcrumbs\" target=\"_blank\" rel=\"noopener\">tedious process of doing this yourself</a>.</li></ul></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-ff92d87 elementor-widget elementor-widget-image\" data-id=\"ff92d87\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"241\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-breadcrumbs-free-1024x241.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-breadcrumbs-free-1024x241.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-breadcrumbs-free-300x71.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-breadcrumbs-free-768x181.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-breadcrumbs-free.png 1310w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-1653f4d elementor-widget elementor-widget-text-editor\" data-id=\"1653f4d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">There currently isn’t a paid version of Rank Math available just yet and the good news is that all of the awesome features that are currently available in the free version are and always will remain completely free. We believe that this truly shows what they’re trying to do for the entire WordPress community in helping them truly take control of their website’s on-page SEO and optimize their websites to rank as highly as possible without just trying to make money off of every little feature.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-b2d5a03 elementor-widget elementor-widget-text-editor\" data-id=\"b2d5a03\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">This additionally makes us extremely eager to see what’s in store for the future of Rank Math and what extra functionality they’ll be introducing to help us take our SEO to a whole new level (again).</div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-2f43d08 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"2f43d08\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-9412978 elementor-column elementor-col-100 elementor-top-column\" data-id=\"9412978\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-479615f elementor-widget elementor-widget-heading\" data-id=\"479615f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">3. It makes everything easy (the way it should be) ?</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-879958a elementor-widget elementor-widget-text-editor\" data-id=\"879958a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Everything from Rank Math’s 404 Monitor all the way down to their redirections module and improved SEO Meta Box makes technical SEO easy, the way they should be.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-57faa84 elementor-widget elementor-widget-image\" data-id=\"57faa84\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"443\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-404-monitor-1024x443.png\" class=\"attachment-large size-large\" alt=\"rank-math-404-monitor\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-404-monitor-1024x443.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-404-monitor-300x130.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-404-monitor-768x332.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-404-monitor.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-30a8a7e elementor-widget elementor-widget-text-editor\" data-id=\"30a8a7e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Once activated, you can easily use the 404 Monitor to keep track of URLs where your website’s visitors run into errors. That data can then be used together with the Redirections module to easily redirect broken pages or deleted content to more relevant pages on your website.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-dc167ed elementor-widget elementor-widget-text-editor\" data-id=\"dc167ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>All you need to do is click the <strong>Redirect</strong> button on any of the links that appear in the 404 Monitor’s logs.</p></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-227f699 elementor-widget elementor-widget-image\" data-id=\"227f699\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"233\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/wordpress-redirections-rank-math-1024x233.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/wordpress-redirections-rank-math-1024x233.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/wordpress-redirections-rank-math-300x68.png 300w, //oceanwp.org/wp-content/uploads/2019/04/wordpress-redirections-rank-math-768x175.png 768w, //oceanwp.org/wp-content/uploads/2019/04/wordpress-redirections-rank-math.png 1320w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-898f40d elementor-widget elementor-widget-text-editor\" data-id=\"898f40d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>And you’ll be taken straight to the <a href=\"https://rankmath.com/kb/setting-up-redirections/\" target=\"_blank\" rel=\"noopener\">redirections</a> page to add a redirect &#8211; as shown below:</p></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-a0891f8 elementor-widget elementor-widget-image\" data-id=\"a0891f8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"820\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/add-redirect-rank-math-1024x820.png\" class=\"attachment-large size-large\" alt=\"add-redirect-rank-math\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/add-redirect-rank-math-1024x820.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/add-redirect-rank-math-300x240.png 300w, //oceanwp.org/wp-content/uploads/2019/04/add-redirect-rank-math-768x615.png 768w, //oceanwp.org/wp-content/uploads/2019/04/add-redirect-rank-math.png 1588w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-0535e14 elementor-widget elementor-widget-text-editor\" data-id=\"0535e14\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">This is something we love because it not only makes sure that we aren’t accidentally serving our own visitors with 404 pages unknowingly but it also makes it extremely easy (and fast) to implement the correct redirect so we can fix it before anyone else notices it.</div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-7baf17a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"7baf17a\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-367e008 elementor-column elementor-col-100 elementor-top-column\" data-id=\"367e008\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-fb15f16 elementor-widget elementor-widget-heading\" data-id=\"fb15f16\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">4. The user interface is second to none ?</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-69f987a elementor-widget elementor-widget-image\" data-id=\"69f987a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"876\" height=\"828\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-seo-audit.png\" class=\"attachment-large size-large\" alt=\"rank-math-seo-audit\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-seo-audit.png 876w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-seo-audit-300x284.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-seo-audit-768x726.png 768w\" sizes=\"(max-width: 876px) 100vw, 876px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-38992a2 elementor-widget elementor-widget-text-editor\" data-id=\"38992a2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Rank Math’s user interface is really nice to work with and the plugin is extremely fast (more on speed coming up). In contrast to most if not all other SEO plugins for WordPress, Rank Math isn’t riddled with annoying upsells and advertisements that clutter the WordPress admin area &#8211; what used to be a productive workspace. This is definitely on the list of reasons why we use Rank Math and recommend it to OceanWP users &#8211; we doubt anyone would really want</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-5d1e7c1 elementor-widget elementor-widget-text-editor\" data-id=\"5d1e7c1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>As we’re about to come onto, Rank Math is really fast. And this is in part due to the sheer amount of thought that went into the design of the user interface. It’s simple and nice to work with on a daily basis. The free plugin isn’t riddled with advertisements and upsells that continuously try to encourage you to buy something else from them which is something we’ve seen <strong>a lot</strong> in our days of working with WordPress.</p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-7835202 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"7835202\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-54c847f elementor-column elementor-col-100 elementor-top-column\" data-id=\"54c847f\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-589ec4e elementor-widget elementor-widget-heading\" data-id=\"589ec4e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">5. Rank Math is the fastest search engine optimization plugin ?</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-5e4028e elementor-widget elementor-widget-text-editor\" data-id=\"5e4028e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">As you will come to realize when using the plugin, Rank Math incredibly fast.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-7525dae elementor-widget elementor-widget-text-editor\" data-id=\"7525dae\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>Here at OceanWP, we truly care about and pride ourselves in developing with performance in mind. Nobody should be forced to wait for your website to load and <a href=\"https://webmasters.googleblog.com/2018/01/using-page-speed-in-mobile-search.html\" target=\"_blank\" rel=\"noopener\">slower websites are known to have lower conversion rates</a>.</p></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-b75f812 elementor-widget elementor-widget-text-editor\" data-id=\"b75f812\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Thanks to a leaner codebase and a plugin that makes fewer database queries on page load, switching to Rank Math is an easy choice if you care about performance at all.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-36bdd87 elementor-widget elementor-widget-image\" data-id=\"36bdd87\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"363\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-vs-yoast-1024x363.png\" class=\"attachment-large size-large\" alt=\"rank-math-vs-yoast\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-vs-yoast-1024x363.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-vs-yoast-300x106.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-vs-yoast-768x272.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-vs-yoast.png 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-e48a4a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"e48a4a8\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-c5cf566 elementor-column elementor-col-100 elementor-top-column\" data-id=\"c5cf566\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-ee14059 elementor-widget elementor-widget-heading\" data-id=\"ee14059\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">6. A Schema.org Implementation that makes sense ?</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-da80163 elementor-widget elementor-widget-image\" data-id=\"da80163\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"421\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-schema-structured-data-1024x421.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-schema-structured-data-1024x421.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-schema-structured-data-300x123.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-schema-structured-data-768x316.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-schema-structured-data.png 1970w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-6d38048 elementor-widget elementor-widget-text-editor\" data-id=\"6d38048\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Rank Math also makes it extremely easy to configure your posts, pages and custom post types for all of the following Rich Snippet types:\n\n<ul>\n<li>Article Rich Snippets</li>\n<li>Book Rich Snippets</li>\n<li>Course Rich Snippets</li>\n<li>Event Rich Snippets</li>\n<li>Job Posting Rich Snippets</li>\n<li>Local Business Rich Snippets</li>\n<li>Music Rich Snippets</li>\n<li>Person Rich Snippets</li>\n<li>Product Rich Snippets</li>\n<li>Recipe Rich Snippets</li>\n<li>Restaurant Rich Snippets</li>\n<li>Review Rich Snippets</li>\n<li>Service Rich Snippets</li>\n<li>Software/App Rich Snippets</li>\n<li>Video Rich Snippets</li>\n</ul></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-e608ecc elementor-widget elementor-widget-text-editor\" data-id=\"e608ecc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>Schema is more important than ever now that voice search is an integral part of Google search as a whole. There’s really never been a better time to make it easier for Google to understand your website’s content using Rank Math’s Schema.org Markup implementation. With Rank Math, you finally have the ability to <strong>take complete control</strong> of your website’s on-page SEO.</p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-53ac94a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"53ac94a\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-afef584 elementor-column elementor-col-100 elementor-top-column\" data-id=\"afef584\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-758d6b1 elementor-widget elementor-widget-heading\" data-id=\"758d6b1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">7. The tight Google Search Console Integration ?</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-1795519 elementor-widget elementor-widget-image\" data-id=\"1795519\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"323\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/google-search-console-integration-1024x323.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/google-search-console-integration-1024x323.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/google-search-console-integration-300x95.png 300w, //oceanwp.org/wp-content/uploads/2019/04/google-search-console-integration-768x242.png 768w, //oceanwp.org/wp-content/uploads/2019/04/google-search-console-integration.png 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-00f015b elementor-widget elementor-widget-text-editor\" data-id=\"00f015b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Another feature we think you’ll really love is the Google Search Console integration. Easily view key metrics and check important information such as rankings, sitemaps that have been submitted to Google and more right from the WordPress admin dashboard.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-fff0701 elementor-widget elementor-widget-image\" data-id=\"fff0701\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"809\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-search-analytics-1024x809.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-search-analytics-1024x809.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-search-analytics-300x237.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-search-analytics-768x607.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-search-analytics.png 1155w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-13a9afd elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"13a9afd\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-0c528f2 elementor-column elementor-col-100 elementor-top-column\" data-id=\"0c528f2\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-0b7a302 elementor-widget elementor-widget-heading\" data-id=\"0b7a302\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">8. Support is available for non-paying users ?‍♂️</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-20bf204 elementor-widget elementor-widget-image\" data-id=\"20bf204\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"448\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/rank-math-support-1024x448.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/rank-math-support-1024x448.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-support-300x131.png 300w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-support-768x336.png 768w, //oceanwp.org/wp-content/uploads/2019/04/rank-math-support.png 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-8107815 elementor-widget elementor-widget-text-editor\" data-id=\"8107815\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>Their extensive <a href=\"https://rankmath.com/kb/wordpress/seo-suite/\" target=\"_blank\" rel=\"noopener\">documentation</a> together with their amazing customer support works <strong>24/7</strong> to make sure that no question is left unanswered. Now that you’re using Rank Math, you’re also more than welcome to join this Facebook community of fellow WordPress users passionate about search engine optimization.</p></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-5d8cab8 elementor-widget elementor-widget-text-editor\" data-id=\"5d8cab8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Not many plugins provide support to non-paying users apart from limited support on the WordPress.org support forums and we think the comfort of their active community of developers and users is unbeatable.</div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-401c8f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"401c8f0\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-1f64eb8 elementor-column elementor-col-100 elementor-top-column\" data-id=\"1f64eb8\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-c271173 elementor-widget elementor-widget-heading\" data-id=\"c271173\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n				<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">9. Quick &amp; Easy migrations from Yoast &amp; others! ?</h2>		</div>\n				</div>\n				<div class=\"elementor-element elementor-element-fdedd04 elementor-widget elementor-widget-image\" data-id=\"fdedd04\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n										<img width=\"1024\" height=\"769\" src=\"https://oceanwp.org/wp-content/uploads/2019/04/migrate-from-yoast-to-rank-math-1024x769.png\" class=\"attachment-large size-large\" alt=\"migrate-from-yoast-to-rank-math\" srcset=\"//oceanwp.org/wp-content/uploads/2019/04/migrate-from-yoast-to-rank-math-1024x769.png 1024w, //oceanwp.org/wp-content/uploads/2019/04/migrate-from-yoast-to-rank-math-300x225.png 300w, //oceanwp.org/wp-content/uploads/2019/04/migrate-from-yoast-to-rank-math-768x577.png 768w, //oceanwp.org/wp-content/uploads/2019/04/migrate-from-yoast-to-rank-math.png 1896w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-01b79e7 elementor-widget elementor-widget-text-editor\" data-id=\"01b79e7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Moving over couldn’t be easier so what are you waiting for! Here’s a brief overview of how to ensure that you retain the data from the old SEO plugin you were using:\n\n<ol>\n<li>Leave the old SEO plugin you were using before active.</li>\n<li>Install and activate the Rank Math WordPress plugin.</li>\n<li>Use Rank Math’s one-click migration and setup wizard to start the migration process + let the magic happen! ? (it supports migrations from Yoast, All In One SEO Pack and SEOPress).</li>\n</ol></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-512b835 elementor-widget elementor-widget-text-editor\" data-id=\"512b835\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\">Our partnership with Rank Math is all a part of OceanWP’s ongoing effort to grow, evolve, innovate and provide the best possible experience to users so we can turn your dream of designing a successful website into a reality.</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-2871f5c elementor-widget elementor-widget-text-editor\" data-id=\"2871f5c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p><em><strong>If you have anything to add or have a question for us – please feel free to leave a comment below and we’ll get back to you as soon as possible!</strong></em></p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n				<section class=\"elementor-element elementor-element-0a85a7c elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"0a85a7c\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-e6bb006 elementor-column elementor-col-100 elementor-top-column\" data-id=\"e6bb006\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap\">\n					<div class=\"elementor-widget-wrap\">\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n						</div>\n			</div>\n		</div>\n		<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://oceanwp.org/blog/why-oceanwp-uses-rank-math/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress Hosting – How To Pick The Cost Effective Option?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Aug 2019 15:58:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=544523\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1276:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/08/wordpress-973439_960_720.jpg\" width=\"1200\" height=\"600\" title=\"WordPress Hosting – How To Pick The Cost Effective Option?\" alt=\"WordPress Hosting – How To Pick The Cost Effective Option?\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">When it comes to WordPress, then it is considered as one of the best content management system. It is easy to use that is the main reason why its demand is increasing day by day. There are lots of other facts that you should read about WordPress hosting in order to enhance your knowledge. If [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Walter Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7290:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/08/wordpress-973439_960_720.jpg\" width=\"1200\" height=\"600\" title=\"WordPress Hosting – How To Pick The Cost Effective Option?\" alt=\"WordPress Hosting – How To Pick The Cost Effective Option?\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p>When it comes to WordPress,\nthen it is considered as one of the best content management system. It is easy\nto use that is the main reason why its demand is increasing day by day. There\nare lots of other facts that you should read about WordPress hosting in order\nto enhance your knowledge. If you have a WordPress website, then WordPress\nhosting is an ideal option that you should choose to get started. Well,\nnumerous benefits are associated with WordPress Hosting that you should\nunderstand properly. It can also help you to know its importance with ease.</p>\n\n\n\n<p>Well, many web hosts are\nout there that are providing support to WordPress. The thing you should know\nthat all of them are not good so you should make your choices wisely. If you\nare looking for a cost-effective WordPress Hosting, then you need to take a lot\nof things into consideration. Some people think that considering the only price\nis not the right thing because there are many other aspects to which you should\npay attention. To ease up your selection process, you should follow some\nbeneficial tips that have been underlined.</p>\n\n\n\n<ul><li><strong>Consider\nthe Price </strong></li></ul>\n\n\n\n<p>First of all, you should\nalways consider the price factor while selecting a cost-effective web hosting\npackage. In this situation, you should also try to keep your budget in mind\nbecause the cost of the web hosting package will always depend on it. If you\nhave a low budget, then you can&#8217;t afford a really expensive package. The\npackage that comes with a very low price is probably a scam to loot you. It is\nthe main reason why you should always make your choices wisely.</p>\n\n\n\n<ul><li><strong>Free\nfeatures </strong></li></ul>\n\n\n\n<p>When it comes to the\nselection of the best hosting services, then you should also check the free\nfeatures that the service providers are offering. You can easily see that many\nservice providers always offer some extras and free features with their web\nhosting packages. Usually, they offer a free domain name, backup service, and\nfree advertising credits. With the help of this, you can get additional value\nfor your services.</p>\n\n\n\n<ul><li><strong>The\nreputation of the company</strong></li></ul>\n\n\n\n<p>Before going to make your\nfinal decision regarding the selection of the best service provider or company,\nyou should check its reputation. With the help of doing this, you can easily\nfind a trustworthy service provider in order to meet your various requirements\nwith ease. Availing service from these service providers will help you to get\nproper satisfaction. To get an idea about the reputation of a company, you can\ntake help from various methods. </p>\n\n\n\n<ul><li><strong>Money\nback guarantee </strong></li></ul>\n\n\n\n<p>You will get amazed after knowing the fact that many service providers are offering the money-back guarantee. With the help of this, you can easily ask for the refund of your payment if you are not satisfied with the services. You should always check all these terms and policies before going to avail services from a web hosting company or service provider. It can also help you to get peace of your mind. </p>\n\n\n\n<ul><li><strong>Installation\nservices </strong></li></ul>\n\n\n\n<p>It is also crucial to check\nwhether the service providers are offering the installation services in the\npackage or not. Most of the service providers offer this service whereas some\ncompanies never give this facility for the users. Well, beginners should always\nchoose a company that is offering installation services because it is a difficult\ntask. Due to this reason, you should always find a service provider after\nchecking all the services and facilities that they are offering.</p>\n\n\n\n<ul><li><strong>Customer\nservice </strong></li></ul>\n\n\n\n<p>Before going to select the\nweb hosting services for your WordPress website, many tips should be taken into\naccount. The most important thing that you should check once is the quality of\nthe customer service. If it is good, then you shouldn&#8217;t think anymore to make\nyour final decision regarding the selection of the best service provider. You\ncan also get an idea about the customer service of a company by asking some\npre-sale questions from the support team.</p>\n\n\n\n<ul><li><strong>Web\nhosting performance </strong></li></ul>\n\n\n\n<p>With the help of knowing\nthe web hosting performance, you can easily take your steps forward. If your\nwebsite is suffering from slowness and invisibility, then it is not a good\nchoice. You should check whether the web hosting performance is good or not.\nAfter this, you can make your final choice and move your steps forward. Never\nignore this factor because it plays an important role that can help you to get\na lot of advantages. </p>\n\n\n\n<p>After considering all the\nabove-mentioned tips, you can easily make your process regarding the selection\nof the best and cost-effective WordPress Hosting services. Keep all these\nfactors in mind and then make your final choice.</p>\n\n\n\n<p><strong>Other tips to consider </strong></p>\n\n\n\n<p>If you are a beginner and\nyou don&#8217;t know how to select the best WordPress Hosting services, then many\ntips can help you out. Well, many service providers are out there, and it is\nthe reason why most of the people are facing a lot of issues while finding the\nbest one. In this situation, you can ask for referrals to narrow down your\nsearch options. There are many other things that you can do to ease up your\ntask. In this way, you can easily know about the top best service providers.\nAfter this, you should make a list and then try to gather some essential\ndetails related to them. By doing this, you can easily pick the right service\nprovider to avail quality services for your website. </p>\n\n\n\n<p><strong>The last words </strong><a href=\"https://www.collectiveray.com/wp/wordpress-tips-tricks-hacks\">WordPress</a> is\nan easy to use content management system that can also help you to maintain the\ncontent of your website. For this, you should look for the best hosting\nservices that are not a piece of cake. You can either choose the <a href=\"https://www.bigdropinc.com/branding/\">branding\nfirm</a> or\nother service providers to take assistance. Never forget about the crucial\nfactors while selecting the right service provider for your WordPress website.\n\n\n\n</p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://oceanwp.org/blog/wordpress-hosting-how-to-pick-the-cost-effective-option/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"15 SEO Tips and Techniques to Boost Ranking on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Aug 2019 15:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=532215\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1320:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/importance-ongoing-SEO.jpg\" width=\"1200\" height=\"600\" title=\"15 SEO Tips and Techniques to Boost Ranking on WordPress\" alt=\"15 SEO Tips and Techniques to Boost Ranking on WordPress\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">WordPress is one of the most popular free content management systems. It’s mostly used by bloggers, but WordPress also works for other types of sites, such as galleries, shops, and forums. WordPress has an understandable interface and reasonable prices. These two features make it a perfect option for beginners and people who don’t want to [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matthew Williams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10219:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/importance-ongoing-SEO.jpg\" width=\"1200\" height=\"600\" title=\"15 SEO Tips and Techniques to Boost Ranking on WordPress\" alt=\"15 SEO Tips and Techniques to Boost Ranking on WordPress\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">		<div data-elementor-type=\"wp-post\" data-elementor-id=\"532215\" class=\"elementor elementor-532215\" data-elementor-settings=\"[]\">\n			<div class=\"elementor-inner\">\n				<div class=\"elementor-section-wrap\">\n							<section class=\"elementor-element elementor-element-44a799f elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"44a799f\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-6d85e10f elementor-column elementor-col-100 elementor-top-column\" data-id=\"6d85e10f\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-227bc0d5 elementor-widget elementor-widget-text-editor\" data-id=\"227bc0d5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>WordPress is one of the most popular free content management systems. It’s mostly used by bloggers, but WordPress also works for other types of sites, such as galleries, shops, and forums.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>WordPress has an understandable interface and reasonable prices. These two features make it a perfect option for beginners and people who don’t want to spend much time on the technical side of their website.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>WordPress can help you to make an attractive and stylish site effortlessly. However, if you want to monetize your content, you have to make it Google friendly. In an ideal world, your site should be friendly for all search engines, but Google is the most popular among them. We recommend you focus on Google because the requirements of other search engines are quite similar.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Blogging on WordPress is a great way to make some money even if you’re a college student. You just need a bit of talent, creative ideas, and good writing skills. If you just want to focus on your blog, <a href=\"https://answershark.com/pay-for-college-essay.html\">pay</a> for college essays and leave your homework to someone else. While expert writers deal with your essays, you’ll have time to make your blog a source of constant income.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#1 Pick the right web host</h3>\n<p>The speed of your site is a crucial indicator both for the search engine and for your visitors. No one would wait for 30 seconds to see your main page! And Google won’t rank your site well if it’s too slow. Choose a web host that is able to provide you with a good speed.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#2 Polish the first paragraphs</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Search engines pay the most attention to the first 100 words on your page. Make sure that you include all the necessary keywords and internal links in the first paragraphs. The introduction should be a short description of what your post is about.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#3 Make longer posts</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Longer posts tend to rank better. However, you should keep a balance between the length of your post and its usefulness. It’s hard to believe, for example, that someone would be able to write an interesting 4,000-word post about setting an alarm clock.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#4 Install Google Analytics</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The presence of Google Analytics on your site probably won’t influence the ranking directly. But this amazing tool will help you to monitor the sources of traffic, your audience’s behavior, and other important data. Regular analysis and improvement will boost your ranking.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#5 Don’t neglect internal linking</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Internal links give you the opportunity to present all the related content both to Google and your visitors. They simplify the navigation process for search engines, and they won’t leave this advantage without attention.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#6 Take advantage of social media sharing</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Creating so-called “shareable” content isn’t enough. You should add sharing buttons to your WordPress blog to make the sharing process easier for your readers. If Google sees that your post becomes popular on social media, it’ll rank better.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#7 Change the permalink structure</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Standard WordPress permalinks aren’t Google friendly. We recommend you to change your permalink structure to be text-based and add some keywords.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#8 Choose Google-friendly themes</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>When you create a site on WordPress, picking a theme is a real challenge. It offers thousands of them, and you have no idea which one is going to work better! But you should take into consideration three criteria: your theme has to be mobile-friendly, fast, and optimized for SEO.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#9 Use keywords in your content</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Keywords are phrases or separate words that show Google that your article is relevant to its topic. If your article’s theme is on 15 SEO tips and techniques to boost ranking on WordPress, and you don’t include the word “WordPress” in your post, then Google won’t rank it well.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#10 Install a sitemap plugin</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>This plugin is an absolute must-have for WordPress sites. A sitemap helps search engines to navigate your site and index all the content faster. The installation process is quick, and the results won’t be long in coming.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#11 Name your images</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>When you post images, use this opportunity to include more keywords to your content. WordPress allows you to name your images, add alt text, provide a small caption, and apply tags. It won’t take more than a minute, but your positions will certainly improve!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#12 Pick SEO plugins</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>WordPress offers a wide range of plugins, such as the All in One SEO Pack. These plugins are a perfect option for beginners who have no time to deal with complex terms and techniques. SEO plugins will help you with things like generating a sitemap, or changing a title or description.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#13 Try a table of contents</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We’ve already mentioned that Google appreciates long posts. However, long texts are hard to navigate for users. Add a table of contents, and search engines will notice your attempt to make your site more comfortable for visitors. As a rule, a table of contents increases the time that your readers spend on your site.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#14 Monitor comments</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Spam comments won’t make your WordPress site attractive for Google. Links to unrelated sites or pages with “shady” content are also harmful to the reputation of your site. And your readers won’t like links to gambling websites on your page about avoiding scammers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>#15 Post optimized images</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>As we’ve mentioned, page download performance is crucial for your ranking. By compressing and resizing images, you’ll automatically increase the download speed. You can optimize your images before uploading them to WordPress or use special plugins.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>WordPress gives many opportunities both to beginners and experienced users. This platform allows you to create attractive sites, but search engine optimization is on you. Don’t neglect our recommendations, and your ranking will improve!</p>\n<p><!-- /wp:paragraph --></p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n						</div>\n			</div>\n		</div>\n		<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://oceanwp.org/blog/15-seo-tips-and-techniques-to-boost-ranking-on-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"How to Promote Your Blog: The Complete Beginner’s Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2019 17:30:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=524384\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1292:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/corinne-kutz-tMI2_-r5Nfo-unsplash.jpg\" width=\"2880\" height=\"1920\" title=\"How to Promote Your Blog: The Complete Beginner’s Guide\" alt=\"How to Promote Your Blog: The Complete Beginner’s Guide\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">So you started a blog. It looks pretty nice and you invest a huge effort to produce high-qualtiy content on a daily basis. But not many visitors arrive at the website. Why is that the case? Without proper promotion, even the best content has low chances to reach a great audience. The 2019 Blogger Statistics [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Osborne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14655:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/corinne-kutz-tMI2_-r5Nfo-unsplash.jpg\" width=\"2880\" height=\"1920\" title=\"How to Promote Your Blog: The Complete Beginner’s Guide\" alt=\"How to Promote Your Blog: The Complete Beginner’s Guide\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">		<div data-elementor-type=\"wp-post\" data-elementor-id=\"524384\" class=\"elementor elementor-524384\" data-elementor-settings=\"[]\">\n			<div class=\"elementor-inner\">\n				<div class=\"elementor-section-wrap\">\n							<section class=\"elementor-element elementor-element-24e7b7e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"24e7b7e7\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-2f56f93c elementor-column elementor-col-100 elementor-top-column\" data-id=\"2f56f93c\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-103cff73 elementor-widget elementor-widget-text-editor\" data-id=\"103cff73\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">So you started a blog. It looks pretty nice and you invest a huge effort to produce high-qualtiy content on a daily basis. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">But not many visitors arrive at the website. Why is that the case? Without proper promotion, even the best content has low chances to reach a great audience. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\"><u><a href=\"https://growthbadger.com/blog-statistics/\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\">The 2019 Blogger Statistics </span></span></a></u></span></span><span style=\"font-family: Cambria, serif;\">study published by GrowthBadger is pretty clear on the importance of marketing. 70% of bloggers who earn over $50K per year said they were </span><span style=\"font-family: Cambria, serif;\"><i>active</i></span><span style=\"font-family: Cambria, serif;\"> or</span><span style=\"font-family: Cambria, serif;\"><i> very active</i></span><span style=\"font-family: Cambria, serif;\"> in the promotion of their content. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">All successful blogs are heavily promoted. Sure; they are also awesome in terms of content and design. But it’s promotion that brings them the traffic. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">So how do you do it?</span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">That’s a tough question that requires an in-depth guide. Don’t worry; we’ve got you covered!</span></p>\n\n<h2>The Complete Guide to Blog Promotion</h2>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\"><b>1. Technical SEO Is an Essential Aspect of the Promotion Process</b></span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">When most bloggers think about promoting, they focus on content and marketing. They will get a </span><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\"><u><b><a href=\"https://www.proessaywriting.com/essay-paper/\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\">paper essay</span></span></a></b></u></span></span><span style=\"font-family: Cambria, serif;\"> service to complete more content for them, so they will have something extra to share with their audience. They will include all the right keywords and they will hit the social media with their links. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">That’s okay. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">But before you start promoting, you need something outstanding to promote. These are the technicalities that you shouldn’t neglect:</span></p>\n\n<ul>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Reliable hosting</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Utmost security</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Speed at all pages and on all functions</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">A great multi-purpose theme with all needed </span><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\"><u><a href=\"https://oceanwp.org/extension/category/premium/\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\">premium extensions</span></span></a></u></span></span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Functional links</span></p>\n</li>\n</ul>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Speaking of technical SEO you should also use Google Analytics to monitor the blog’s performance.</span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">When you get these things right, your content marketing will work. The search engine will consider your website as useful, and it will start offering it as a relevant result to a user’s search.</span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\"><b>2. On-Site Search Engine Optimization</b></span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Lauren Ledure, marketing advisor for various </span><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\"><u><b><a href=\"https://www.ninjaessays.com/\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\">custom writing services</span></span></a></b></u></span></span><span style=\"font-family: Cambria, serif;\">, explains: “Bloggers rarely see SEO as part of their promotional efforts, but that’s exactly what it is. When you use the right keywords and you optimize the site’s elements, you’re promoting your website to search engines.”</span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">These are the on-site elements that need keyword optimization:</span></p>\n\n<ul>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">The URL</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">The title and description</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">The main heading and few subheadings</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">The images</span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">The content itself</span></p>\n</li>\n</ul>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">But when you’re using keywords, you shouldn’t go too far. Use too many of them and you’ll easily be labeled as a spammer. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">If you have no idea how to do proper search engine optimization, it’s best to hire marketing experts from a service like </span><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\"><u><b><a href=\"https://www.brillassignment.co.uk/\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\">Brill Assignment</span></span></a></b></u></span></span><span style=\"font-family: Cambria, serif;\">. This is an </span><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\"><u><b><a href=\"https://www.bestessays.com.au/assignment_services_australia.php\"><span style=\"color: #1155cc;\"><span style=\"font-family: Cambria, serif;\">assignment writing service</span></span></a></b></u></span></span><span style=\"font-family: Cambria, serif;\">, but the writers and editors can work on all kinds of projects, including SEO tasks. You can also check out Upwork – a platform where you can hire skilled freelancers for all types of marketing tasks.</span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\"><b>3. Let the Real Promotion Begin: Use Social Media!</b></span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Of course; social media is inevitable. It gives you tons of space for free promotion. You can share links to your blog, invite your followers to respond to surveys, and encourage them to join the discussion under a blog post. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">But some paid advertising is also needed. Facebook prefers user-generated content, and your presence on Instagram will require some influencer collaboration. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Let’s specify the details about social media promotion:</span></p>\n\n<ul>\n 	<li>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Choose the platforms where your audience is active the most. Be present on a daily basis, but don’t spam. </span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Instagram stories are great! You can show your face as a blogger, talk about relevant issues and connect with your audience on a deeper level. </span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Don’t forget that Reddit and Quora are part of social media, too. Search these networks for questions that you can answer. Then, answer them through in-depth posts on your blog. You’ll answer on Reddit and Quora, but the content will be shorter and you’ll leave the link for everyone who wants to know more. </span></p>\n</li>\n 	<li>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Influencer marketing is the bomb. If your posts get promoted by someone who people love to follow, you’ll notice a huge boost in traffic. </span></p>\n</li>\n</ul>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\"><b>4. Guest Blogs Are Your Ticket to Boosted Performance</b></span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">You just wrote an awesome post for your blog? You can’t sit and wait for other bloggers to start linking to it. You can do part of the work, too. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Almost all popular blogs from your niche will accept guest posts. Offer them! You’ll write useful content and you’ll include the link to your post where it fits the most. Some blogs will also allow you to feature a link to your site in the bio. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">You want to get genuine links from other bloggers? You’ll encourage them if you publish highly useful guides, studies, survey results, and in-depth content that present you as an authority. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\"><b>5. Don’t Forget about Email Marketing</b></span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">Whenever someone reads a useful post on your website, you get a chance to keep them coming back. Pop-ups are boring, but also useful in some situations. You can promise a white paper or eBook to trigger the reader’s interest. When you provide something of great value, they will love to sign up. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">However, you’ll have to keep providing value. Don’t send plain emails that feature links to your blog. Make them really special in terms of design and content. It’s great to offer something only for your subscribers, so they will see that getting all those messages in their inbox serves them a good purpose. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">And that was your general guide on how to promote a blog. It seems simple, but each of the points listed above carries along many other aspects. When you start working on your email marketing campaign, you’ll discover endless nuances and you’ll experiment with different techniques. It’s the same with SEO, social media marketing, and all other types of promotion. </span></p>\n<p style=\"margin-bottom: 0.14in;\" align=\"justify\"><span style=\"font-family: Cambria, serif;\">So focus, be ready to do a lot of work, and do it!</span></p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n						</div>\n			</div>\n		</div>\n		<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://oceanwp.org/blog/how-to-promote-your-blog-the-complete-beginners-guide/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"How to Maintain Brand Consistency across your Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2019 17:04:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=524300\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1304:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/brainstorming-branding-businesspeople-1162968-1.jpg\" width=\"1280\" height=\"1007\" title=\"How to Maintain Brand Consistency across your Website\" alt=\"How to Maintain Brand Consistency across your Website\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Your website is the nerve center of your online presence. This is how most of your customers will find your brand in the search and learn more about it.&#160; Given that, it’s not surprising that your website can also serve as an incredibly powerful branding tool. And, as such, it needs to be crafted carefully. [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jacob Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10628:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/brainstorming-branding-businesspeople-1162968-1.jpg\" width=\"1280\" height=\"1007\" title=\"How to Maintain Brand Consistency across your Website\" alt=\"How to Maintain Brand Consistency across your Website\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p>Your website is the nerve center of your online presence. This is how most of your customers will find your brand in the search and learn more about it.&nbsp;</p>\n\n\n\n<p>Given that, it’s not surprising that your website can also serve as an incredibly powerful branding tool. And, as such, it needs to be crafted carefully.</p>\n\n\n\n<p>Don’t forget that today’s users are picky. <a href=\"https://www.researchgate.net/publication/220208334_Attention_web_designers_You_have_50_milliseconds_to_make_a_good_first_impression_Behaviour_and_Information_Technology_252_115-126\">Research says</a> that it takes about 50 milliseconds for them to form opinions about your website and decide whether they will stay on it. Apart from expecting your website to be fast, functional, and responsive across multiple devices, they also prefer websites that deliver consistent experiences, irrespective of the page they land on.&nbsp;</p>\n\n\n\n<p>By using your brand elements consistently across your website, you will increase your brand’s authority, build trust with your audiences, and inspire them to convert faster.</p>\n\n\n\n<p>Let’s see how to create consistent website experiences.</p>\n\n\n\n<h2>Get to Know your Audiences&nbsp;</h2>\n\n\n\n<p>Do thorough market research to see what kind of audiences are interested in your products or services. Pay attention to their demographics data, backgrounds, education, preferences, and major pain points. Based on this data, segment them and <a href=\"https://blog.hootsuite.com/buyer-persona/\">build solid buyer personas.</a>&nbsp;</p>\n\n\n\n<p>Just like their mere name says, buyer personas are semi-fictional representations of your target customers that will help you understand their needs better and guide you while tailoring your brand elements to their needs.&nbsp;<br></p>\n\n\n\n<h2>Build a Solid Brand Strategy&nbsp;</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh6.googleusercontent.com/Wuu8xSLQJ0uQkT_Yo1qXQhC-vq0ht_D99-KIsMHyxO3pyEznQEgHtraCTwe223PiCr-U2HAyg3OxlJ-nsbjU5GguQzEBXMqMT65o_wJT2jTFC1JmTEgp1HVCfI_KkeccypSErDph\" alt=\"\"/></figure>\n\n\n\n<p>Now that you know who your audiences are, it’s time to <a href=\"https://barkingdog.com.au/\">build a comprehensive brand strategy</a>. It should address every aspect of your website content and design, helping you keep these elements consistent as your brand grows.&nbsp;</p>\n\n\n\n<p>Based on their branding strategy, many companies decide to create detailed brand guidelines. Simply put, brand guidelines dictate your content creation efforts, design elements, and the overall appeal of your website.&nbsp;</p>\n\n\n\n<p>They should include every aspect of your online presence, especially visual design elements such as:</p>\n\n\n\n<ul><li>the use of color palettes, as <a href=\"https://blog.hubspot.com/marketing/psychology-of-color\">each color triggers different emotions</a>. For example, blue equals trustworthiness, orange stands for playfulness, green is synonymous with nature, red is passionate, etc.</li><li>the use of typography – choose the fonts you want to use and apply them consistently across your website. For instance, serif fonts are reliable and traditional, sans serif is modern, while script fonts are considered luxury.</li><li>image formatting and sizes. For example, the sizes of images on your website and your Facebook profile should not be the same. Create a folder with the approved visual content formats and detailed instructions on how to share visuals across different channels.</li><li>your logo – it should reflect everything your brand stands for. Choose it in the long run and make sure it is applied consistently across your website. Many popular websites, such as Content Marketing Institute or HubSpot, apply their logo on each piece of content they produce to increase brand familiarity.</li></ul>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh5.googleusercontent.com/ycnRja5ihdGTMNOToHppFMPwhNTGVHsdOl2T6Pb832iEGUcBkegnleAxPvpQbb0fEt5_OrN371DkUads1cEkG1TfV94XXrztZALcvioLVM8OuI9PPHCmy6Zv3cxbvKWS1LWKbFCg\" alt=\"\"/></figure>\n\n\n\n<p>Your brand style guidelines should be easily accessible to every member of your organization so they can apply these rules consistently across all channels.</p>\n\n\n\n<h2>Determine your Tone of Voice</h2>\n\n\n\n<p><a href=\"https://www.semrush.com/blog/how-to-define-your-tone-of-voice/\">The tone of voice</a> is what sets big brands from mediocre ones. It allows you to create a recognizable brand personality across multiple channels and, above all, to build stronger relationships with your target audiences. For starters, assess your brand traits thoroughly. Try to describe it in a few words or sentences. If your brand were a real person, what adjectives would describe it best? Is it authoritative or emotional? Maybe it is energetic and friendly? Or, you would like to emphasize its trustworthiness.&nbsp;</p>\n\n\n\n<p>Your tone of voice depends on a wide range of factors, from your industry to your audiences. For example, a healthcare non-profit would want to sound authoritative and, at the same time, ensure that their missions and values are understandable by everyone. If you’re a fashion brand targeting Millennials, you will probably want to sound friendly, informal, and playful.&nbsp;</p>\n\n\n\n<p>Your brand voice should dictate every form of your website content, from your blog to your product pages and FAQ page. No matter where a visitor lands, they should recognize your language and know who it belongs to. Also, you should reassess your existing website content to see whether it is on-brand and adapt your language accordingly.</p>\n\n\n\n<h2>Craft a Content Plan</h2>\n\n\n\n<p>Quality content is what attracts people to your site. Now that you’ve grabbed their attention, you need to keep them engaged. This is why you need to create top-notch content consistently. Your goal is to create a thorough editorial calendar, where you would map out your entire content marketing activity.</p>\n\n\n\n<p>First, decide on how often you will publish fresh content. Will you do so four times a month or maybe four times weekly? Once you determine your schedule, stick to it to help your audiences know when to expect your new content.</p>\n\n\n\n<p>Second, think about the topics you want to write about. You don’t want to discuss the same topic over and over again. The idea is to provide different audience segments with relevant and yet, fresh topics that would resonate with them. Many tools can help you <a href=\"https://www.quicksprout.com/7-tools-for-generating-infinite-content-ideas-for-your-blog/\">generate fresh content ideas</a>, such as BuzzSumo, HubSpot’s Blog Topic Generator, or Google Trends.&nbsp;</p>\n\n\n\n<p>Third, consider content form variety. Blog articles are the backbone of your content, but will they be the only type of content you create? There are many engaging forms of content that may generate a greater ROI, such as infographics, animations, ultimate guides, comprehensive lists, case studies, videos, etc.</p>\n\n\n\n<p>You should build your plan 4-6 weeks ahead. Use project management tools to implement your strategy effortlessly. With these tools, you can track what blog posts are assigned to writers, which ones are going through edits, which ones are ready to get published and promoted, etc. Make sure your content plan is achievable and that every member of your content marketing team, from writers to designers and editors, has enough time to do their research and complete their tasks.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh5.googleusercontent.com/CRjMR8XQJgTiR26mW0jkvkHlUAHuzXLKg58_o3M1_CpudfJR1axZYLyttKUD2dM2jgPpQM5X0rfg35DHz8SRwNgoDkSRMxau_nOF3nXOHZvXVzNM_a2zLh1TBd0dO_0bBBznDnzA\" alt=\"\"/></figure>\n\n\n\n<h2>Pay Special Attention to Guest Articles</h2>\n\n\n\n<p>Creating top-quality content consistently is a tedious task. Precisely because of that, many bloggers accept guest articles.&nbsp;</p>\n\n\n\n<p>Apart from helping you deliver fresh and insightful content consistently, this is an amazing opportunity to collaborate with the influential people in your industry, attract their audiences to your website, and increase your brand exposure.&nbsp;</p>\n\n\n\n<p>To ensure each guest article on your blog is on-brand and relevant to your audience, you need to <a href=\"https://www.shoutmeloud.com/how-to-create-guest-posting-guideline-page.html\">set clear guest blogging guidelines</a>.&nbsp;</p>\n\n\n\n<p>For starters, you should inform a guest blogger about the benefits of contributing to your site, such as branding, free backlinks, blog stats, etc. Then, familiarize them with clear rules, such as a strict word limit, website niche, relevant topics, the use of images, and the importance of unique and data-backed content.</p>\n\n\n\n<h2>Over to You</h2>\n\n\n\n<p>To get the most out of your online branding strategy, you should align your website presence with other digital channels you use, such as your social networks, email marketing strategy, chatbots, or PPC. You should also focus on creating a consistent brand image online and offline. For example, if you’re selling your products online, make sure that you’re the design elements and messaging remain on-brand, both on your website and product packaging.<br></p>\n\n\n\n<p>Hope this helps!&nbsp;</p>\n\n\n\n<p></p>\n\n\n\n<p>AUTHOR BIO</p>\n\n\n\n<p>Jacob Wilson is a business consultant, and an organizational psychologist, based in Brisbane. Passionate about marketing, social networks, and business in general. In his spare time, he writes a lot about new business strategies and digital marketing for <a href=\"https://bizzmarkblog.com/\">Bizzmarkblog.com</a>.<br></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://oceanwp.org/blog/how-to-maintain-brand-consistency-across-your-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"7 Must-Have And Amazing Tools For Content Marketers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2019 16:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=528580\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1279:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/Screenshot-2019-07-30-at-2.59.18-PM.png\" width=\"1014\" height=\"570\" title=\"7 Must-Have And Amazing Tools For Content Marketers\" alt=\"7 Must-Have And Amazing Tools For Content Marketers\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Modern day business houses are slowly waking up to the immense potential of content marketing which is causing 88% of B2B marketers to include the same in their marketing propagandas. But if you somehow fall within the remaining 32%, then you have come to the right place as today we will take you through some [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Jennifer colby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10575:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/Screenshot-2019-07-30-at-2.59.18-PM.png\" width=\"1014\" height=\"570\" title=\"7 Must-Have And Amazing Tools For Content Marketers\" alt=\"7 Must-Have And Amazing Tools For Content Marketers\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p>Modern day business houses are slowly waking up to the immense potential of content marketing which is causing 88% of B2B marketers to include the same in their marketing propagandas. But if you somehow fall within the remaining 32%, then you have come to the right place as today we will take you through some of the very best content marketing tools which can help you in planning, developing, distributing, testing and optimizing content. Even with artificial intelligence advancing at a rapid pace, no tool can replace a robust marketing strategy channelled by talented humans. You can make your job a whole lot easier by banking on these <a href=\"https://techigem.com/content-marketing-tools/\">intuitive tools</a> listed down below.<br></p>\n\n\n\n<h2><strong><a href=\"https://www.grammarly.com/\">Grammarly</a></strong></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/556501-grammarly.png\" alt=\"\" class=\"wp-image-528582\" width=\"287\" height=\"211\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/556501-grammarly.png 333w, //oceanwp.org/wp-content/uploads/2019/07/556501-grammarly-300x221.png 300w\" sizes=\"(max-width: 287px) 100vw, 287px\" /></figure></div>\n\n\n\n<p>None of us are perfect in terms of writing but that is exactly what readers expect us to be. The good news is you can envision a more perfect version of your written content with Grammarly which comes in both free and paid versions with different set of possibilities. Grammarly can serve as a potent proofreading tool in the arsenal of all wannabe writers by detecting spelling and punctuation mistakes apart from suggesting better word placements. Its paid version can also run a plagiarism check on your content apart from providing you with a readability score and insights on sentence length.&nbsp;<br></p>\n\n\n\n<h2><a href=\"https://buzzsumo.com/\">BuzzSumo</a></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/images.png\" alt=\"\" class=\"wp-image-528585\"/></figure></div>\n\n\n\n<p>Stay a step ahead of your peers by gaining thorough knowledge about industry trends with this stellar content marketing tool. All you need to do is simply enter a particular domain name to analyse the type of content which garners maximum engagement amongst users. You can easily make out the trendiest topics pertaining to a particular industry for gauging out the ones you need to write your blog on. It also becomes very easy to find out the best influencers so that you can ask them to market your content. You can run analysis reports to find out the type of content which is mostly shared across different social media platforms. BuzzSumo also sends alerts to its users whenever a competitor website posts new content so that you can buckle up in the game. You can even compare your own performance with that of a competitor to find out where you stand in terms of both quality as well as engagement.&nbsp;<br></p>\n\n\n\n<h2><a href=\"https://www.google.com/alerts\">Google Alerts</a></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/Google-Alerts-00.jpg\" alt=\"\" class=\"wp-image-528586\" width=\"368\" height=\"171\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/Google-Alerts-00.jpg 640w, //oceanwp.org/wp-content/uploads/2019/07/Google-Alerts-00-300x140.jpg 300w\" sizes=\"(max-width: 368px) 100vw, 368px\" /></figure></div>\n\n\n\n<p>This free of cost notification service powered by Google can help content marketers in keeping a track of topics which holds special significance to their area of operation. Emails are sent to its subscribers for summarizing search activities surrounding particular search terms. Retailers can benefit out of greater information about their concerned product and business by just setting up an alert for a particular keyword. It also helps by keeping a track over different influencers as well as competitors so that you can be well abreast of the upcoming trends in your particular field.&nbsp;<br></p>\n\n\n\n<h2><a href=\"https://www.outbrain.com/content-marketing/\">Outbrain</a></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/images.jpeg\" alt=\"\" class=\"wp-image-528587\" width=\"433\" height=\"252\"/></figure></div>\n\n\n\n<p>There is no point in coming up with killer content if you cannot devise a strategy for promoting and distributing the same. This is exactly where Outbrain can come to your rescue with a proper plan to connect with the audience and promote your products to garner maximum engagement. Marketers can benefit out of personalized recommendations from Outbrain which analyses different factors such as behaviour, demographics, location and interests of the audience to provide full proof results. It serves as the ideal platform for linking both marketers and publishers while carefully monitoring content quality and reducing the usage of different deceptive tactics. Content marketers can utilise the Outbrain platform to promote a plethora of contents ranging from infographics to blog posts, videos, presentations and a lot more.&nbsp;<br></p>\n\n\n\n<h2><a href=\"https://evernote.com/\">Evernote</a></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/evernote-og-1024x500.png\" alt=\"\" class=\"wp-image-528588\" width=\"439\" height=\"214\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/evernote-og.png 1024w, //oceanwp.org/wp-content/uploads/2019/07/evernote-og-300x146.png 300w, //oceanwp.org/wp-content/uploads/2019/07/evernote-og-768x375.png 768w\" sizes=\"(max-width: 439px) 100vw, 439px\" /></figure></div>\n\n\n\n<p>Stay super organised while brainstorming for future content using Evernote which can help you store all your ideas for being readily accessed by your entire team. You can also share it with influencers maybe while collaborating on a particular project. Evernote serves as a great place to add in information and is available across all devices. Be it your smartphone or your work computer, it becomes very easy to access all the information added to the Evernote portal in the form of web pages, images or PDF files. It also becomes possible to access Evernote in offline mode to search for images or text captured previously, sync notes across devices and add annotations to images.<br></p>\n\n\n\n<h2><a href=\"https://piktochart.com/\">Piktochart</a></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/Logo-Tagline_Vertical_Full-Color-1024x731.png\" alt=\"\" class=\"wp-image-528589\" width=\"339\" height=\"242\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/Logo-Tagline_Vertical_Full-Color-1024x731.png 1024w, //oceanwp.org/wp-content/uploads/2019/07/Logo-Tagline_Vertical_Full-Color-300x214.png 300w, //oceanwp.org/wp-content/uploads/2019/07/Logo-Tagline_Vertical_Full-Color-768x549.png 768w, //oceanwp.org/wp-content/uploads/2019/07/Logo-Tagline_Vertical_Full-Color.png 1162w\" sizes=\"(max-width: 339px) 100vw, 339px\" /></figure></div>\n\n\n\n<p>If you are on the lookout for a tool which can help you out in the creation of visual content, then Piktochart can serve you pretty well. Be it reports, infographics or presentations, Pikochart can hike up your designing aptitude significantly so that you come up with excellent end results which are worth sharing. The first thing which is bound to stun you about this tool is its user-friendly and intuitive interface which can help you take your pick amongst the 100 different icons, themes, color schemes and graphics for infusing life into your boring old data set. All you need to do is simply drag and drop the text and visual elements to your canvas. Its free version has an upper limit on the usage of colors, fonts and icons which can be overcome by upgrading to the paid version. In the later one, you can either go ahead and create your very own infographic or take your pick amongst its pre-set templates.&nbsp;<br></p>\n\n\n\n<h2><a href=\"https://www.cyfe.com/\">Cyfe</a></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/download.png\" alt=\"\" class=\"wp-image-528590\" width=\"297\" height=\"111\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/download.png 367w, //oceanwp.org/wp-content/uploads/2019/07/download-300x112.png 300w\" sizes=\"(max-width: 297px) 100vw, 297px\" /></figure></div>\n\n\n\n<p>This multi-faceted business dashboard can come to your rescue while dealing with the nitty gritties of email marketing, team management, event scheduling, financing, web analytics and a lot more. You can think of Cyfe as a middleman which establishes seamless connectivity with other tools such as Twitter, Google Analytics, Facebook etc. to strengthen your content marketing arsenal. Be it creation, editing or organizing content as well as monitoring its performance on social media, you can do it all using Cyfe. The multi-user tool can be of great help in both adding new members to your team and tracking the development of ongoing projects you are associated with under one roof.&nbsp;</p>\n\n\n\n<h2>Conclusion<br></h2>\n\n\n\n<p>If you have a faulty content strategy, then these content marketing tools can lessen the damage impact by adding inertia to your work speed. So, go ahead and implement them today. Also, don’t forget to let us know about your experience in the comments sections below.&nbsp;<br></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://oceanwp.org/blog/7-must-have-and-amazing-tools-for-content-marketers/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"How to build a real estate website using Toolset Real Estate and OceanWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Jul 2019 07:26:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=512914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1333:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/featured-image.png\" width=\"1201\" height=\"600\" title=\"How to build a real estate website using Toolset Real Estate and OceanWP\" alt=\"How to build a real estate website using Toolset Real Estate and OceanWP\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">A real estate website needs to be as stable and as reliable as the houses you are selling. But building a sturdy real estate website that users will enjoy using can be difficult if you use the wrong set of tools. Luckily, combining Toolset Real Estate with OceanWP is proven to give you a professional [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Joe Lobo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33670:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/featured-image.png\" width=\"1201\" height=\"600\" title=\"How to build a real estate website using Toolset Real Estate and OceanWP\" alt=\"How to build a real estate website using Toolset Real Estate and OceanWP\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p>A real estate website needs to be as stable and as reliable as the houses you are selling.<br></p>\n\n\n\n<p>But building a sturdy real estate website that users will enjoy using can be difficult if you use the wrong set of tools.<br></p>\n\n\n\n<p>Luckily, combining <a href=\"https://toolset.com/home/toolset-real-estate/\">Toolset Real Estate</a> with <a href=\"https://oceanwp.org/\">OceanWP</a> is proven to give you a professional real estate website with all of the functions you will need.<br></p>\n\n\n\n<p>Below we will show you how to build the following features which you will need on your real estate website:</p>\n\n\n\n<ul><li>Custom post types for your different properties and agents</li><li>Custom fields to add information such as the number of bathrooms</li><li>Taxonomies to separate your properties based on features (detached houses, bungalows etc.)</li><li>Templates to display your properties with the same structure</li><li>A slider to show images of your properties</li><li><a href=\"https://oceanwp.org/blog/toolsets-post-relationships-oceanwp-will-help-build-great-e-commerce-site/\">Post-relationships</a> to link the estate agents with the properties they are in charge of</li><li>A search so users can easily find the best property for them</li><li>Maps to show the locations of the properties and search results</li><li>A front-end form so users can submit their own property listings</li></ul>\n\n\n\n<p><strong>If you want to carry out the steps as you read them you can download your own </strong><a href=\"https://discover-wp.com/site-types/bootstrap-estate-layouts/\"><strong>free test real estate website</strong></a><strong> built using Toolset and OceanWP to play around with.</strong></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image7-1024x622.jpg\" alt=\"\" class=\"wp-image-512945\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image7-1024x622.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image7-300x182.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image7-768x466.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image7.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Why we’re using Toolset Real Estate and OceanWP<br></h2>\n\n\n\n<p>Toolset Real Estate is part of <a href=\"https://toolset.com/\">Toolset</a> which provides you all of the features you need to build multiple types of professional websites.</p>\n\n\n\n<p>Specifically, with Toolset Real Estate you won’t need any other plugin to add the features a real estate website needs. This means you don’t need to worry about plugin compatibility or whether the sheer number of plugins will slow your website down.</p>\n\n\n\n<p>Meanwhile, OceanWP is one of the most popular themes for business websites for a reason. Websites run by OceanWP have a better conversion rate, faster load times and improved SEO so house buyers can find your website easily.</p>\n\n\n\n<p>Together, Toolset Real Estate and OceanWP work seamlessly which means you can build robust websites that look great without any concerns.&nbsp;</p>\n\n\n\n<p>Don’t forget you can<a href=\"https://discover-wp.com/site-templates/\"> download test websites built using Toolset and OceanWP</a> for free for you to experiment on.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image2-1024x545.jpg\" alt=\"\" class=\"wp-image-512950\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image2-1024x545.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image2-300x160.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image2-768x408.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image2.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>Let’s get started building our real estate website!</p>\n\n\n\n<h2>1.  Create your custom post type <br></h2>\n\n\n\n<p>First, we need to create a <a href=\"https://docs.oceanwp.org/article/477-how-to-build-advanced-websites-based-on-custom-post-types-with-toolset-and-oceanwp\">custom post type</a> for our “Houses” section so that users know exactly where to go to view them.</p>\n\n\n\n<ol><li>Head to the <strong>Toolset Dashboard </strong>in your WordPress admin and click on <strong>Add new post type.</strong></li><li>We now need to name our post type. Here’s what we entered to create our “Houses” post type:</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image10-1024x245.jpg\" alt=\"\" class=\"wp-image-512967\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image10-1024x245.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image10-300x72.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image10-768x184.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image10.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>3. Click <strong>Save post type.</strong></p>\n\n\n\n<p> And that’s it. Your houses custom post type is ready. </p>\n\n\n\n<h2> 2. Create your custom fields</h2>\n\n\n\n<p>Now that we have our custom post type we need to add some<a href=\"https://toolset.com/documentation/user-guides/using-custom-fields/\"> custom fields</a>. Our custom fields will give us a template with sections that we’ll want to fill in to describe each house.&nbsp;<br></p>\n\n\n\n<p>For example, we’ll need sections for the number of bathrooms, price and year the property was built.</p>\n\n\n\n<ol><li>On the <strong>Toolset Dashboard, </strong>click on <strong>Create field group </strong>next to the “Houses” custom post type which we created.</li><li>Click on <strong>Create field group </strong>again and <strong>Add New Field </strong>so that we can start adding our custom fields.</li><li>Now we need to decide what type of custom field we want. For example, a custom field for “Build year” will be a number. Below are the options:</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image14.png\" alt=\"\" class=\"wp-image-512972\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image14.png 805w, //oceanwp.org/wp-content/uploads/2019/07/image14-300x173.png 300w, //oceanwp.org/wp-content/uploads/2019/07/image14-768x442.png 768w\" sizes=\"(max-width: 805px) 100vw, 805px\" /></figure>\n\n\n\n<p>4. For each field, you will need to set options such as whether it is compulsory to enter information.</p>\n\n\n\n<p>5. Once you have added all of your fields, click <strong>Save Field Group </strong>and each time you edit a “House” post you will see the fields to fill in. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image29-1024x576.jpg\" alt=\"\" class=\"wp-image-512973\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image29-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image29-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image29-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image29.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>3. Create your custom taxonomies </h2>\n\n\n\n<p><a href=\"https://toolset.com/documentation/user-guides/create-custom-taxonomies/\">Custom taxonomies</a> are a great way to separate our properties so that users can easily find the ones that match their criteria. For example, if they only want to see houses which are for sale rather than to rent.<br></p>\n\n\n\n<p>Below is how to create taxonomies to differentiate between houses which are for sale and houses for rent.</p>\n\n\n\n<ol><li>On the <strong>Toolset Dashboard </strong>click on <strong>Add custom taxonomy.</strong></li><li>Enter the following in the boxes<ol><li>Name plural: Property types</li><li>Name singular: Property feature</li><li>Slug: Property Feature</li></ol></li><li>Choose whether you want the taxonomy to be hierarchical or flat. For the purpose of this one, we will keep it flat.</li><li>Select which post type you want the taxonomy to be associated with &#8211; in this case, it will be “Houses.”</li><li> Click <strong>Save taxonomy</strong> </li></ol>\n\n\n\n<p>We can now see our available taxonomies on the right when we edit or create a “Houses” post type.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image6-1024x576.jpg\" alt=\"\" class=\"wp-image-514341\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image6-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image6-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image6-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image6.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2> 4. Create a template to display the properties </h2>\n\n\n\n<p>We now have the core components we need to show off our properties but an important question remains, how do we actually display them on the front-end?<br></p>\n\n\n\n<p>This is why we need to create a template that we can use to display each one of our houses.<br></p>\n\n\n\n<p>To build our template for single “Houses” we will use Toolset’s drag and drop editor called <a href=\"https://toolset.com/home/layouts/\">Layouts</a>.</p>\n\n\n\n<p>Layouts is based on the <a href=\"https://getbootstrap.com/docs/3.4/\">Bootstrap</a> grid which allows you to organize the structure of your page using rows and columns. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image13-1024x576.jpg\" alt=\"\" class=\"wp-image-514342\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image13-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image13-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image13-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image13.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>To add data to your page you need to add a cell. There are two types of cells which you will want to use:<br></p>\n\n\n\n<ol><li><strong>The visual editor &#8211; </strong>For adding brand new text or inserting <a href=\"https://kinsta.com/blog/wordpress-shortcodes/\">shortcodes</a> for our custom fields and taxonomies. This is the one we would use to insert the “Houses” custom types.</li><li><strong>The post content &#8211; </strong>To add any content that comes from your post body. For example, the description of each house.</li></ol>\n\n\n\n<p>Here’s how I created the custom fields section in the template for the “Houses” posts.<br></p>\n\n\n\n<ol><li>Go to <strong>Toolset Dashboard </strong>and click <strong>Create template </strong>next to the “Houses” custom post type. You will now be taken to the Toolset Layouts drag and drop editor where you can design the structure of your page.</li><li>Select how many columns you want each cell to take up. In my layout, the custom fields I created before will be 9 columns wide.</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image1-1024x576.jpg\" alt=\"\" class=\"wp-image-514343\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image1-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image1-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image1-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image1.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>3. You can now see the list of cell types. Select the <strong>Visual Editor.</strong></p>\n\n\n\n<p>4. Click on <strong>Fields and Views </strong>and scroll down until you find the set of fields you want to add. Mine is called <strong>Property details &#8211; House.</strong></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image28-1024x576.jpg\" alt=\"\" class=\"wp-image-514345\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image28-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image28-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image28-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image28.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p><strong>5. </strong>Click <strong>Insert Shortcode</strong></p>\n\n\n\n<p>6. We can now see the shortcodes in our editor cell. Now when a user clicks on a house to view they will see each of the information for each of our custom fields.</p>\n\n\n\n<p>7. Click <strong>Apply </strong>and our cell is ready.<br></p>\n\n\n\n<p>I added a few other cells using similar steps as above. Here’s how my layout looks on the front-end. The red box is the cell with the custom fields which we created above.<br></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image23-1024x576.jpg\" alt=\"\" class=\"wp-image-514346\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image23-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image23-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image23-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image23.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2> 5. Create a slider to feature your properties </h2>\n\n\n\n<p>A slider is the best way to showcase your properties by displaying multiple images of each one.<br></p>\n\n\n\n<p>The best thing about using Toolset Real Estate is that you can easily create complex sliders with transitions without any complex PHP coding.<br></p>\n\n\n\n<p>Below I’ll show you how:<br></p>\n\n\n\n<ol><li>Go to <strong>Toolset -&gt; Views </strong>and click <strong>Add New.</strong></li><li>Select <strong>Display the results as a slider </strong>and give it a name.</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image17.png\" alt=\"\" class=\"wp-image-514347\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image17.png 595w, //oceanwp.org/wp-content/uploads/2019/07/image17-300x257.png 300w\" sizes=\"(max-width: 595px) 100vw, 595px\" /></figure>\n\n\n\n<p>3. In the <strong>Query section </strong>choose what content your slider will display, how many posts it will display and if you want to add any query filters so that only specific houses that match your criteria are displayed. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image15-1024x476.jpg\" alt=\"\" class=\"wp-image-514348\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image15-1024x476.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image15-300x139.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image15-768x357.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image15.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>4. Now we can design the individual slides. Head to <strong>Loop editor </strong>where you can add the fields that you want to display. Click <strong>Fields and Views </strong>and you can decide which ones you want to add.<br>5. The final stage of the design is the transition between each slide. For this slider I have selected <strong>Pagination enabled with automatic AJAX transition </strong>but there are also other options.\n\n</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image24-1024x294.jpg\" alt=\"\" class=\"wp-image-514349\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image24-1024x294.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image24-300x86.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image24-768x221.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image24.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>6. Finally, we need to add the slider. Head to wherever you want the slider to appear, click the <strong>Fields and Views </strong>button and select your slider.<br></p>\n\n\n\n<p>Here is how my slider looks on the front-end:<br></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image3-1024x342.jpg\" alt=\"\" class=\"wp-image-514352\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image3-1024x342.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image3-300x100.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image3-768x257.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image3.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>6. Create a post-relationship to connect your houses with your agents</h2>\n\n\n\n<p>Post relationships are an important yet underrated part of any website. With post relationships, you can connect different types of content with each other.</p>\n\n\n\n<p>Doing so provides a number of advantages to you when it comes to building and running your website.&nbsp;</p>\n\n\n\n<p>To find out more about how they help you check out our <a href=\"https://oceanwp.org/blog/toolsets-post-relationships-oceanwp-will-help-build-great-e-commerce-site/\">guide to creating post relationships using Toolset and OceanWP</a>.</p>\n\n\n\n<p>On our real estate website, we have houses and estate agents. Let’s create a post relationship between them.</p>\n\n\n\n<h3>Create the post relationship</h3>\n\n\n\n<ol><li>Go to <strong>Toolset -&gt; Relationships </strong>and click <strong>Add New </strong>at the top.</li><li>The Toolset <a href=\"https://www.youtube.com/watch?v=JqVyWEqyMg8\">relationships wizard</a> opens up. For our agents and houses we want a “one to many relationship” as one agent will be in charge of multiple houses.</li><li>Select which post types will form the relationship. Below is what I chose:</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image21-1024x576.jpg\" alt=\"\" class=\"wp-image-514361\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image21-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image21-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image21-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image21.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>\n\n4. Select if you want to limit the number of posts you can assign. For example, I might want each agent to only have a maximum of 20 houses assigned to them.\n\n</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image9-1-1024x418.jpg\" alt=\"\" class=\"wp-image-514362\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image9-1-1024x418.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image9-1-300x122.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image9-1-768x314.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image9-1.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>5. Name your relationship.</p>\n\n\n\n<p>6. Review your relationships and click <strong>Finish.</strong></p>\n\n\n\n<h3>Assign houses to an estate agent&nbsp;</h3>\n\n\n\n<p>Now we can start creating connections between our houses and estate agents.&nbsp;</p>\n\n\n\n<ol><li>Head to the houses post type which you want to edit.</li></ol>\n\n\n\n<p>2. A new section has appeared called <strong>agent_house. </strong>Click <strong>Connect existing agent </strong>and you can select from one of the agents which we created. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image8-1024x576.jpg\" alt=\"\" class=\"wp-image-514363\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image8-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image8-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image8-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image8.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p><strong>Side note: </strong>We created an “Agents” custom post type, fields and taxonomies just like we did for the “Houses” content which we demonstrated at the top of this article. To see how our<strong> “</strong>Agents” content looks download a free <a href=\"https://discover-wp.com/site-types/bootstrap-estate-layouts/\">test real estate website</a> to see all of our content.<br></p>\n\n\n\n<p>3. Click <strong>Update </strong>to save your post.<br></p>\n\n\n\n<h3>Display your post-relationship</h3>\n\n\n\n<p>Now we need to make sure that when a user clicks on a house they can see the estate agent that is connected to it.<br></p>\n\n\n\n<p>We can go back to the template we’d previously created for our houses.<br></p>\n\n\n\n<ol><li>Add a cell to display the connected estate agent.</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image25-1024x968.jpg\" alt=\"\" class=\"wp-image-514365\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image25-1024x968.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image25-300x284.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image25-768x726.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image25.jpg 1619w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p> 2.&nbsp; Search for the post relationship you created and click <strong>Insert shortcode.</strong></p>\n\n\n\n<h2>7. How to add an advanced search for users to find the best property for them</h2>\n\n\n\n<p>An advanced custom search is the best way for your users to find exactly what they are looking for. With multiple filters, they will be able to select the best house based on their personal requirements.<br></p>\n\n\n\n<p>Below we’ll show you how we created a custom search and displayed it on one of our pages.</p>\n\n\n\n<h3>Creating the search</h3>\n\n\n\n<ol><li>Go to <strong>Toolset -&gt; Layouts </strong>and click <strong>Add New.</strong></li><li>Click to create a cell and add the cell called <strong>View content lists, custom searches, custom sliders.</strong></li><li>Select the <strong>Display the results using a custom search </strong>option and click <strong>Create view</strong>.</li><li>Under <strong>Content selection </strong>choose the post type which you want to search. I selected my “Houses” custom post type.</li><li>Under <strong>Custom search settings </strong>decide how you want to update results &#8211; live AJAX updates or a page refresh.</li><li> Under <strong>Search and pagination </strong>pick the filters you want users to be able to adjust. Click on <strong>New filter </strong>and select the ones you want to add.   </li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image27-1024x365.jpg\" alt=\"\" class=\"wp-image-514366\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image27-1024x365.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image27-300x107.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image27-768x274.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image27.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>7. You can also add other options such as <strong>Submit, Reset </strong>and <strong>Spinner </strong>(to display a graphic when it’s loading)<strong> buttons </strong>for your search bar.</p>\n\n\n\n<p>8. Under the <strong>CSS editor </strong>and <strong>JS editor, </strong>you can add code to style the search. </p>\n\n\n\n<h3>\n\nDesigning how the search results look\n\n</h3>\n\n\n\n<p>Now that our search is ready we need to think about how the results will look.</p>\n\n\n\n<ol><li>Under the <strong>Loop Editor </strong>click on <strong>Loop Wizard </strong>to start editing.</li></ol>\n\n\n\n<p>2. Choose how you want to display your results. I selected the <strong>Bootstrap grid.</strong></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image19.jpg\" alt=\"\" class=\"wp-image-514367\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image19.jpg 1002w, //oceanwp.org/wp-content/uploads/2019/07/image19-300x203.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image19-768x520.jpg 768w\" sizes=\"(max-width: 1002px) 100vw, 1002px\" /></figure>\n\n\n\n<p>3. Click <strong>Finish </strong>and you should now see your fields in the <strong>Loop Editor.</strong></p>\n\n\n\n<p>4. Click <strong>Save View </strong>at the bottom of the page.</p>\n\n\n\n<p>5. Click <strong>Save </strong>on your Layout and it is now ready to be displayed on the front-end.<br></p>\n\n\n\n<h3>Displaying your custom search</h3>\n\n\n\n<ol><li>Head to the page where you want your search to appear and select the <strong>Fields and Views </strong>button.</li><li>Select the View for the search you have just created.</li><li>Choose whether you want to include just the search form or the search results as well. As you can see below, I’ve chosen to put them on separate pages.</li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image4-1-1024x301.jpg\" alt=\"\" class=\"wp-image-514369\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image4-1-1024x301.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image4-1-300x88.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image4-1-768x226.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image4-1.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>4. Click save and you can now see how it all looks on the front end.</p>\n\n\n\n<p>Here’s how the custom search on the <a href=\"https://discover-wp.com/site-types/bootstrap-estate-layouts/\">real estate test website</a> looks. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image20-1024x829.jpg\" alt=\"\" class=\"wp-image-514370\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image20-1024x829.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image20-300x243.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image20-768x622.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image20.jpg 1628w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>8. Display maps to show the locations of properties</h2>\n\n\n\n<p>Maps are a great way of helping users understand immediately the exact location of a property.&nbsp;<br></p>\n\n\n\n<p>Below we’ll show you how to add a map to display a house’s location.<br></p>\n\n\n\n<h3>Create the map</h3>\n\n\n\n<ol><li>Head to the page or template where you want to display the map and click <strong>Fields and Views.</strong></li><li>Under <strong>Toolset Maps </strong>click on <strong>Map.</strong></li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image12.png\" alt=\"\" class=\"wp-image-514371\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image12.png 948w, //oceanwp.org/wp-content/uploads/2019/07/image12-300x200.png 300w, //oceanwp.org/wp-content/uploads/2019/07/image12-768x512.png 768w\" sizes=\"(max-width: 948px) 100vw, 948px\" /></figure>\n\n\n\n<p>3. Click on <strong>Map zoom and center </strong>and click <strong>Set zoom center and center manually </strong>to choose where the map focuses on.</p>\n\n\n\n<p>4. Enter the coordinates for your location.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image5-1024x406.jpg\" alt=\"\" class=\"wp-image-514372\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image5-1024x406.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image5-300x119.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image5-768x305.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image5.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>4. Click <strong>Insert shortcode</strong><br></p>\n\n\n\n<p><strong>5. </strong>Check that the <strong>map_id </strong>is the same for both the marker and the map so that they both show up.<br></p>\n\n\n\n<p>Your map should be ready now to view on the front-end. Here is how my map for individual properties looks.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image30-1024x773.jpg\" alt=\"\" class=\"wp-image-514373\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image30-1024x773.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image30-300x226.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image30-768x580.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image30.jpg 1879w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>There are many other things you can do to customize your maps such as custom styling, street view and distance filters. Check out our <a href=\"https://toolset.com/documentation/user-guides/display-on-google-maps/\">guide to displaying WordPress content on maps</a> to see what you can achieve.<br></p>\n\n\n\n<h2>9. Build a front-end form for users to submit their own content</h2>\n\n\n\n<p>Finally, we’ll want users to provide their own listings for us to advertise on our real estate website. One of the easiest ways to do this is by filling out a form on the front-end with all of the fields you’ll want them to include.<br></p>\n\n\n\n<p>Creating the form couldn’t be simpler thanks to Toolset’s <a href=\"https://toolset.com/2019/02/forms-2-3-and-views-2-7-3/\">drag and drop editor</a>. Below we show you how to create it.<br></p>\n\n\n\n<ol><li>Go to <strong>Toolset -&gt; Post Forms </strong>and click <strong>Add New.</strong></li><li>Click <strong>Continue </strong>in the Forms wizard and enter the name for your form.</li><li>Edit the settings for your form including:<ol><li>The post type they will add submissions to</li><li>The status of the post once it’s submitted</li><li>What users see after they submit the form (you can also add a message as I have done below)</li></ol></li></ol>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image26-1024x600.jpg\" alt=\"\" class=\"wp-image-514375\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image26-1024x600.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image26-300x176.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image26-768x450.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image26.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p> 4. Now you reach the drag and drop editor where you can decide what fields go and where. Here you can also use the <strong>CSS Editor </strong>and <strong>JS Editor </strong>fields to style your form. There are also a number of extra elements that you can add. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image16-1024x600.jpg\" alt=\"\" class=\"wp-image-514376\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image16-1024x600.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image16-300x176.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image16-768x450.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image16.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p> 5. On the next page, you can add any email notifications that you want users or editors to receive at any stage. Below I added an email to send to users when their listing goes live. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image11-1024x600.jpg\" alt=\"\" class=\"wp-image-514377\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image11-1024x600.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image11-300x176.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image11-768x450.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image11.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>6. Click <strong>Finish </strong>and your form is now ready to be displayed.&nbsp;</p>\n\n\n\n<p>7. Just like with our maps, all you need to do to display the form is select <strong>Fields and Views </strong>and find the form you just created to insert the shortcode.<br></p>\n\n\n\n<p>Here is how our real estate form looks on the front-end.<br></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/image22-1024x576.jpg\" alt=\"\" class=\"wp-image-514378\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/image22-1024x576.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/image22-300x169.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/image22-768x432.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/image22.jpg 1999w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Try out Toolset Real Estate with OceanWP for yourself</h2>\n\n\n\n<p>Now that you have the nine key steps you can follow to build a real estate website it’s time to try it out for yourself.<br></p>\n\n\n\n<p>Don’t forget that the best way to practice is by downloading your free real estate test website with all of the features built in to see how it works. It’s powered by Toolset Real Estate and OceanWP so you will be getting first-hand experience of the features.<br></p>\n\n\n\n<p>The next step is to download <a href=\"https://toolset.com/home/toolset-real-estate/\">Toolset Real Estate</a> and <a href=\"https://oceanwp.org/\">OceanWP</a> and get started with your own.<br></p>\n\n\n\n<p>What has your experience been of building a real estate website? Let us know in the comments!<br></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://oceanwp.org/blog/how-to-build-a-real-estate-website-using-toolset-real-estate-and-oceanwp/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:67:\"\n		\n		\n				\n				\n		\n				\n		\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"How To Find A Place Within The World Of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Jul 2019 06:55:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:21:\"wordpress development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=521397\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1257:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/wordpress-588495_960_720.jpg\" width=\"960\" height=\"640\" title=\"How To Find A Place Within The World Of WordPress\" alt=\"How To Find A Place Within The World Of WordPress\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">WordPress is one of the simplest sites to use. There are a certain elegance and simplicity that cannot be matched by other platforms. That&#8217;s why it is commonly suggested by app builders. But what happens when it is time to meet with app builders and find a place within the world of WordPress? While it [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Harnil Oza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6180:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/wordpress-588495_960_720.jpg\" width=\"960\" height=\"640\" title=\"How To Find A Place Within The World Of WordPress\" alt=\"How To Find A Place Within The World Of WordPress\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p>WordPress is one of the simplest sites to use. There are a certain elegance and simplicity that cannot be matched by other platforms. That&#8217;s why it is commonly suggested by app builders. But what happens when it is time to meet with app builders and find a place within the world of WordPress?</p>\n\n\n\n<p>While it is one of the most popular platforms currently available, there are many who struggle to stand out in the marketplace. Luckily, there are some simple ways out to make a name for oneself. It all starts with an honest assessment. Is the site that is being created actually going to solve a real problem that is taking place?</p>\n\n\n\n<p>In other words, the site cannot be a copy. The best WordPress sites are based around a singular idea. Is the site new and unique? Does it aim to solve a common problem that cannot be solved anywhere else? Once these questions have been answered in the affirmative, it is time to meet with app builders and WordPress web developers to learn more about the next step.</p>\n\n\n\n<p>The themes and plugins that are chosen must reflect the site&#8217;s unique sensibilities. For example, an eCommerce site is going to rely on different plugins than a typical blogger would. That&#8217;s why so many sites are now relying on custom themes. However, these themes are not always accepted right away.<br>\nIn order to find a place within the world of WordPress, the client must be willing to accept some honest criticism. Even the top WordPress sites go through a similar process. Those who have decided to choose an exclusive theme will often go through a series of rejections before they are finally approved.</p>\n\n\n\n<p>Enduring these rejections may seem simple enough but it can be difficult for site runners to receive this sort of honest feedback. If a theme is going to be rejected multiple times by a team of experienced reviews, it takes a thick skin to be able to handle it. This is something that app builders will always warn their clients against as well.</p>\n\n\n\n<p>When a client is willing to learn from their experiences, they are able to create better themes. Clients who are not able to accept feedback on their customized themes are going to struggle over the long haul. If the theme does not suit thousands of browsers, it is far more likely to be rejected. No one should be creating with one singular customer in mind.</p>\n\n\n\n<p>Staying hungry over the long haul is also crucial. App builders will always recommend taking the time to create new products and this advice is invaluable. Even if a WordPress site that has already been crafted is starting to generate money from the chosen themes, a site runner cannot rest on their laurels. New marketing strategies must be pursued on a regular basis.</p>\n\n\n\n<p>The best advice that can be given in these scenarios is to burrow as far into a niche as possible, without losing sight of the bigger picture. This can be a tough balance to strike. By taking the time to cater to certain niches, a WordPress site can steer clear of the issues that are associated with overcrowding. <br>\nOne of the more common techniques for locating niches that are in need of content is a rather simple one. When it comes time to create a theme, be sure to take a closer look at the categories that are lacking before meeting with developers and app builders. If there are any key categories that do not have themes, this is a sure sign that there is a need for a WordPress site.</p>\n\n\n\n<p>Being the first author to create themes in certain categories is the goal that WordPress site runners should be shooting for. Those who take the time to focus on the categories that have the least amount of available themes are always going to be more successful than those who are trying to make their way into a crowded niche.</p>\n\n\n\n<p>Some might wonder how they are supposed to find inspiration when there are no themes to choose from. This is where the true challenge comes into play. As a wise man once said, if there is no else to take inspiration from, this is an indicator that the site runner is doing something right. Doing something right often means doing it without having a road map to copy from.</p>\n\n\n\n<p>Lastly, the site runner will want to seek out as much honest feedback from the users of their site as possible. Real people offer real insights that cannot be neglected. Many projects of this nature are actually inspired by the musings of site users. These users offer feedback when it comes to the issues that they are facing on a regular basis.</p>\n\n\n\n<p>Any WordPress site runner that neglects this information is placing themselves in a very difficult position. Avoiding the generic is what it is all about. After all, browsers are not going to return to a site that does not actually solve a problem that they are currently enduring.</p>\n\n\n\n<p>No successful WordPress site should ever rest on their laurels. By remaining open-minded throughout each step of the process, a site runner is able to sidestep the problems that are usually indicative of a poorly designed and maintained site. All it takes is a relatively small level of investment to get the necessary results. Stay open-minded and receptive to any and all information.</p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://oceanwp.org/blog/how-to-find-a-place-within-the-world-of-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"B2B vs. B2C SEO – Is There A Difference?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2019 15:34:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://oceanwp.org/?p=503522\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1205:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/B2B-vs.-B2C.png\" width=\"1200\" height=\"600\" title=\"B2B vs. B2C SEO &#8211; Is There A Difference?\" alt=\"B2B vs. B2C SEO &#8211; Is There A Difference?\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">The debate on the differences of the B2B and B2C markets has been expanded to everything that falls beneath the sky – be it sales tactics, customer service, or plain old SEO metrics. However, there is a debate about whether there is a difference between the two at all? Narrowing it down to SEO – [&#8230;]<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Nikola\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19904:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2019/07/B2B-vs.-B2C.png\" width=\"1200\" height=\"600\" title=\"B2B vs. B2C SEO &#8211; Is There A Difference?\" alt=\"B2B vs. B2C SEO &#8211; Is There A Difference?\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">		<div data-elementor-type=\"wp-post\" data-elementor-id=\"503522\" class=\"elementor elementor-503522\" data-elementor-settings=\"[]\">\n			<div class=\"elementor-inner\">\n				<div class=\"elementor-section-wrap\">\n							<section class=\"elementor-element elementor-element-b8cf313 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section\" data-id=\"b8cf313\" data-element_type=\"section\">\n						<div class=\"elementor-container elementor-column-gap-default\">\n				<div class=\"elementor-row\">\n				<div class=\"elementor-element elementor-element-bc547ef elementor-column elementor-col-100 elementor-top-column\" data-id=\"bc547ef\" data-element_type=\"column\">\n			<div class=\"elementor-column-wrap  elementor-element-populated\">\n					<div class=\"elementor-widget-wrap\">\n				<div class=\"elementor-element elementor-element-ce66b39 elementor-widget elementor-widget-text-editor\" data-id=\"ce66b39\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">The debate on the differences of the B2B and B2C markets has been expanded to everything that falls beneath the sky – be it sales tactics, customer service, or plain old SEO metrics.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">However, there is a debate about whether there is a difference between the two at all? Narrowing it down to SEO – isn’t the staple objective to rank top and leverage increased traffic in both the cases?</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">Simply put, there is a distinct difference when looking to optimize your SEO efforts for a B2B campaign, as opposed to a B2C campaign. The variances between the SEO campaigns stem from the fundamental differences in the landscape of the two industries.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">This article will guide you through how SEO metrics differ across the two sectors.</p>\n<h1 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">B2B and B2C SEO &#8211; What Is The Difference?</h1>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">The core reason why SEO metrics and best practices differ across the sectors can be traced back to the fundamental dissimilarity in the core goals and objectives.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">Naturally, the B2B consumer cycle is longer, more complex and relies more on the quality of the leads. Contrastingly, B2C businesses emphasize the quality of traffic as the products are generally non-complex and not as cost-intensive as B2B products.</p>\n<h2 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">The User Intent Differs Greatly</h2>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">The goal of SEO is to present information that is relevant and contextual – aligns with user intent. This has been the core reason why <a style=\"font-size: 18px;\" href=\"https://backlinko.com/google-rankbrain-seo\">Google has integrated AI</a> to its search engine algorithm.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">Identifying user intent and serving content that aligns with user intent is a core difference when pitching B2B optimization techniques against those deployed by B2C businesses.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">Typically, the user intent of B2C consumers is to buy something. It can be their need, want, or simple desire. Their intent is simple – purchase as soon as possible.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">However, the user intent of B2B buyers is not purchasing a good or a service – the intent is to solve a problem or an obstacle that is faced by the organization. Their consumer journey starts with their realization that something is hampering the efficiency or productivity of the organization as a whole.</p>\n<h3 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">What To Do?</h3>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">For B2C businesses, their user intent is defined and clear. Their goal should be to provide as easy and smooth a transition as possible.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">The buyer journey should be simplified, and locating your product should not be hard. As soon as somebody clicks through your link, they should be able to navigate your offering.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">For B2Bs, they need to guide their consumers throughout their consumer journey patiently. Low-intent keywords should be mapped to low-intent content to help educate them about your offering and the problem it efficiently solves.</p>\n<h2 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">Both Sectors Need A Different Keyword Strategy</h2>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">As the cornerstone of SEO, keywords play an important part when it comes to <a style=\"font-size: 18px;\" href=\"https://www.pointvisible.com/blog/seo-metrics-clutter-unscrambled-sorted/\">SEO metrics</a> – regardless of whether it is B2B or B2C.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">However, what keywords will your organization target are chosen after careful consideration. Your offering, your target audience, and the intention of your target audience – all play an important role in ascertaining which keywords you will rank for.</p></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-014e13a elementor-widget elementor-widget-image\" data-id=\"014e13a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n							<figure class=\"wp-caption\">\n										<img width=\"1024\" height=\"616\" src=\"https://oceanwp.org/wp-content/uploads/2019/07/Picture-3-1024x616.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/Picture-3-1024x616.jpg 1024w, //oceanwp.org/wp-content/uploads/2019/07/Picture-3-300x180.jpg 300w, //oceanwp.org/wp-content/uploads/2019/07/Picture-3-768x462.jpg 768w, //oceanwp.org/wp-content/uploads/2019/07/Picture-3.jpg 1330w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption class=\"widget-image-caption wp-caption-text\">https://www.wordtracker.com/search</figcaption>\n										</figure>\n					</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-ddd84da elementor-widget elementor-widget-spacer\" data-id=\"ddd84da\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-spacer\">\n			<div class=\"elementor-spacer-inner\"></div>\n		</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-5b3fabe elementor-widget elementor-widget-text-editor\" data-id=\"5b3fabe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif; font-size: 18px;\">Most B2C organizations are in the business of providing tangible products of various types. From Netflix to McDonald’s to Apple and Nike – all of these companies are B2C.</span></p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">This allows B2C businesses to identify and target keywords that are very specific and demonstrate high-intent. The same cannot be said about a B2B organization.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">Dealing primarily in intangibles, B2B organizations have a hard time differentiating high intent keywords from those that aren’t. The user intent also plays a role in making things difficult as far as keyword targeting is concerned.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">For instance, a user who wants to look into a CRM solution might search for ‘CRM Solution.’ However, given the complexity and sophistication of B2B clients, they might as well search for long-tail queries such as ‘how to integrate CRM faster’ or ‘CRM systems for small businesses.’</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">And given the long sales cycle, someone searching for such queries might not yet be ready to spend money at all. Complicated, isn’t it?</p>\n<h3 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">How To Target The Right Keywords?</h3>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">The only viable solution to the B2B keyword dilemma remains in conducting thorough research on your target audience’s online behavior, specifically how they search. By investing in the creation of a comprehensive buyer persona, you are likely to find answers to all such questions.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">Talk to your customers, analyze your corporate database, or take suggestions from your sales reps to finalize a near-perfect buyer persona. Once you have ascertained how your target audience searches, you can develop the educational content that complements long tail searches.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">As far as B2C companies are concerned, their keyword strategy should reflect their most important and popular products. Your keywords should revolve around your niche and reflect the brand and style that they are associated with.</p>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">For instance, if your business relates to footwear, you could separate products and optimize for keywords such as ‘casual footwear,’ or ‘running sneakers.’ The strategy can branch out even further, including the development of landing pages built around such keywords.</p>\n<h2 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">SEO Metrics And Key Performance Indicators</h2>\n<p style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-size: 18px; font-style: normal; font-weight: 400;\">While the core SEO objectives for both types of companies remain the same – to increase <a style=\"font-size: 18px;\" href=\"https://oceanwp.org/blog/simple-steps-to-create-a-blog-that-generates-permanent-organic-traffic/\">organic traffic</a> and subsequently, SEO-led revenue. However, both sectors use varying SEO metrics to gauge success.</p></div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-5ea5ea1 elementor-widget elementor-widget-image\" data-id=\"5ea5ea1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-image\">\n							<figure class=\"wp-caption\">\n										<img width=\"605\" height=\"116\" src=\"https://oceanwp.org/wp-content/uploads/2019/07/Picture-2.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"//oceanwp.org/wp-content/uploads/2019/07/Picture-2.jpg 605w, //oceanwp.org/wp-content/uploads/2019/07/Picture-2-300x58.jpg 300w\" sizes=\"(max-width: 605px) 100vw, 605px\" />											<figcaption class=\"widget-image-caption wp-caption-text\">https://ahrefs.com/site-explorer</figcaption>\n										</figure>\n					</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-4ea33ba elementor-widget elementor-widget-spacer\" data-id=\"4ea33ba\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-spacer\">\n			<div class=\"elementor-spacer-inner\"></div>\n		</div>\n				</div>\n				</div>\n				<div class=\"elementor-element elementor-element-32321c8 elementor-widget elementor-widget-text-editor\" data-id=\"32321c8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n				<div class=\"elementor-widget-container\">\n					<div class=\"elementor-text-editor elementor-clearfix\"><p>B2C companies emphasize sales and revenue figures, using SEO metrics, such as sales generated from organic traffic. Continuing the straightforward approach that is the hallmark of B2C arena, the measure of success is how much revenue was the business able to capture over a period of a month, week, or even days.</p><p>However, B2B companies face a longer sales cycle as opposed to B2C organizations. The defining SEO metrics for the B2B atmosphere are the lead quantity and lead quality.</p><p>The difference in measuring SEO success is because the sales cycle for both sectors is poles apart. B2B consumers indulge in a long-paced, considered sale that can take up to months.</p><p>Contrastingly, B2C consumers partake in the short-paced, impulse-led purchase where they often convert at the website itself – without the need for a demo, whitepaper, etc.</p><h3 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">How To Improve Your SEO Metrics</h3><p>The only way to have positive growth in your SEO metrics as a B2C company is to determine how much of your SEO traffic is converting – and then look for ways to increase that percentage.</p><p>There are various ways to do it. You can tweak your strategy to include higher-intent keywords or split-test on-page elements like your web content and design to see what works best.</p><p>It is different if you work in a B2B atmosphere. B2B conversions occur over a period of time, usually involving sales rep consultation and product demos. As a B2B professional, your focus should be on high quality, qualified leads. Your SEO goal should be to increase the number of high quality leads you to procure through a period of time.</p><h2 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">The Content Also Differs With The Audience</h2><p>High-quality <a style=\"font-size: 18px;\" href=\"https://oceanwp.org/blog/top-5-tested-content-marketing-tips-to-grow-small-business-in-2019/\">content</a> is a staple element of a successful SEO strategy – regardless if you’re operating in the B2B or B2C atmosphere.</p><p>However, content needs to be tailored to align with your SEO metrics in place. If you belong to the B2C side of the world – your consumers are generally less expensive and therefore denote lower risk.</p><p>For B2C marketers, the content is primarily utilized for brand advertisement and link-building.</p><p>However, B2B organizations experience costly purchases where an entire committee is required to finalize the purchase. Therefore, content for B2B SEO requires to serve multiple purposes – such as brand awareness, education, demand generation, to name a few.</p><h3 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">How To Curate Content For Both Sectors?</h3><p>When talking content, B2C content should speak directly with the consumer. Let go of any complicated jargon which can confuse your customer and place emphasis on providing details about your offering that are both – concise and clear.</p><p>There is no need to over-explain, as the product is inherently uncomplicated. Your target B2C audience only need relevant information about what they are getting into – and with the plethora of options available to them – the key is to be the first to provide them with relevant information.</p><p>Things function a little differently for B2B companies. Don’t get me wrong – ranking high is a bonus point for almost any and every business. However, B2B companies need to provide their users much more with just ‘enough’ information about the product.</p><p>With an important emphasis on value-based content that educates and guides the buyer throughout their conversion journey, B2B content needs much more sophistication and depth to convert customers.</p><p>It is imperative for B2B companies to be able to produce content that is valuable for both – search engine crawlers and buyers.</p><h1 style=\"font-variant-ligatures: normal; font-variant-caps: normal; font-style: normal;\">Bottom Line</h1><p>There are considerable differences in how B2B and B2C companies operate, due to the different working environments and the type of target audience they cater to.</p><p>Dealing directly with consumers, B2C SEO has to be very direct and straightforward. In such a cut-throat industry, a moment’s delay can translate into lost chances. This is why B2C companies should keep their content easy to understand and target high-intent keywords.</p><p>B2B companies, however, need to ensure they don’t lose track of the longer sales cycle they operate in. B2B SEO metrics revolve around providing the client with enough information to enable them to make an informed decision.</p><p>While both sectors continue to work alongside the same economic objectives, they also feature massive differences, which have a direct impact on how they conduct their SEO campaigns.</p></div>\n				</div>\n				</div>\n						</div>\n			</div>\n		</div>\n						</div>\n			</div>\n		</section>\n						</div>\n			</div>\n		</div>\n		<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://oceanwp.org/blog/b2b-vs-b2c-seo-is-there-a-difference/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:25:\"https://oceanwp.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:4:\"date\";s:29:\"Wed, 18 Dec 2019 18:46:34 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:5:\"38213\";s:10:\"set-cookie\";s:142:\"__cfduid=d2d3a92b93c8f1d6c3504ddadf28bc5e31576694793; expires=Fri, 17-Jan-20 18:46:33 GMT; path=/; domain=.oceanwp.org; HttpOnly; SameSite=Lax\";s:15:\"x-cf-powered-by\";s:17:\"WP Rocket 3.4.2.2\";s:15:\"x-ua-compatible\";s:7:\"IE=edge\";s:4:\"link\";s:56:\"<https://oceanwp.org/wp-json/>; rel=\"https://api.w.org/\"\";s:4:\"vary\";s:33:\"X-Forwarded-Proto,Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 11 Dec 2019 19:58:31 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"expires\";s:29:\"Wed, 18 Dec 2019 19:46:33 GMT\";s:13:\"cache-control\";s:6:\"public\";s:3:\"age\";s:1:\"0\";s:7:\"x-cache\";s:4:\"MISS\";s:13:\"accept-ranges\";s:5:\"bytes\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:9:\"expect-ct\";s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"54734cda2b52ea6e-IAD\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(20537,'_site_transient_timeout_theme_roots','1576696605','no'),(20538,'_site_transient_theme_roots','a:2:{s:5:\"astra\";s:7:\"/themes\";s:7:\"oceanwp\";s:7:\"/themes\";}','no'),(11768,'_elementor_editor_upgrade_notice_dismissed','1572558403','yes'),(19537,'_transient_sow:cleared','1','no'),(4909,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1575069655.039955;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1575069655.728013;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1575069655.040606;s:7:\"endTime\";d:1575069655.151443;s:7:\"success\";b:1;s:3:\"url\";s:105:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=https%3A%2F%2Fhimalayanhathayoga.com%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1575069655.152093;s:7:\"endTime\";d:1575069655.726431;s:7:\"success\";b:1;s:3:\"url\";s:98:\"http://www.bing.com/webmaster/ping.aspx?siteMap=https%3A%2F%2Fhimalayanhathayoga.com%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(4928,'thimpress-event-version','2.1.7.2','yes'),(4931,'thimpress_events_register_page_id','302','yes'),(4932,'thimpress_events_login_page_id','303','yes'),(4933,'thimpress_events_forgot_password_page_id','304','yes'),(4934,'thimpress_events_reset_password_page_id','305','yes'),(4935,'thimpress_events_account_page_id','306','yes'),(4936,'widget_wpems_widget_countdown','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20495,'_transient_timeout_jetpack_https_test','1576781192','no'),(20496,'_transient_jetpack_https_test','1','no'),(20497,'_transient_timeout_jetpack_https_test_message','1576781192','no'),(20498,'_transient_jetpack_https_test_message','','no'),(20499,'_transient_timeout_3__2899230903','1576696592','no'),(20500,'_transient_3__2899230903','[\"ID\",\"post_author\",\"post_date\",\"post_date_gmt\",\"post_content\",\"post_title\",\"post_excerpt\",\"post_status\",\"comment_status\",\"ping_status\",\"post_password\",\"post_name\",\"to_ping\",\"pinged\",\"post_modified\",\"post_modified_gmt\",\"post_content_filtered\",\"post_parent\",\"guid\",\"menu_order\",\"post_type\",\"post_mime_type\",\"comment_count\"]','no'),(20501,'_transient_timeout_4__2899230903','1576696592','no'),(20502,'_transient_4__2899230903','[\"gid\",\"name\",\"slug\",\"path\",\"title\",\"galdesc\",\"pageid\",\"previewpic\",\"author\",\"extras_post_id\"]','no'),(20503,'_transient_timeout_5__2899230903','1576696592','no'),(20504,'_transient_5__2899230903','[\"pid\",\"image_slug\",\"post_id\",\"galleryid\",\"filename\",\"description\",\"alttext\",\"imagedate\",\"exclude\",\"sortorder\",\"meta_data\",\"extras_post_id\",\"updated_at\"]','no'),(20505,'_site_transient_timeout_browser_151490596951aad152dd383ac4f1a0e0','1577299592','no'),(20506,'_site_transient_browser_151490596951aad152dd383ac4f1a0e0','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"13.0.4\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(20507,'_site_transient_timeout_php_check_d1959de4b7de84f195ea226c4728f095','1577299592','no'),(20508,'_site_transient_php_check_d1959de4b7de84f195ea226c4728f095','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(20529,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1576738004','no'),(20530,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1576694804','no'),(20531,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1576738004','no'),(20532,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Bluehost Launches Premium WordPress Theme Marketplace to Customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/bluehost-launches-premium-wordpress-theme-marketplace-to-customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5675:\"<img />Screenshot of the Bluehost Marketplace from the customer dashboard.\n\n\n\n<p>In November, web hosting provider Bluehost <a href=\"https://www.bluehost.com/blog/bluehost-news/introducing-wordpress-themes-to-the-bluehost-marketplace-12981/\">launched a WordPress plugin and theme marketplace</a>.  The company integrated with <a href=\"https://www.mojomarketplace.com/\">MOJO Marketplace</a> to provide access to WordPress products via its customer dashboard.  Currently, the marketplace is open to third-party theme developers.  Plugin authors will have to wait, but they will eventually be able to sell their plugins through the Bluehost Marketplace.</p>\n\n\n\n<p>By integrating with MOJO Marketplace, much of the existing infrastructure and products are already in place.  Bluehost can simply offer the products to its customers through a custom-built interface and provide MOJO sellers with another avenue for distribution.</p>\n\n\n\n<p>The idea behind the marketplace is for Bluehost&rsquo;s customers to be able to build their websites without ever leaving their control panel.  &ldquo;Ultimately, we are trying to save customers time and energy from having to hunt for these things themselves and instead work within the dashboard to find the themes and plugins that are best fit for their site,&rdquo; said Suhaib Zaheer, general manager for Bluehost.</p>\n\n\n\n<p>&ldquo;Our native marketplace also provides our customers with the ability to automatically install the themes and plugins they have purchased, reducing the amount of time and number of steps required to get their site appearance and functionality up and running,&rdquo; he said.</p>\n\n\n\n<p>The Bluehost Marketplace currently has over 900 themes and 18 WooCommerce plugins for customers to choose from.  The themes are all viewable via the <a href=\"https://www.mojomarketplace.com/themes/wordpress\">WordPress themes page</a> on the MOJO website.  All themes uploaded by sellers go through a manual review process by the Bluehost Marketplace team before approval.  This includes basic items like design quality, functionality, installation, and documentation.</p>\n\n\n\n<p>There is also a &ldquo;Bluehost Certified&rdquo; filter available to users who want to use themes that have been further tested for quality control.  &ldquo;We conduct additional reviews to certify themes for our Bluehost Certified category on a quarterly basis,&rdquo; said Zaheer .</p>\n\n\n\n<p>There appear to be 85 themes that are Bluehost Certified based on a screenshot acquired of the marketplace.  However, that number is not verified.  The MOJO Marketplace page does not appear to have a filter to view these, but it is available to users of Bluehost&rsquo;s hosting service.</p>\n\n\n\n<h2>Selling on the Bluehost Marketplace</h2>\n\n\n\n<p>Theme developers who want to sell themes via Bluehost can apply through <a href=\"https://mojosupport.zendesk.com/hc/en-us/categories/200823136-Sellers\">MOJO Marketplace</a>.  Authors should note that they would like to be Bluehost Certified.  </p>\n\n\n\n<p>Theme sellers who want to get certification must meet the <a href=\"https://my.bluehost.com/hosting/help/certified-wordpress-themes\">Bluehost Certified guidelines</a>.  Some are fairly normal and would be expected in today&rsquo;s market such as responsiveness, browser compatibility, fast load times, and active support from the author.</p>\n\n\n\n<p>Others are a bit of a head-scratcher.  </p>\n\n\n\n<p>Certification requires that themes support page builders.  It&rsquo;s unclear which page builders need to be supported and what level of support is necessary.  Ideally, this would be the other way around.  Page builders should be built in such a way that they do not need theme-specific support.</p>\n\n\n\n<p>Demo content is required.  It is not clear if the requirements simply mean to provide an installable XML file with demo content or for the theme to output demo content in the absence of user content.  Based on the description, it seems like the latter.  If so, I would not want any part of that as a potential theme author.  I could see requiring the use of the WordPress starter content feature in this case but nothing more.</p>\n\n\n\n<p>The requirements also list &ldquo;plugins supported&rdquo; with no additional description.  <em>Good luck to theme authors figuring out exactly what that means.</em></p>\n\n\n\n<p>Bluehost needs to make its Bluehost Certified page more detailed to be attractive to potential theme authors.  There are far too many unanswered questions.</p>\n\n\n\n<p><a href=\"https://mojosupport.zendesk.com/hc/en-us/articles/115001076306-Commission-Rates\">Commission rates</a> are the same rates as other themes on the MOJO Marketplace.  Themes sold exclusively through the marketplace earn between 50% and 70% based on the number of sales.  Non-exclusive theme commissions are at a flat rate of 50%.  Both exclusive and non-exclusive authors can distribute their themes through the Bluehost Marketplace.</p>\n\n\n\n<p>&ldquo;Theme sellers are welcome to set the price of their item,&rdquo; said Zaheer.  &ldquo;However, we recommend they stay within $49-$69 range. If the review team does not feel the price is uniform with other themes in the same category, they will request a price change in order to be sold on the Marketplace.&rdquo;</p>\n\n\n\n<p>The pricing recommendation seems to be a bit on the low end, but it is consistent with the theme industry&rsquo;s race to the bottom.  Quality theme work should be at least double.</p>\n\n\n\n<p>Fortunately for theme authors, pricing is based on yearly renewals.  They are required to offer technical assistance within 24-48 hours while a user&rsquo;s yearly support license is up to date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Dec 2019 20:40:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress.org blog: State of the Word: the story of the slides\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8021:\"<p>During the State of the Word at WordCamp US 2019, Matt Mullenweg shared that Gutenberg was used to create his slides and the presentation was powered by the Slides plugin. Using WordPress to power a slide deck isn’t an obvious choice, so we wanted to showcase the process and give some tips for making slide layouts using Gutenberg.</p>\n\n\n\n<p><em>This post is co-written by Ella and <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie</a>, who (along with <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a></em> <em>and a cast of supporters) helped create this year’s State of the Word slide deck.</em></p>\n\n\n\n<h2>How it Started</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ellatrix/\">Ella Van Durpe</a> was selected to speak at <a href=\"https://www.youtube.com/watch?v=ZNWNhUPrqB4\">JSConf</a> and ReactEurope and wanted slides for her presentation.&nbsp;</p>\n\n\n\n<p>In the past, she’d used Reveal.js to create slides and enjoyed the freedom to create anything using HTML, CSS and JavaScript. These languages were comfortable, familiar, and also can be published on the web in their native format.&nbsp;</p>\n\n\n\n<p>For these new presentations, she wanted to use Reveal.js again but didn’t feel like writing all the HTML by hand. Creating blocks of content visually, without having to actually write any code, which can be published natively to the web, is exactly what Gutenberg was built for.</p>\n\n\n\n<p>The plugin was prototyped quickly, with hardcoded styles on the slides and zero options. At the end of each presentation, Ella shared a brief demo of the Gutenberg-based slides and the audience was amazed.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> any chance you might open source this? <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/6hygMpBqUA\">https://t.co/6hygMpBqUA</a></p>&mdash; Pascal Birchler (@swissspidy) <a href=\"https://twitter.com/swissspidy/status/1131573525612048385?ref_src=twsrc%5Etfw\">May 23, 2019</a></blockquote>\n</div>\n\n\n\n<p>As WordCamp US approached, Ella suggested that her plugin be used for State of the Word. Since it was such a hit with her audience members, it seemed like this would be a great chance to share it with the WordPress community as a whole.</p>\n\n\n\n<span id=\"more-8233\"></span>\n\n\n\n<h2>How it Works</h2>\n\n\n\n<h3>Technical information</h3>\n\n\n\n<p>The plugin registers a custom post type called “presentation” and a new “slide” block. The slide block is a sort of enhanced “Group” block, which is restricted to the root of the post, but you can put any other block inside it. As a result, you have a post filled with only slides at the root and slides filled with content. This maps perfectly to the Reveal.js markup, which requires content in HTML section elements.</p>\n\n\n\n<p>Since these slides each have their own design, the theme styles are disabled and styling is set from each slide. A custom presentation template is provided by the plugin to render the custom post on the front-end.</p>\n\n\n\n<p>Then Ella added options to style the slides. For example, she added options to control the slide background and font, at both the document level and individual slide level. She also added Reveal.js options, which allow you to change the transition style and speed. Lastly, she added a custom CSS field to allow style overwrites.</p>\n\n\n\n<p>For the State of the Word, she also added speaker notes and a speaker view.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?fit=632%2C363&ssl=1\" alt=\"\" class=\"wp-image-8271\" />\n\n\n\n<h3>How it&#8217;s Designed</h3>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?fit=632%2C515&ssl=1\" alt=\"\" class=\"wp-image-8262\" />\n\n\n\n<p>The inspiration for the slide designs came from Blue Note album covers (which were also the inspiration for the <a href=\"https://www.slideshare.net/photomatt/state-of-the-word-2011/\">2011 State of the Word slides</a>). These album covers inspired the recent “About” page in WordPress core and the starter content for the new Twenty Twenty theme. This style consists of strong, geometric shapes and simple forms with clean lines. Photography and bold typography are at the heart of this look.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?fit=632%2C541&ssl=1\" alt=\"\" class=\"wp-image-8267\" />\n\n\n\n<p>Various color palettes and font pairings were explored before selecting the best combination for the presentation.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?fit=632%2C407&ssl=1\" alt=\"\" class=\"wp-image-8259\" />\n\n\n\n<p>A strong photographic element was needed for the slides. Past WordCamps are a great source of photos, so we dug through years of photo galleries to find just the right shots. With colors, fonts, and photos, we laid the foundation to build the deck.</p>\n\n\n\n<h2>Tips for Making Gutenberg Slides</h2>\n\n\n\n<h3>Tip One: columns are your friends</h3>\n\n\n\n<p>If you want slides with a precise layout, use columns. As you can see here, we used a 3 column layout to center content within a slide:</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8260\" />\n\n\n\n<h3>Tip Two: spacer blocks are useful</h3>\n\n\n\n<p>Want to really unlock the power of columns? Combine them with the spacer block! We used spacer blocks to position content over background images, like in this slide:</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8264\" />\n\n\n\n<h3>Tip Three: test on large screens</h3>\n\n\n\n<p>It’s important to preview and test your slides as you go. Make sure to design for the size and aspect ratio of the projector you’ll be using and do a visual check in presentation mode from time to time.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?fit=632%2C405&ssl=1\" alt=\"\" class=\"wp-image-8269\" />\n\n\n\n<h3>Tip Four: check your videos</h3>\n\n\n\n<p>A good demo video is integral to showcase new features. Joen Asmussen has a great post on <a href=\"https://automattic.design/2019/11/12/good-ui-demo-videos/\">creating effective demo videos</a>.</p>\n\n\n\n<h2>Lessons learned</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I’d love to make the art directed compositions easier to create. </em></p><cite><em>Mel Choyce-Dwan</em></cite></blockquote>\n\n\n\n<p>As Gutenberg evolves, one big improvement is that art direction will get easier. Even with the improvements this year, creating some layouts in Gutenberg was trickier than expected. For the more complicated compositions, we relied on SVGs. Eventually, the need for hacks will dissolve away, and a new world of exciting possibilities will open for everyone.</p>\n\n\n\n<p>Browsers offered one of our biggest learnings in this presentation, more than they would if you use Keynote or Powerpoint, for example (tools most of us have used). Often, we found that what we created in the editor varied a when viewed full-screen. We were able to mitigate this by updating the plugin to use a fixed size, instead of using the entire browser window.</p>\n\n\n\n<h2>Wrapping it up</h2>\n\n\n\n<p>If you would like to check out the State of the Word, you can watch the <a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">video</a> and read all about it in a <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">post</a>.</p>\n\n\n\n<p>The Slides plugin is not only available on the plugin repo, but you can also get the code from <a href=\"https://github.com/WordPress/slides\">GitHub</a> and <a href=\"https://translate.wordpress.org/projects/wp-plugins/slide/\">help translate</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ella van Durpe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Comments and Collatz Conundrum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2019/12/comments-and-collatz-conundrum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1480:\"<p>Over the summer <a href=\"https://terrytao.wordpress.com/\">Terence Tao</a>, a <a href=\"https://en.wikipedia.org/wiki/Fields_Medal\">Fields Medal</a>-winning mathematician considered one of the best of his generation, got an anonymous comment <a href=\"https://terrytao.wordpress.com/2011/08/25/the-collatz-conjecture-littlewood-offord-theory-and-powers-of-2-and-3/\">on his WordPress blog post from 2011 exploring the Collatz conjecture</a> — one of the most persistent problems in math — suggesting he explore the problem for &#8220;almost all&#8221; numbers. Terence has been a regular WP.com blogger since 2007 and he and his commenters make <a href=\"https://en.support.wordpress.com/latex/\">extensive use of our LaTeX feature to express and embed equations</a>. </p>\n\n\n\n<p>That anonymous comment <a href=\"https://www.quantamagazine.org/mathematician-terence-tao-and-the-collatz-conjecture-20191211/\">led him to an important breakthrough on the Collatz Conundrum, as Quanta Magazine reports</a>. If you want great comments, you as the author have to participate in them and Terence is incredibly active in engaging with the commenters on his site.</p>\n\n\n\n<p>I&#8217;ve always said that comments are the best part of blogging, but this is a particularly cool example. <a href=\"https://terrytao.wordpress.com/2019/09/10/almost-all-collatz-orbits-attain-almost-bounded-values/\">Here&#8217;s Terence&#8217;s latest post on it</a>, with an excellent comment thread following.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2019 21:46:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Slim SEO Keeps Options Simple and Handles the Legwork of SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/slim-seo-keeps-options-simple-and-handles-the-legwork-of-seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7627:\"<p>I have been running a blog of some kind since the Spring of 2003.  In a few short months, it will be my 17th <em>blog-aversary</em>.  The most important lesson I have learned over the years is to not do more work than is necessary to publish a blog post.</p>\n\n\n\n<p>There was a time when I fiddled with custom field boxes to fine-tune every aspect of a blog post, such as meta keywords, descriptions, titles, and much more.  However, worrying over every bit of metadata about a post became more work than actually writing the blog post itself.  It was killing my creative process.</p>\n\n\n\n<p>I have tried numerous SEO plugins and even built such a plugin myself once.  Eventually, I would always come back to simply automating most of the process for whatever project I was working on.</p>\n\n\n\n<p>Some SEO purists may balk at the idea.  They might argue that everything must be fine-tuned for the best results in search engines.  I could not say.  Worrying about ranking seems to be a never-ending, uphill battle.  In my experience, no particular plugin has ever given me an edge in comparison to another.  Results were always similar regardless of whether I fixated on every detail that options-filled SEO plugins offered or let an automated system generate the bits and pieces I needed.</p>\n\n\n\n<p>I decided to give the <a href=\"https://wordpress.org/plugins/slim-seo/\">Slim SEO plugin</a> a try.  It promised to handle the dirty work and ticked most of the boxes in terms of what I was looking for in an SEO plugin.</p>\n\n\n\n<p>Slim SEO is a plugin built by eLightUp, the company behind the <a href=\"https://wordpress.org/plugins/meta-box/\">Meta Box</a> framework and <a href=\"https://wordpress.org/themes/author/gretathemes/\">GretaThemes</a>.  Given their history of building quality extensions for WordPress, their SEO plugin made sense for a test run.</p>\n\n\n\n<p>The plugin beautifully handles the basics that you would expect from an SEO plugin.  It automatically handles meta tags, including Open Graph Tags for social media.  It generates a sitemap of your public posts and pages.  It outputs structured data via JSON-LD with no work on the user&rsquo;s part.</p>\n\n\n\n<p><strong>TL;DR:</strong> For users who are looking for a simple SEO solution with little legwork, Slim SEO is a solid option.  For users who want to tinker with every aspect of their SEO, look elsewhere.</p>\n\n\n\n<h2>A Slim User Interface</h2>\n\n\n\n<p>As a user, the things I tire of quickly the most are complex options screens.  <em>Just give me the basics.</em>  That is exactly what Slim SEO does.  It has a single options screen titled &ldquo;SEO&rdquo; under the default &ldquo;Settings&rdquo; menu in the admin.  Currently, the only options are for inputting header and footer scripts from various services, such as Google Tag Manager or Google Analytics.</p>\n\n\n\n<p>On the post-editing screen, the plugin provides a simple meta box for customizing the meta title and description.  Users can also opt to hide the post from search engines and change the Facebook and Twitter images for the post.  And, that&rsquo;s it.</p>\n\n\n\n<img />Per-post SEO options meta box.\n\n\n\n<p>Each of these options can be skipped if you prefer to let the plugin handle them automatically.</p>\n\n\n\n<p>Suffice it to say, I am a fan of the slimmed-down interface.  The plugin has no SEO scores, keyword rankings, or 20 different options to worry about.  It does not show a preview of what the post might look like in a search engine.  The options available are items that I <em>may</em> want to configure from time to time, so it&rsquo;s nice to have the ability to do so when needed.</p>\n\n\n\n<h2>The Downsides of the Plugin</h2>\n\n\n\n<p>Slimmed-down does not always equate to being better.  You make sacrifices by allowing the plugin to make decisions that may not always be the best for your site.  Keep these in mind when deciding whether to use the plugin.</p>\n\n\n\n<h3>Automatic Redirects</h3>\n\n\n\n<p>One of the biggest downsides of automated systems is that I sometimes want things to be handled differently by the plugin.  The plugin&rsquo;s automatic redirect feature is a good example of that issue.  Out of the box, the plugin will redirect all attachment page views to the media file.  It also redirects visitors to author archive pages to the home page if the author has not written any posts or on single-author sites.</p>\n\n\n\n<p>These auto-redirects may be desirable for some end-users, but they are not something I want.  The problem is there is no clear way to disable this feature, even via code.</p>\n\n\n\n<h3>Header Cleanup</h3>\n\n\n\n<p>The plugin also has a &ldquo;cleanup&rdquo; feature that automatically removes the RSD link, Windows Live Writer manifest link, WordPress version number, and post shortlink from the <code>&lt;head&gt;</code> area on the front end.  It may be desirable to remove those items, but their removal would be more appropriate in a cleanup WordPress type of plugin rather than a plugin focused on SEO.</p>\n\n\n\n<h3>Automatic Image Alt Attributes</h3>\n\n\n\n<p>Slim SEO automatically adds the <code>alt</code> attribute to post thumbnails and when inserting images into the editor.  The problem is that it uses the attachment title.  This could make accessibility worse than simply leaving the alt attribute empty.  If your attachment title is something like <code>DS_IMG9453.jpg</code>, it does not accurately describe an image.</p>\n\n\n\n<h3>Breadcrumbs</h3>\n\n\n\n<p>The plugin has a shortcode for outputting breadcrumbs.  It must either be manually added to a shortcode-aware area or within a theme template.</p>\n\n\n\n<p>The breadcrumbs functionality provides a baseline experience. It doesn&rsquo;t handle every scenario or even close to every scenario.  The feature will not get you far with highly-complex setups.   However, it would work OK for the average install. </p>\n\n\n\n<p>That&rsquo;s par for the course with SEO plugins &mdash; mediocre breadcrumbs at best.  Frankly, SEO plugins should drop breadcrumbs from the feature list and let fully-fledged breadcrumb plugins do their thing.  Users should use opt for a plugin that specifically focuses on being a breadcrumb plugin.  Authors who build those tend to have more experience handling edge cases.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>From a programming perspective, the code is clean and clear.  It is 90% to the point where it should be.  The missing 10% is that there are no references to many of the objects the plugin creates.  This is not an issue limited to this plugin and is more common than it should be.</p>\n\n\n\n<p>This issue makes it next to impossible to remove actions and filters from hooks.  For end-users, this does not matter.  For developers, it is not a frustration-free exercise to manipulate how the plugin works.  This could easily be solved in numerous ways, such as using a container, service locator, static single instance, singleton, or even a global.  Whether some of those methods should be deployed is beyond the scope of this review.  Nevertheless, <em>some</em> reference to the plugin&rsquo;s objects would help.</p>\n\n\n\n<p>Addressing this issue would come in handy disabling those auto-redirects.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>Aside from a handful of admittedly trivial gripes, I would use this plugin in lieu of SEO plugins with more options.  Years of running multiple sites has taught me to grab for the simplest solutions so that I can get back to doing the things I enjoy doing.</p>\n\n\n\n<p>If you prefer to micro-manage every aspect of your SEO, there are plenty of existing options out there.  Slim SEO will not fit your needs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2019 20:48:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Inserting Special Characters Into the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/inserting-special-characters-into-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3696:\"<p>For users of the Classic WordPress editor who often needed to insert special characters into their posts, life was once simple.  Click the &ldquo;&Omega;&rdquo; button in the editor to open a modal with a list of characters not found on a standard keyboard.  The user then only needed to click on the character they wanted to insert and go about the business of writing their post.</p>\n\n\n\n<p>For users who made the move to the block editor and were accustomed to inserting special characters at the click of a button, life became more complicated.  The answer to their woes was to first insert a Classic block and use its special character inserter, which kind of defeats the purpose of using the new and shiny block editor.  Another option was to use the special character app/program packaged with their computer, which assumes all users know the keyboard shortcut for it or how to run the program.</p>\n\n\n\n<p>By many accounts, this would be considered a <em>standard</em> feature for any text editor.  When WordPress is at a stage of trying to sell a new editor, it should be prepared to include features that users of the old editor consider standard.  The lack of a special-character inserter could have been written off as an oversight if people were not asking for it.</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/1678\">Reimplement Character Map</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/7162\">Just a Few More Text/Paragraph Formatting Choices?</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/8782\">Add Special Character Menu</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/8817\">Where Are the Special Characters?</a></li></ul>\n\n\n\n<p>People <em>were</em> asking for it.</p>\n\n\n\n<p>Fortunately, the requests caught the attention of the 10up team.  In September this year, they <a href=\"https://10up.com/blog/2019/insert-special-characters-wordpress-plugin/\">released the first version</a> of their <a href=\"https://wordpress.org/plugins/insert-special-characters/\">Insert Special Characters</a> plugin.  It has since gone through a couple of updates and works well across browsers.</p>\n\n\n\n<p>The plugin is simple and does its job much better than the previous Classic editor inserter.  Instead of just handling the basics, the team went above and beyond what was necessary to launch the plugin.</p>\n\n\n\n<p>The plugin adds a new sub-menu item to the text toolbar titled &ldquo;&Omega; Special Characters.&rdquo;</p>\n\n\n\n<img />&ldquo;Special Characters&rdquo; rich text menu item.\n\n\n\n<p>After clicking the link to insert a special character, a modal box appears on the screen.  The box provides hundreds of special characters to choose from.  It sorts them under Miscellaneous, Math, Latin, and Arrow categories while providing a search filter to narrow down the list.  The box can also be reached by typing <code>ctrl</code>/<code>cmd</code> + <code>o</code> on the keyboard.</p>\n\n\n\n<img />Special characters insertion modal box.\n\n\n\n<p>Like many modals, the box pops up in a weird position from time to time, depending on where the insertion point is on the screen. Outside of that, I found no major problems with the plugin.</p>\n\n\n\n<p>The plugin also <a href=\"https://github.com/10up/insert-special-characters/blob/1.0.2/README.md#extending\">provides a hook</a> for other developers to manipulate the tabs and available characters in the modal.</p>\n\n\n\n<p>This does beg the question of whether the feature should be implemented in the core block editor now.  If the core team puts it in at this point, one would hope they would make it competitive with the plugin.  Anything less would be a letdown.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 20:46:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: WordPress 5.3.1 Includes Security and Bug Fixes, Accessibility Enhancements, and Twenty Twenty Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-5-3-1-includes-security-and-bug-fixes-accessibility-enhancements-and-twenty-twenty-changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4204:\"<p><a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released today</a> with 46 bug fixes and enhancements.  Changes include several accessibility improvements and four security vulnerability fixes.  The update includes multiple changes to the default Twenty Twenty theme.</p>\n\n\n\n<p>Version 5.3.1 is a security and maintenance release.  All users are encouraged to update as soon as possible.  For those with auto-updates enabled, updates are currently rolling out.  All major branches of WordPress from version 3.7 through 5.3 received the new security fixes.</p>\n\n\n\n<p>The following security issues were addressed:</p>\n\n\n\n<ul><li>Users without the correct permission (capability) could make a post sticky via the REST API.</li><li>An issue where cross-site scripting (XSS) could be stored in links.</li><li>Hardening the <code>wp_kses_bad_protocol()</code> function so that it is aware of the named colon attribute.</li><li>A stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<p>Most of the release focused on maintenance.  Form fields and buttons now have the same height, which should result in a more consistent admin UI.  This has long been an issue, but the accessibility changes in WordPress 5.3 highlighted the problem.</p>\n\n\n\n<p>A bug with how permalinks were generated with the new Date/Time changes in WordPress 5.3 has been fixed.  This left some sites using date-based URLs with incorrect post permalinks.</p>\n\n\n\n<p>Other changes include removing support for the CollegeHumor oEmbed provider (the site is no longer available), updating the <code>sodium_compat</code> library, and making sure admin verification emails use the user&rsquo;s locale instead of the site&rsquo;s locale.  For a full overview of all changes, visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">WordPress 5.3.1 release page</a>.</p>\n\n\n\n<h2>Accessibility Improvements</h2>\n\n\n\n<img />&ldquo;Coffee&rdquo; color scheme with new button colors.\n\n\n\n<p>Some of the biggest accessibility changes fixed issues with the <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">alternate admin color schemes</a> available in WordPress.  The accessibility improvements to buttons in WordPress 5.3 did not get carried over to most of the alternate schemes.  Or, rather, those alternate color schemes were not taken into account when the changes went into effect.  This left secondary button elements practically unreadable in some cases, which made accessibility worse.</p>\n\n\n\n<p>Version 5.3.1 creates a unified design for secondary buttons for every color scheme.  It also makes sure that the <code>:active</code> state for buttons are consistent.</p>\n\n\n\n<p>Other improvements to accessibility include adding underlines to links on the Dashboard screen that were not clearly links by context, properly disabling nav menu forms when they should not be in use, and adding hover effects for links on the &ldquo;About&rdquo; admin screens.</p>\n\n\n\n<h2>Twenty Twenty Changes</h2>\n\n\n\n<img />Author bio option in the customizer.\n\n\n\n<p>The Twenty Twenty theme launched with JavaScript-based, smooth-scroll behavior for anchor links.  This feature did not work correctly in all cases.  It also broke anchor links to individual comments when paginated comments were enabled on a site.  </p>\n\n\n\n<p>Version 1.1 of Twenty Twenty <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">includes CSS-based, smooth-scroll behavior</a>.  This greatly simplifies the code by using native behavior.  It also works based on the user&rsquo;s reduced motion setting for their browser, which enhances accessibility for the theme.</p>\n\n\n\n<p>The theme update comes packaged with a new option for showing or hiding the post author bio.  The setting is available under the &ldquo;Theme Options&rdquo; section in the customizer.  It is enabled by default and will show the author bio section at the end of every post across the site.</p>\n\n\n\n<p>The Twenty Twenty update also includes several bug fixes, most of which were trivial issues.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:58:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.org blog: WordPress 5.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12695:\"<p>WordPress 5.3.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.1 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Security updates</h2>\n\n\n\n<p>Four security issues affect WordPress versions 5.3 and earlier; version 5.3.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.3, there are also updated versions of 5.2 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to <a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a> for finding an issue where an unprivileged user could make a post sticky via the REST API.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.</li><li>Props to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/\">WordPress.org</a> Security Team for hardening <code>wp_kses_bad_protocol()</code> to ensure that it is aware of the named colon attribute.</li><li>Props to <a href=\"https://twitter.com/ducnt_\">Nguyen The Duc</a> for discovering a stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>Administration: improvements to admin form controls height and alignment standardization (see related <a href=\"https://make.wordpress.org/core/2019/12/11/admin-form-controls-height-and-alignment-standardization-in-wordpress-5-3-1/\">dev note</a>), dashboard widget links accessibility and alternate color scheme readability issues (see related <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">dev note</a>).</li><li>Block editor: fix Edge scrolling issues and intermittent JavaScript issues.</li><li>Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">dev note</a>) and fix Instagram embed CSS.</li><li>Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make&nbsp;<code>get_permalink()</code>&nbsp;more resilient against PHP timezone changes.</li><li>Embeds: remove CollegeHumor oEmbed provider as the service doesn&#8217;t exist anymore.</li><li>External libraries: update <code>sodium_compat</code>.</li><li>Site health: allow the remind interval for the admin email verification to be filtered.</li><li>Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.</li><li>Users: ensure administration email verification uses the user&#8217;s locale instead of the site locale.</li></ul>\n\n\n\n<p>For more information, <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.3.1&order=priority\">browse the full list of changes on Trac</a> or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">version 5.3.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.3.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">aravindajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">Maciej Mackowiak</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, and <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:07:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: Gutenberg 7.1 Includes Welcome Modal, Improves Multi-Block Selection, and Adds Drag-and-Drop Featured Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/gutenberg-7-1-includes-welcome-modal-improves-multi-block-selection-and-adds-drag-and-drop-featured-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7146:\"<p class=\"has-drop-cap\">The past two weeks have been blazing fast for <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">Gutenberg plugin development</a>.  A total of 161 pull requests (patches) were merged into version 7.1 of the plugin.  Over 20 bugs were squashed while the team added several enhancements, which include better multi-block selection, a new welcome modal, and drag-and-drop featured images.</p>\n\n\n\n<p>The team refactored several areas of the codebase to prepare for future changes and make it possible to use new hooks.  API changes include a new <a href=\"https://github.com/WordPress/gutenberg/pull/17926\">custom select control</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18609\">text highlight</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/17603\">custom gradient picker</a> components for developers to use in their plugins.</p>\n\n\n\n<p>The release also featured a toolbar button for switching between &ldquo;edit&rdquo; and &ldquo;select&rdquo; mode.  The select mode allows you to select blocks without opening the editing controls unless you click again within a block, which switches you back to editing mode.  The only noticeable difference is that the editing controls do not appear while in select mode.  <em>Wondering when I will ever use this feature&hellip;</em></p>\n\n\n\n<h2>Welcome Guide Modal</h2>\n\n\n\n<img />New welcome guide modal for first-time users.\n\n\n\n<p>The new version of the plugin includes a <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">pop-up welcome modal</a> for first-time users.  There are currently three panels with short introductions to what blocks are, how to use them, and getting to know the block library.  </p>\n\n\n\n<p>Ideally, the modal will link out to more extensive documentation in a future iteration.  Right now, the information provided does not go into much detail.  It feels like a message to say, &ldquo;Hey, check out this shiny new thing.&rdquo;  However, there needs to be more substance for it to be helpful for first-timers.</p>\n\n\n\n<h2>Improved Multi-block Selection</h2>\n\n\n\n<img />Selecting multiple blocks at once.\n\n\n\n<p>The block editor now incorporates a nicer <a href=\"https://github.com/WordPress/gutenberg/pull/16835\">native multi-block selection</a> process.  The first aspect of this change is to use the native selection color, which improves accessibility.  It also uses native selection behavior when selecting multiple blocks.</p>\n\n\n\n<p>The second part is important because it paves the way toward partial block selection in a future release.  Currently, when selecting text across multiple blocks, the editor extends this out to select all text from the selected blocks.  In the future, it should be possible to select only part of the text across multiple blocks.  This would be consistent with normal text-based editors where users can select the last sentence from one paragraph and the first from the next, for example.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/18746\">Selecting multiple blocks and pasting</a> new content works correctly in 7.1.  In the past, the rich text component handled pasting.  This resulted in the blocks being split and the pasted content inserted between the split.  The block editor now handles the pasting process.  This allows users to completely replace multiple selected blocks with a paste.</p>\n\n\n\n<h2>Drag-and-Drop Featured Images</h2>\n\n\n\n<img />Dragging a featured image from the desktop.\n\n\n\n<p>Instead of clicking the featured image box to open the media modal, users can now save themselves a click.  Just like dragging and dropping an image into the editor, the featured image box now accepts any image file dropped into it.</p>\n\n\n\n<h2>Table Captions</h2>\n\n\n\n<img />Adding a caption to the table block.\n\n\n\n<p>For those who have long waited for a true table <code>&lt;caption&gt;</code> implementation, keep on waiting.</p>\n\n\n\n<p>A <a href=\"https://github.com/WordPress/gutenberg/issues/11589\">year-old ticket</a> that was opened for a table caption feature was closed with a solution matching that of other blocks with captions (e.g., image, gallery).  The <a href=\"https://github.com/WordPress/gutenberg/pull/15554\">pull request</a> featured a lengthy discussion over the technical limitations of how to best handle the feature.  Ultimately, the decision was to wrap tables in a <code>&lt;figure&gt;</code> element and add the caption via the <code>&lt;figcaption&gt;</code> tag.</p>\n\n\n\n<p>While this may work for some who need to add a caption or summary below a table, it is not currently helping users who need captions in their normal spot at the top of a table.</p>\n\n\n\n<p>In the long run, users who need to roll out advanced tables will likely need a table block plugin anyway.  The Gutenberg and core WordPress implementation is limiting for anything beyond the most basic table output.  Real captions would have been a nice touch though.</p>\n\n\n\n<h2>Alignment for the Navigation Block</h2>\n\n\n\n<img />Aligning navigation block items.\n\n\n\n<p>The Navigation block, which moved out of the experimental stage in version 7.0, has a <a href=\"https://github.com/WordPress/gutenberg/pull/18909\">new option for justifying</a> the list items to the left, right, or center.  This will be an important feature for full-site editing in the long term because users will want to set their nav menu perfectly.</p>\n\n\n\n<p>This block will likely be in flux for a while.  There are still major questions about how navigation will work on mobile, especially as we inch closer to full-site editing.  <em>Will core play a role in making mobile menus?  Will themes be left to their own devices?  Will themes offer multiple options based on screen size?</em></p>\n\n\n\n<h2>Moving Ahead with Templates and Full-Site Editing</h2>\n\n\n\n<p>Coming off the heels of a somewhat controversial <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">documentation proposal for block-based themes</a>, version 7.1 includes a new demo block template named <code>index.html</code>.  It is a fallback template in cases where no templates are available.  This is an early, experimental step toward making full-site editing a reality.  </p>\n\n\n\n<p>Theme developers who want to start looking at what block templates <em>could</em> look like, should <a href=\"https://github.com/WordPress/gutenberg/blob/v7.1.0/lib/demo-block-templates/index.html\">view the demo index.html template</a>.</p>\n\n\n\n<p>Unfortunately, the release ZIP file available through the official plugin repository does not include the <code>index.html</code> template.  It was excluded because of a <a href=\"https://github.com/WordPress/gutenberg/issues/19066\">bug in the build process</a>.  However, it may be packaged in a version 7.1.1 minor release.  The file is correctly included for developers who clone from the Git repository.</p>\n\n\n\n<p>The second step of this process was the addition of a Template Part block.  The idea for this block is that it would be a placeholder to add to templates, which would output a template part on the front end.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Dec 2019 21:21:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"bbPress: bbPress 2.6.3 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=206794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bbpress.org/blog/2019/12/bbpress-2-6-3-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:967:\"<p>bbPress 2.6.3 fixes <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.3\">9 issues</a> reported by community members:</p>\n\n\n\n<ul><li>Fixes a few typos and grammatical errors</li><li>Bumps required WordPress versions to 5.3.0 (bbPress always only officially supports the latest WordPress version)</li><li>Fixes the Forums widget displaying in the wrong order</li><li>Fixes a JavaScript error with hierarchical replies</li></ul>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color has-very-light-gray-background-color\">We&#8217;re continuing to work on improving bbPress 2.6 while also deciding what exactly will make it into 2.7.</p>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color\">Expect for the next minor release (bbPress 2.6.4) to be released sometime before Christmas 2019. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f41d.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Dec 2019 20:52:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Creator of EditorsKit Launches Community Block-Sharing Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4340:\"<img />\n\n\n\n<p>Jeffrey Carandang, the creator behind the EditorsKit WordPress plugin, <a href=\"https://shareablock.com/introducing-shareablock-share-and-download-free-gutenberg-block-template-designs/\">launched a new community site</a> for sharing block designs and templates today.  The ShareABlock website allows visitors to download block files directly from the site and import them into the block editor.  Users can also sign up to share custom block designs and full-blown block templates.  All downloads are available for free.</p>\n\n\n\n<p>At the moment, there are 18 block designs available for download.  There are two primary types of downloads:  block patterns and block templates. </p>\n\n\n\n<p><a href=\"https://shareablock.com/blocks/category/block-patterns/\">Patterns</a> are smaller groupings of blocks to create a specific section for a page.  These include designs such as various hero sections, pricing lists, and a call-to-action section. </p>\n\n\n\n<p><a href=\"https://shareablock.com/blocks/category/templates/\">Templates</a> work the same way as patterns.  However, they are larger sets of blocks designed to create an entire page.  For example, one template allows users to import a full gallery portfolio page.  Another creates an editable resume layout.</p>\n\n\n\n<p>Other than Carandang, two other contributors have shared block designs.  This number should rise as more people sign up and decide to share their creations.  The <a href=\"https://shareablock.com/how-to-submit-design-on-share-a-block/\">registration process</a> is open to anyone who wants to join.  However, each contribution is subject to a review for quality assurance.</p>\n\n\n\n<p>&ldquo;One of my primary goals in creating [EditorsKit] is to help users get a little more comfortable with using the new WordPress Gutenberg block editor,&rdquo; described Carandang in the announcement post for ShareABlock.  &ldquo;The goal is to help users create Gutenberg blocks easily. With drag and drop import, layout and designs will be available in an instant.&rdquo;</p>\n\n\n\n<p>Carandang feels confident that pre-configured block designs will help users learn how to use the block editor to create richer content.  &ldquo;Even if it&rsquo;s just a little help to make them comfortable with Gutenberg, it means a lot,&rdquo; he wrote.</p>\n\n\n\n<p>He said the feedback from users has been positive thus far.</p>\n\n\n\n<img />Importing the Fullscreen Profile Card block pattern.\n\n\n\n<p>Block designs downloaded from ShareABlock require the <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit plugin</a>, which is available for free in the WordPress plugin directory.  This requirement is because WordPress does not currently have a native importer built into the block editor.  In the future, this may change and the requirement could be lifted.</p>\n\n\n\n<p>Version 1.7 of EditorsKit introduced the <a href=\"https://wptavern.com/editorskit-1-6-and-1-7-add-tools-for-writers-drag-and-drop-block-export-import\">ability to import blocks</a> by dragging and dropping a block <code>.json</code> file into the editor.  The blocks available via ShareABlock work using this feature.  After downloading a <code>.json</code> file from the site, users merely need to drag it into the editor.  Users can also use the &ldquo;Import&rdquo; block available from EditorsKit to do the same.</p>\n\n\n\n<h2>Block Patterns and the Future</h2>\n\n\n\n<p>&ldquo;The plan is to provide integration with Block Patterns, which is what the core devs are currently working on,&rdquo; said Carandang.  &ldquo;With this integration, the import process will be much easier.&rdquo;</p>\n\n\n\n<p>Block patterns are a planned feature that is under <a href=\"https://github.com/WordPress/gutenberg/issues/17335\">active development</a> in the Gutenberg plugin and will eventually make its way into core WordPress. Patterns are predefined sets of blocks.  They will allow users to quickly create more advanced layouts while also teaching what specific blocks do.  The idea is to have a set of patterns with common layouts that people see around the web.  </p>\n\n\n\n<p>Carandang said he is actively checking the progress of the Block Patterns feature.  He is eager to see the feature to come to fruition, which carries with it the possibility of more widespread use of the blocks available from his new community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Dec 2019 19:51:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 5.1.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=309343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://buddypress.org/2019/12/buddypress-5-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1258:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.5.1.0.zip\">BuddyPress 5.1.0</a>. This maintenance release fixes 8 bugs related to the 5.0.0 release, and is a recommended upgrade for all BuddyPress installations.</p>\n\n\n\n<p>For details on the changes, please read the <a href=\"https://codex.buddypress.org/releases/version-5-1-0/\">5.1.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.1.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<h2>Many thanks to 5.1.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/szepeviktor/\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">JarretC</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a> &amp; <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Dec 2019 21:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Progress on WordPress’ 2019 Projects Sets 2020 Roadmap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8566:\"<p>Josepha Haden, Executive Director of WordPress, published an <a href=\"https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/\">update of WordPress&rsquo; goals in 2019</a>.  The focus for WordPress over the past year has been on nine primary projects.  Of the nine projects, WordPress only managed to ship two in 2019.  This means that the focus in 2020 will be much the same as the community continues building on the progress it has made toward the existing projects.</p>\n\n\n\n<p>Currently, there are three <a href=\"https://wordpress.org/about/roadmap/\">planned major releases</a> for WordPress in 2020:</p>\n\n\n\n<ul><li>Version 5.4 &ndash; March 2020</li><li>Version 5.5 &ndash; August 2020</li><li>Version 5.6 &ndash; December 2020</li></ul>\n\n\n\n<p>Each of those dates are subject to change.  We should also get more specific dates as each release draws near.  The various projects for 2020 should land in each release.</p>\n\n\n\n<p>Matt Mullenweg, co-founder of WordPress, initially laid out the 2019 plans in his <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\">2018 State of the Word</a> address and <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">listed the projects</a> on the Make Core blog.  The big takeaway is that 2019 was supposed to be the year that we got closer to full-site customization (Phase 2 of the Gutenberg project).  While developers have made huge strides in making that a reality, much of the project is still in its infancy.</p>\n\n\n\n<h2>Projects That Shipped in 2019</h2>\n\n\n\n<p>All existing core WordPress widgets now exist as blocks.  Rather than being limited to placing widgets where the theme decides, users can now put widgets in posts, pages, or any other content area via the block editor.  As the project continues to move toward full-site editing, users will eventually have the ability to place these widgets and other blocks nearly anywhere.</p>\n\n\n\n<p>The site health project was merged into core.  It features a screen that provides information about the site&rsquo;s health to site owners.  It also has a fatal-error detection script that emails site owners when plugin and theme issues are found.</p>\n\n\n\n<h2>Projects to Expect in 2020</h2>\n\n\n\n<p>Most of the remaining projects that did not quite make the cut for release in 2019 have still made progress during the year.  The following is a breakdown of what projects to expect in the coming year.</p>\n\n\n\n<h3>Navigation Menu Block</h3>\n\n\n\n<img />Navigation block in the block editor.\n\n\n\n<p>Currently, the navigation block&rsquo;s target is to ship with WordPress 5.4.  This is a likely reality because it is now out of the experimental stage and is available for beta testing in <a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">Gutenberg 7.0</a>.  The development team worked on this block for several releases and now have something stable enough for user testing.</p>\n\n\n\n<p>This block is a major piece of the site-customization puzzle.  In the long term, users will need an easy-to-use block for handling navigation menus across their site.</p>\n\n\n\n<h3>Custom Block-Aware Content Areas for Themes</h3>\n\n\n\n<p>Phase 1 of the Gutenberg project brought the block editor to post content.  A large part of Phase 2 is <a href=\"https://github.com/WordPress/gutenberg/issues/13489\">breaking outside of post content</a> and allowing users to add blocks in more areas.  It is unclear exactly what that will look like in the long run.  Themes should be able to register additional block-aware areas.</p>\n\n\n\n<p>The target release for this feature is set to WordPress 5.5, but it is too early to guess whether that is a realistic target.  It is a tough issue to solve because it will need to coincide with decisions on <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">theme block templates</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18029\">saving multiple entities</a>, and <a href=\"https://github.com/WordPress/gutenberg/issues/13113\">full-site customization</a> in general.  It is not a feature that can be rushed because it will have far-reaching consequences to how WordPress works for years into the future.</p>\n\n\n\n<h3>Widget Areas to Support Blocks</h3>\n\n\n\n<img />Experimental widget areas feature in Gutenberg.\n\n\n\n<p>The current plan is to allow widget areas (sidebars) to support blocks alongside widgets.  The Gutenberg plugin has an experimental widget areas option for enabling an early version of this feature, which has a target release of WordPress 5.5.</p>\n\n\n\n<p>There are two aspects to making this feature a reality.  The first is making it work on the <a href=\"https://github.com/WordPress/gutenberg/issues/13204\">widgets admin screen</a>.  The second is making it work in the <a href=\"https://github.com/WordPress/gutenberg/issues/13205\">customizer</a>, an area where users can also manage widgets.</p>\n\n\n\n<p>At the moment, it feels like the sidebar concept should be deprecated.  The experimental feature works by allowing users to add blocks to a sidebar, which are converted into one big &ldquo;block area&rdquo; widget on output.  If WordPress is &ldquo;all in&rdquo; on the block paradigm, energy would be better spent focusing on allowing themes to build custom block areas and letting the official Sidebar API die a slow death.  Mixing an old concept with a new one feels clunky at best.  It&rsquo;s time to move on and soft-deprecate sidebars and widgets until most themes no longer support them.</p>\n\n\n\n<h3>Block Directory Search and Install</h3>\n\n\n\n<img />Experimental block directory search in Gutenberg plugin.\n\n\n\n<p>Eventually, all WordPress users will be able to search for a block via the block inserter.  If the block exists, they can insert it into the block area.  If not, the inserter will allow users to discover new blocks from the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a>.  The installation, activation, and insertion of the new block should be seamless.</p>\n\n\n\n<p>The target release for this feature is set for WordPress 5.5, which should be possible (if not earlier) based on how well the feature currently works in the Gutenberg plugin.  It is not perfect yet and has broken more than a few of my posts when working with installed blocks.  There are still <a href=\"https://github.com/WordPress/gutenberg/issues/17440\">several open issues</a> that need to be addressed.</p>\n\n\n\n<p>Plugin authors who are looking to get ahead of the game can submit block plugins by following the <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">block plugin guidelines</a>.</p>\n\n\n\n<h3>Automatic Plugin, Theme, and Major Core Updates</h3>\n\n\n\n<p>After years of extensive testing and using automatic updates for minor WordPress releases, it feels like we should already have auto-updates on everything at this point.  Having to keep up with plugin and theme updates can be a pain for some site owners.  With enough plugins, it is not out of the realm of possibility to have one or more plugins to update daily.</p>\n\n\n\n<p>Some hosting solutions and Jetpack have mitigated this issue for many users by offering automatic plugin updates, but this is a long overdue core feature that should be a high priority.  No target release was given for auto-updates on themes/plugins or major core releases.  Let&rsquo;s hope the feature does not get put on the back burner for another year.</p>\n\n\n\n<h3>Tackling Over 6,500 Trac Issues</h3>\n\n\n\n<p>With the Gutenberg plugin getting much of the attention these days, it is easy to forget that there are <a href=\"https://core.trac.wordpress.org/\">thousands of tickets</a> awaiting patches, reviews, and decisions on Trac.  I have long been a champion of using one major release of WordPress to simply fix existing bugs while adding no new features.</p>\n\n\n\n<p>Jonathan Desrosiers has written an <a href=\"https://jonathandesrosiers.com/2019/06/wordpress-triage-team-3-month-reflection/\">extensive post</a> that covers much of the work the Triage Team has done earlier this year.</p>\n\n\n\n<p>Triaging is not something that ever truly reaches a conclusion.  It is an ongoing process that must continue throughout the life of a project.  People who are interested in being involved with the Triage Team can find more information on the <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">Triage Team announcement post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Dec 2019 21:25:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: Video from DoSummitGood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://heropress.com/video-from-dosummitgood/#utm_source=rss&utm_medium=rss&utm_campaign=video-from-dosummitgood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2637:\"<img width=\"960\" height=\"503\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/12/DoSummitGood-mountain_optimised-1024x536.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" />\n<p>I recently took part in DoSummitGood, an online conference for people and organizations working to Do Good in the WordPress community.</p>\n\n\n\n<p>The organizers managed to get recordings of all the talks on YouTube the very next day, which is pretty impressive.</p>\n\n\n\n<p>In this talk I tell a lot more about what was going on in my personal life while spinning up HeroPress, so I recommend checking it out even if you&#8217;ve already heard the story.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Video from DoSummitGood\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Video%20from%20DoSummitGood&via=heropress&url=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Video from DoSummitGood\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F&title=Video+from+DoSummitGood\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Video from DoSummitGood\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/video-from-dosummitgood/&media=https://heropress.com/wp-content/uploads/2019/12/DoSummitGood-mountain_optimised-150x150.jpg&description=Video from DoSummitGood\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Video from DoSummitGood\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/video-from-dosummitgood/\" title=\"Video from DoSummitGood\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/video-from-dosummitgood/\">Video from DoSummitGood</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Dec 2019 16:13:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: People of WordPress: Jill Binder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/12/people-of-wordpress-jill-binder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10930:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Jill Binder</strong></h2>\n\n\n\n<p>Jill Binder never meant to become an activist. She insists it was an accident.</p>\n\n\n\n<p>Despite that, Jill has led the Diversity Outreach Speaker Training working group in the WordPress Community team since 2017. This group is dedicated to increasing the number of women and other underrepresented groups who are stepping up to become speakers at WordPress Meetups, WordCamps, and events.&nbsp;</p>\n\n\n\n<h2><strong>Jill’s back story</strong></h2>\n\n\n\n<h3><strong>Internship</strong></h3>\n\n\n\n<p>Jill’s WordPress story begins in 2011, in Vancouver, Canada.&nbsp;Jill secured an internship for her college program, working on a higher education website that was built in WordPress.&nbsp;As a thank you, her practicum advisor bought Jill a ticket to WordCamp Vancouver 2011: Developer’s Edition. After that Jill began freelancing&nbsp; with WordPress as a Solopreneur.&nbsp;</p>\n\n\n\n<h3><strong>First steps in the WordPress community</strong></h3>\n\n\n\n<p>The following year her internship advisor, who had become a client, was creating the first ever BuddyCamp for BuddyPress. He asked Jill to be on his organizing team. At that event she also moderated a panel that had Matt Mullenweg on it. Then, Jill was invited to be on the core organizing team for WordCamp Vancouver.</p>\n\n\n\n<p>Part of this role meant reviewing and selecting speakers. From 40 speaker applications that could be a fit the team had to pick only 14 to speak.</p>\n\n\n\n<h2><strong>The diversity challenge when selecting speakers</strong></h2>\n\n\n\n<p>For anyone who has organized a conference, you know that speaker selection is hard. Of the 40 applications, 7 were from women, and the lead organizer selected 6 of those to be included in the speaker line up.</p>\n\n\n\n<p>At this point Jill wasn’t aware that very few women apply to speak at tech conferences and suggested selection should be made on the best fit for the conference. The team shared that not only did they feel the pitches were good and fit the conference, but they also needed to be accepted or the Organizers would be criticized for a lack of diversity.</p>\n\n\n\n<p>Selecting women for fear of criticism is embarrassing to admit, but that’s how people felt in 2013.</p>\n\n\n\n<p>By the time the event happened, though, the number of women speakers dropped to 4. And with an additional track being added, the number of speakers overall was up to 28. Only 1 speaker in 7 was a woman (or 14%) and attendees did ask questions and even blogged about the lack of representation.</p>\n\n\n\n<h2><strong>What keeps women from applying?</strong></h2>\n\n\n\n<p>Later that year at&nbsp; WordCamp San Francisco—the biggest WordCamp at the time (before there was a WordCamp US)—Jill took the opportunity to chat with other organizers about her experience. She found out that many organizers had trouble getting enough women to present.</p>\n\n\n\n<p>Surprisingly Vancouver had a high number of women applicants in comparison to others, and the consensus was more would be accepted&nbsp; if only more would apply.</p>\n\n\n\n<p>Jill decided that she&nbsp; needed to know why this was happening? Why weren’t there more women applying? She started researching, reading, and talking to people.</p>\n\n\n\n<p>Though this issue is complex, two things came up over and over:</p>\n\n\n\n<ul><li>“What would I talk about?”</li><li>“I’m not an expert on anything. I don’t know enough about anything to give a talk on it.”</li></ul>\n\n\n\n<h2><strong>A first workshop with encouraging results</strong></h2>\n\n\n\n<p>Then Jill had an idea. She brought up the issue at an event and someone suggested that they should get women together in a room and brainstorm speaker topics.</p>\n\n\n\n<p>So Jill became the lead of a small group creating a workshop in Vancouver: the talented Vanessa Chu, Kate Moore Hermes, and Mandi Wise. In one of the exercises that they created, participants were invited to brainstorm ideas—this proved that they had literally a hundred topic ideas and the biggest problem then became picking just one!</p>\n\n\n\n<p>In the first workshop, they focussed on:</p>\n\n\n\n<ul><li>Why it matters that women (<em>added later: diverse groups</em>) are in the front of the room</li><li>The myths of what it takes to be the speaker at the front of the room (aka beating impostor syndrome)</li><li>Different presentation formats, especially story-telling</li><li>Finding and refining a topic</li><li>Tips to become a better speaker</li><li>Leveling up by speaking in front of the group throughout the afternoon</li></ul>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=632&ssl=1\" alt=\"women gathering to discussion presentation topics\" class=\"wp-image-8195\" />Vancouver Workshop 2014\n\n\n\n<h2><strong>Leading to workshops across North America and then the world</strong></h2>\n\n\n\n<p>Other cities across North America heard about the workshop and started hosting them, adding their own material.</p>\n\n\n\n<p>Many women who initially joined her workshop wanted help getting even better at public speaking. So Jill&#8217;s Vancouver team added in some material created from the other cities and a bit more of their own. Such as:</p>\n\n\n\n<ul><li>Coming up with a great title</li><li>Writing a pitch that is more likely to get accepted</li><li>Writing a bio</li><li>Creating an outline</li></ul>\n\n\n\n<p>At WordCamp Vancouver 2014—only one year since Jill started—there were 50% women speakers and 3 times the number of women applicants! Not only that, but this WordCamp was a Developer’s Edition, where it’s more challenging to find women developers in general, let alone those who will step up to speak.</p>\n\n\n\n<h3><strong>More work is needed!</strong></h3>\n\n\n\n<p>Impressive as those results were, the reason Jill is so passionate about this work is because of what happened next:</p>\n\n\n\n<ul><li>Some of the women who attended the workshop stepped up to be leaders in the community and created new content for other women.</li><li>A handful of others became WordCamp organizers. One year Vancouver had an almost all-female organizing team – 5 out of 6!</li><li>It also influenced local businesses. One local business owner loved what one of the women speakers said so much that he hired her immediately. She was the first woman developer on the team, and soon after she became the Senior Developer.</li></ul>\n\n\n\n<h2><strong>Diversity touches on many levels</strong></h2>\n\n\n\n<p>Jill has seen time and again what happens when different people speak at the front of the room. More people feel welcome in the community. The speakers and the new community members bring new ideas and new passions that help to make the technology we are creating more inclusive. And together we generate new ideas that benefit everyone.</p>\n\n\n\n<p>This workshop was so successful, with typical results of going from 10% to 40-60% women speakers at WordCamps, that the WordPress Global Community Team asked Jill to promote it and train it for women and all diverse groups around the world. In late 2017, Jill started leading the Diverse Speaker Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#wpdiversity</a>).</p>\n\n\n\n<p>Dozens of community members across the world have now been trained to lead the workshop. With now dozens of workshops worldwide, for WordPress and other open source software projects as well, there is an increase in speaker diversity.&nbsp;</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?fit=632%2C474&ssl=1\" alt=\"Diverse Speaker Training group \" class=\"wp-image-8196\" />WordCamp US 2019\n\n\n\n<p>As a result of the success, Jill is now sponsored to continue the program. The first sponsor is Automattic. She’s proud of how the diversity represented on the stage adds value not only to the brand but also in the long-term will lead to the creation of a better product. She’s inspired by seeing the communities change as a result of the new voices and new ideas at the WordPress events.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Jill’s leadership in the development and growth of the Diversity Outreach Speaker Training initiative has had a positive, measurable impact on WordPress community events worldwide. When WordPress events are more diverse, the WordPress project gets more diverse — which makes WordPress better for more people.”</em></p><cite><em> Andrea Middleton, Community organizer on the WordPress open source project</em></cite></blockquote>\n\n\n\n<h3><strong>Resources:</strong></h3>\n\n\n\n<ul><li>The Workshop: <a href=\"http://diversespeakers.info/\">http://diversespeakers.info/</a></li><li>More information: <a href=\"https://tiny.cc/wpdiversity\">https://tiny.cc/wpdiversity</a></li><li><a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/speakers/building-a-diverse-speaker-roster/\">How to build a diverse speaker roster</a></li><li><a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">Diversity Outreach Speaker Training Team</a></li></ul>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://lh6.googleusercontent.com/fq6qus5qmviDZaznrQnW-4wcbSs6NSrqeqEEGnPjgi2WJrVevNm4Em4KsP-VVH_0kMgWuNtW7mm_V9-hKtrrJFohRi6KrUXAoLHjrymChCltMr9fuh4dBIu_0SqNPts0MZgcvh_W\" alt=\"\" width=\"153\" height=\"115\" /></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\n\n\n<p><em><strong>Correction: December 7, 2019</strong><br />The original article mentioned the team Jill lead, but did not mention the team members who joined her. Those have been added. Apologies to Vanessa, Kate, and Mandi. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> </em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Dec 2019 23:27:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Zero BS CRM 3.0 Improves UI, Changes Database Structure, and Becomes More Extendable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/zero-bs-crm-3-0-improves-ui-changes-database-structure-and-becomes-more-extendable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6294:\"<img />\n\n\n\n<p>The team behind Zero BS CRM <a href=\"https://zerobscrm.com/road-to-v3/\">launched version 3.0</a> of their WordPress plugin today.  This is the first major release since the plugin was <a href=\"https://wptavern.com/automattic-acquires-zero-bs-crm-considers-rebranding-it-as-jetpack-crm\">acquired by Automattic in August</a>.  The updated plugin uses custom database tables, opens the plugin for more extensions, and has a more consistent UI than previous versions.</p>\n\n\n\n<p>CRM is an acronym for &ldquo;customer relationship management.&rdquo;  CRM systems allow businesses to manage their customer relationships through an interface.  How CRM systems work can vary greatly, depending on the software used.  In general, the goal is to help manage contacts, sales, and productivity.</p>\n\n\n\n<p>Zero BS CRM was co-created by Mike Stott and Woody Hayday.  Despite a low number of plugin users (around 1,000 at acquisition), Automattic acquired the plugin based on the strength of the product.  Currently, Stott and Hayday are the primary developers on the plugin and maintain more than 30 commercial extensions for it.</p>\n\n\n\n<p>Many CRM solutions are SaaS products, such as Salesforce CRM and HubSpot CRM.  &ldquo;The main benefit of ZBS CRM over online SaaS type solutions is it sits in your WP admin dashboard, and you own your own data,&rdquo; said Stott.</p>\n\n\n\n<p>Version 3.0 of the plugin improves in several key areas.  One major change is the switch to custom database tables rather than pigeon-holing everything into a custom post type.  This change should speed up accessing data such as contacts and transactions in large databases.</p>\n\n\n\n<p>Users should benefit from a much improved and consistent UI from previous versions.  Zero BS CRM does not strictly follow the core WordPress admin UI.  &ldquo;When looking at ZBS CRM and how to tie in all our menu items into the WordPress UI &ndash; it wasn&rsquo;t easy,&rdquo; said Stott.  &ldquo;We settled on using a UI framework with our own top menu, and a natural follow-on for that was to draw our list views using that same UI and button systems. Whether we move this back or not depends on feedback from our users &mdash; we get a lot of positive feedback on how easy it is to navigate around and wouldn&rsquo;t want to change something that&rsquo;s been getting good feedback.&rdquo;</p>\n\n\n\n<img />Contact management screen in the Zero BS CRM plugin.\n\n\n\n<p>Moving to custom tables over custom post types has also helped improve elements of the UI.  Stott said a huge advantage is not having third-party plugins accidentally adding themselves to the plugin&rsquo;s admin pages, such as having unnecessary SEO options on contact records.</p>\n\n\n\n<p>Another big change in 3.0 was building out a more extendable foundation for the plugin.  This will open up custom CRM objects in the future.  For example, plugin users could manage resources such as &ldquo;properties&rdquo; or &ldquo;campuses&rdquo; along with customer contact data.  This update creates more potential for industry-specific extensions.</p>\n\n\n\n<p>&ldquo;It really opens the door for more extendibility in the future,&rdquo; said Stott, &ldquo;and through an improved API in 2020 will allow for us to do more work across platforms and open up our CRM tools to more people.&rdquo;</p>\n\n\n\n<p>The Zero BS CRM plugin remains free and is <a href=\"https://wordpress.org/plugins/zero-bs-crm/\">available in the WordPress plugin repository</a>.  The primary source of income comes from its extension bundles, which are priced monthly and billed yearly.  The website currently offers freelancer ($11/month), entrepreneur ($17/month), and elite ($30/month) pricing options.  It also has a reseller plan available.</p>\n\n\n\n<h2>The Move to Automattic</h2>\n\n\n\n<p>When the plugin was first acquired, there was an initial idea to rebrand as &ldquo;Jetpack CRM.&rdquo;  However, they have maintained the Zero BS CRM branding with an acronym instead of the direct expletive for &ldquo;BS.&rdquo;  A rebrand may still be on the table in 2020 or beyond.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been gathering user feedback and sentiment following the minor changes to ZBS CRM and the initial reactions if we were to rename as Jetpack CRM,&rdquo; said Stott.  &ldquo;Since the shorter name, there&rsquo;s been less objection or negative feelings, which puts less pressure on a big rebrand project, but it&rsquo;s certainly something we&rsquo;ll be coming back to.&rdquo;</p>\n\n\n\n<p>Stott said the primary focus since the acquisition has been less on branding and more on delivering 3.0 to the existing customer base.</p>\n\n\n\n<p>The acquisition by Automattic has helped with how their two-person team works.  &ldquo;The main thing is being able to lean on the amazing team and people throughout Automattic,&rdquo; said Stott.  &ldquo;In the past, we&rsquo;d only have Woody and my input, now we can reach out to experts in design, marketing, plus much more, and bounce our ideas around a vast pool of experience.&rdquo;</p>\n\n\n\n<p>He explained that the additional support resources of Automattic&rsquo;s Happiness Engineers means that he and his partner can focus more on engineering and growing the product and team.</p>\n\n\n\n<p>The acquisition of Zero BS CRM came during a busy year for Automattic.  With major moves such as <a href=\"https://wptavern.com/automattic-acquires-tumblr-plans-to-rebuild-the-backend-powered-by-wordpress\">acquiring Tumblr</a> and the <a href=\"https://wptavern.com/automattic-raises-300m-in-series-d-investment-round-valuation-jumps-to-3-billion\">Salesforce investment</a>, this small plugin has mostly flown under the radar in comparison.  Stott and Hayday have big plans for 2020.  They would like to grow the engineering team and explore bringing their tools to more WordPress.com users.</p>\n\n\n\n<p>The plugin&rsquo;s growth has remained stable since the acquisition, according to Stott.  &ldquo;The announcement brought us some additional customers who saw the backing from Automattic as strong advocacy for the plugin over other solutions in the WordPress space, so they made the decision to join us,&rdquo; he said.  The plugin has doubled its active install count and now serves over 2,000 users.  The team expects to continue growing in the coming months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Dec 2019 20:43:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: Gutenberg: One Year Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com/gutenberg-one-year-later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9610:\"<p>As we quickly head into the final weeks of 2019, we also pass the first anniversary of WordPress 5.0 and, subsequently, Gutenberg coming headlong into our lives. </p>\n\n\n\n<p>Love it or hate it, Gutenberg is here to stay.  If you had asked my thoughts on it last December, I would have probably sided with a large portion of other WordPress users.</p>\n\n\n\n<p><em>What are you doing?</em></p>\n\n\n\n<p><em>WordPress is fine, leave it alone!</em></p>\n\n\n\n<p><em>Stop forcing me to use this!</em></p>\n\n\n\n<p>Here we are, twelve months later, and you know what? I LOVE IT.  And, I am not alone.</p>\n\n\n\n<p>When it comes to writing content, I cannot <em>imagine</em> using the Classic Editor anymore. Sure, for a few paragraphs, the Classic Editor is fine.  However, when you need to make a 4,000+ word post, Gutenberg and the new block system make things a lot easier.</p>\n\n\n\n<p>Yes, the UI is a struggle for someone brand new to WordPress.  We have all heard the &ldquo;<em>Wait, I thought you said this was like Word?</em>&rdquo; line.  A good onboarding process would tackle that going forward.  For the rest of us, if you have not adopted Gutenberg yet, you should take another look at it.</p>\n\n\n\n<h2>The Need for a New Editor</h2>\n\n\n\n<p>Let&rsquo;s be honest.  The Classic Editor was great for short posts, a couple of headlines and paragraphs, job done.  But, how often were you going into the Text tab to remove an extra line break, fix a shortcode, or cut and paste a section to somewhere else in the post?&nbsp; At best, it was a struggle.  Often, it was excruciating to get your post <em>just right</em> before publishing.</p>\n\n\n\n<p>Not only will I <em>not</em> miss this, but I am pleased that new users will not be exposed to it anymore either.</p>\n\n\n\n<img />Classic Editor &ndash; Text tab in action\n\n\n\n<p>When I first heard of Gutenberg &mdash; before it was released in WordPress 5.0 &mdash; I installed the plugin and was immediately confused and slightly bewildered at the options. I wondered how I would edit in the future. </p>\n\n\n\n<p>I, among many others, probably gave out the same noises as when Facebook and Twitter reveal a huge overhaul of their UI, agreeing with everyone that things would never be the same again. <em>This was a mistake. </em>Of course, I was both right and wrong at the same time.  I just didn&rsquo;t know it.  Editing would not be the same again.  Instead, it would be a lot better (with some adjustment).</p>\n\n\n\n<p>I also know that many people will not agree with me and do not like the way Gutenberg looks or behaves to this day. But, if you give it some time and understand how it can make your life easier, it will do just that.</p>\n\n\n\n<p>First, take the time to work out the difference between Blocks and Document. On the left you have all the blocks for your post or page, inserting them in merrily as you go. On the right, the Document panel controls everything else, handily changing when you need to fine-tune a block.</p>\n\n\n\n<img />Gutenberg block editor in action\n\n\n\n<p>One of the most common complaints I have read is people struggling with the toolbar that appears as you hover over each block. There is a simple solution to this, and when it is enabled, the majority of people suddenly start to love it! Make sure you set the view to &ldquo;Top Toolbar&rdquo; in the Gutenberg options. Now you have a distraction and clutter-free editing environment to work with.</p>\n\n\n\n<h2>Gutenberg vs. Page Builders</h2>\n\n\n\n<p>Gutenberg is not a page builder, and it is a common argument thrown out by people on why they refuse to use it. They are right, it is not a replacement for the likes of Elementor or Beaver Builder.  If you remove the comparison to page builders from your mind, you will find adapting to it is much easier.</p>\n\n\n\n<p>My peers and I regularly chat about Gutenberg and agree it is already great for writing.  The post creation process is a breath of fresh air.  Others have great stories from their clients about being able to produce content and edit it with ease, and the number of editor-related support requests is down, which can only be a good thing.</p>\n\n\n\n<p>However, many of us would not use it for designing pages. Instead, we still prefer to use one of the many page builders for that complete control.</p>\n\n\n\n<p>Gutenberg Phase 2 will allow editing of the site to areas outside of the main content (e.g., headers, footers, sidebars) and will creep further into the page builder category, which means we will have a strange blend of Gutenberg and page builders living side by side on many sites soon.</p>\n\n\n\n<p>Will it remove the complete need for themes? Who knows? I suspect we will have people further divided into opposing camps going forward, but what a great opportunity for us to collectively work on for a better overall experience in the end.</p>\n\n\n\n<h2>By the Numbers</h2>\n\n\n\n<p>Let us take a quick look at Gutenberg and its penetration to date.</p>\n\n\n\n<p>Currently, 63.8% of all WordPress installs are running 5.x onward according to WordPress.org, which means Gutenberg is available natively on nearly two-thirds of all WordPress installs.</p>\n\n\n\n<p>But, it is not all red roses when it comes to adoption. </p>\n\n\n\n<p>The Classic Editor plugin has over 5 million active installs (and a rather biased 723 five-star reviews, such as &ldquo;Keep this forever&rdquo; and &ldquo;Never going to give it up!&rdquo;). It is also currently in the top five of the most popular plugins. </p>\n\n\n\n<p>Is this the backlash against Gutenberg or incompatibility with older themes forcing users to use the Classic Editor for now? At a guess, a good majority is probably the latter combined with some diehards. </p>\n\n\n\n<p>But, look at the graph below from the <a rel=\"noreferrer noopener\" class=\"ek-link\" href=\"https://wordpress.org/plugins/classic-editor/\" target=\"_blank\">Classic Editor plugin page</a>.</p>\n\n\n\n<img />\n\n\n\n<p>Growth is declining. That is not a movement of people who continue to install Classic Editor on new installs and refuse to adapt.</p>\n\n\n\n<p>Classic Editor adoption will likely continue falling, and perhaps the original date of it being supported until 2022 isn&rsquo;t that far-fetched after all (note: they have said they will continue to support it longer if needed).</p>\n\n\n\n<p>On the flip-side, the Gutenberg plugin has 200,000 active installs and a whopping two-thirds of reviews (2,003) are a paltry one star. However, many are merely unhelpful complaints (e.g., &ldquo;This is junk&rdquo; and &ldquo;Destroy it&rdquo;).  They do not tell the true story to novices.</p>\n\n\n\n<p>As you can see from the graph below for the Gutenberg plugin, active install growth is up and continues to climb.  It is not at the same pace as the decline with the Classic Editor, but that is probably because it is bundled with WordPress now.</p>\n\n\n\n<img />\n\n\n\n<p>One thing people seem to forget is Gutenberg is a plugin in and of itself.  It is updated frequently, whereas the majority of users only see changes to it when there is a WordPress core update.</p>\n\n\n\n<p>If you can see past the fields of one-star reviews and install the plugin, you will be rewarded with more frequent updates to the experience. </p>\n\n\n\n<p>For example, version 7.0 recently added in the Navigation block as stable, allowing users to quickly create a menu of links. Don&rsquo;t get me wrong; this does require theme integration for it to work, but you can get a better idea of where it is heading on a more frequent basis this way (7.0 is expected to ship with WordPress 5.4 in March/April 2020).</p>\n\n\n\n<h2>Block Party</h2>\n\n\n\n<p>Compatibility with Gutenberg continues at a quick pace.  With over 21 pages of block-enabled plugins available on WordPress.org, pretty much all the popular plugins have solutions in place.  A fair amount of plugin updates these days are also adding new and enhanced blocks as standard.</p>\n\n\n\n<p>If those are not enough for you, we also now have a new breed of block-specific plugins. There is a growing trend of plugins devoted to purely enhancing the style and number of blocks you can add to your site.</p>\n\n\n\n<p>Popular Gutenberg-focused plugins such as <a class=\"ek-link\" href=\"https://wpstackable.com\">Stackable</a> and <a class=\"ek-link\" href=\"https://editorskit.com\">EditorsKit</a> add further styling and editing abilities, bringing you another step closer to full-page design and enhancing your content.</p>\n\n\n\n<img />EditorsKit &ndash; a purely Gutenberg plugin.\n\n\n\n<p>Because no one knows how far Gutenberg will go and which toes it will step on, block plugins may have a fight on their hands in the future.  At the pace they are being released and updated, it is a good sign of a committed global collective who not only believe in the future of blocks but is excited about it too.</p>\n\n\n\n<h2>What Does the Future Hold?</h2>\n\n\n\n<p>Gutenberg is here to stay, and I don&rsquo;t think any of us have ever denied that. It is probably not an issue for anyone who started using WordPress for the first time this year.</p>\n\n\n\n<p>Thankfully, for those already deeply embedded in WordPress, things are getting easier (and I would say more enjoyable) with the growth of the new Gutenberg-specific plugins.</p>\n\n\n\n<p>With the advent of platforms such as Wix and Squarespace, it was obvious that WordPress needed <em>something</em> to make it more user-friendly and Gutenberg is a solid attempt at that. It is still a bit rough around the edges, but the days we look back nostalgically at the Classic Editor are likely numbered.</p>\n\n\n\n<p>How will it look at the end of 2020? Will you still be using the Classic Editor?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Dec 2019 17:49:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Chris Hughes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Initial Documentation for Block-Based WordPress Themes Proposed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7198:\"<p class=\"has-drop-cap\">In a pull request on the Gutenberg repository yesterday, Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/18890\">created an initial document</a> that outlines how block-based WordPress themes might work.  While the document is merely a starting point for the conversation, it is a set of ideas that will likely forever reshape the WordPress landscape.  It is paradigm-shifting.</p>\n\n\n\n<p>For the first time, theme authors can glimpse what their future holds.  Since the inception of Gutenberg, many have asked for more technical details.  Particularly, they wanted to know whether themes would be reduced to a stylesheet or a stylesheet and a few PHP files.  <em>What would themes look like architecturally?  Would themes exist at all?</em></p>\n\n\n\n<p>The document, while open for changes, makes a strong case about the structure of themes going forward.  It is clear that much forethought has gone into the proposal.  It matches the direction of the experimental site-editing feature in Gutenberg that has already been set in motion.  Even though it is subject to change, there seems to be a finality to the overarching idea.  The writing has long been on the wall.  Now everyone can see the wall.  The missing piece is figuring out how to bring the idea to fruition.</p>\n\n\n\n<h2>What is Full Site Editing?</h2>\n\n\n\n<p>Before understanding how themes of the future might work, you must first understand the direction that Gutenberg is headed.  The end goal for Gutenberg, and eventually WordPress, is for users to have the ability to customize every aspect of their site via the block system.  Currently, the block system primarily handles editing post content.</p>\n\n\n\n<p>To move to full-site editing, every piece of dynamic data about a site must be a block.  For example, a site title block must exist as a placeholder for the site title.  Users should be able to place it anywhere they desire to output the title, such as in the header.</p>\n\n\n\n<p>This has left theme authors with a reasonable question:  If users can move these blocks anywhere, where do themes fit into the picture?</p>\n\n\n\n<p>It is easy to see how themes would become little more than a stylesheet that styles every WordPress block while also handling other necessary styles like typography and vertical rhythm.  Even then, it makes one wonder if themes, at least in how we have come to know them, are necessary at all.</p>\n\n\n\n<h2>The Proposed Theme Structure</h2>\n\n\n\n<p>The proposed structure does not look much different from current WordPress themes.  The big difference is that theme templates would become &ldquo;block templates&rdquo; and &ldquo;block template parts.&rdquo;  These templates would be HTML files rather than PHP files.</p>\n\n\n\n<p>The following is where the structure currently stands.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>theme\n|__ style.css\n|__ functions.php\n|__ block-templates\n    |__ index.html\n    |__ single.html\n    |__ archive.html\n    |__ ...\n|__ block-template-parts\n    |__ header.html\n    |__ footer.html\n    |__ sidebar.html\n    |__ ...</code></pre>\n\n\n\n<p>From a templating perspective, it appears relatively <em>normal</em> for a WordPress theme.  The files simply have a different type and are organized in specific folders.</p>\n\n\n\n<p>However, the difference is how the HTML templates would work.  They would essentially become placeholders for blocks.  Users would also have the ability to edit or completely overwrite individual templates via the WordPress admin.  Because templates are made up of blocks, no code would be necessary on the user&rsquo;s part.  They could simply point and click to insert or remove blocks with their mouse.  </p>\n\n\n\n<p>In other words, block templates within themes would be unique starting points for users to build their sites.</p>\n\n\n\n<p>There are two noteworthy items about the proposed system:  themes are still themes and end-users can become theme builders.</p>\n\n\n\n<h3>The Essence of a Theme Remains the Same</h3>\n\n\n\n<p>When you cut through everything else, WordPress themes have always been HTML and CSS.  The PHP aspect of theming basically mixes PHP function calls (i.e., template tags) within some structured HTML markup.  If you look at most themes going through the official WordPress theme directory, you will find that the underlying markup is mostly the same.</p>\n\n\n\n<p>In the block template system, this idea doesn&rsquo;t change.  If anything, it could simplify the role of theme author by creating a set of standard elements (blocks) that themes output.  If done right, it also creates a standard for class names so that styles can easily be shared across themes and all sorts of similar goodies.</p>\n\n\n\n<h3>Anyone Can Build a Theme</h3>\n\n\n\n<p>The initial outline explains the potential of exporting themes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Ultimately, any WordPress user with the correct capabilities (example: administrator WordPress role) will be able to access these templates in the WordPress admin, edit them in dedicated views and potentially export the templates as a theme.</p></blockquote>\n\n\n\n<p>This is where the proposed system could revolutionize website building.  Those without the coding skills to create a WordPress theme today could have the tools to contribute something back tomorrow.</p>\n\n\n\n<p>The idea aligns perfectly with the open-source ethos of WordPress.  By giving everyone the ability to export their customizations, it provides an avenue for contributing that we have never had before for non-coders.  <em>A free directory of customized themes created by and for the community, anyone?</em></p>\n\n\n\n<h2>The Design Side of the Equation</h2>\n\n\n\n<p>Block templates are merely the HTML.  Themes will need to stand apart with their CSS.  However, there must be standardization to pull this off.</p>\n\n\n\n<p>Designers will need to shift to a block-based approach when it comes to design.  Some may already be familiar with various &ldquo;component-based&rdquo; systems, which would work much the same way.  Rather than designing from the top-down, theme authors would approach design on a more atomic level by designing each block.</p>\n\n\n\n<p>There are also many unanswered questions about how styles will eventually work.  Currently, there is an open ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/9534\">discussing a style system for blocks</a>.  Much of the discussion is around how to integrate a design system with themes.</p>\n\n\n\n<h2>Join the Discussion</h2>\n\n\n\n<p>It is important to point out that nothing about this proposal is set in stone.  It is a high-level outline of what the future of themes could hold.  However, now is time for input from the community, especially theme authors who may have felt a bit out of the loop in the past.  Now is the time to make your voice heard and to contribute ideas to the discussion.</p>\n\n\n\n<p>The WordPress theme review team also has an <a href=\"https://make.wordpress.org/themes/2019/12/04/questions-about-the-future-of-themes/\">open discussion on the future of themes</a> that goes along with this proposal and whether themes should start taking advantage of experimental Gutenberg features.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Dec 2019 20:56:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Black Friday Banner Gone Wrong: Advertising in Free Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/black-friday-banner-gone-wrong-advertising-in-free-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6514:\"<img />Screenshot of the Yoast Black Friday Ad\n\n\n\n<p>On November 28, millions of people awoke to a Black Friday ad on nearly every page of their WordPress admin, courtesy of the <a href=\"https://wordpress.org/plugins/wordpress-seo/\">Yoast SEO plugin</a>.  That day also coincided with the U.S. Thanksgiving holiday, so it left freelancers and agencies scrambling to address a banner on their clients&rsquo; sites on a day they likely planned to spend with family.  The ad was not limited to users with administrative permissions either, so some site owners were troubled to find users with low-level permissions could see the ad in the WordPress admin.</p>\n\n\n\n<p>The initial code for the banner was <a href=\"https://github.com/Yoast/wordpress-seo/commit/bf13569fa7a25aacac72e8b92c577adcafa9ccc6#diff-9ac66dbc3ac65e9898209f08c006799c\">added on October 25</a>, which made its way into version 12.4 of the Yoast SEO plugin.  The code for the banner ad limited its output between November 28 and December 3 (Cyber Monday).</p>\n\n\n\n<p>After blowback from users, the Yoast team published an updated version of the plugin without the banner.  However, the initial damage was done.  Users began immediately <a href=\"https://wordpress.org/support/plugin/wordpress-seo/reviews/?filter=1\">leaving poor reviews</a> for the plugin.  The 1-star reviews are still coming in, putting the number over 100 in the span of five days.</p>\n\n\n\n<p>&ldquo;That BlackFridayBanner was not the best idea,&rdquo; wrote Marieke van de Rakt, CEO of Yoast, <a href=\"https://twitter.com/MariekeRakt/status/1200077958700044290\">on Twitter</a>. &ldquo;We&rsquo;re truly sorry for the annoyance and difficulties it may have caused. We did not think this through properly. If you want, you can update to a new version of our plugin without that banner.&rdquo;</p>\n\n\n\n<p>The initial decision to place the ad was about growth for Yoast&rsquo;s premium products.  The company has not grown as fast as expected over the past year explained van de Rakt.  They had also seen other plugins use those types of ads, which was a part of the decision to run it.</p>\n\n\n\n<p>&ldquo;Let&rsquo;s be clear,&rdquo; said van de Rakt.  &ldquo;This was a mistake. We just didn&rsquo;t think this one through. It was incredibly stupid. So I can talk about why we made a decision, but I don&rsquo;t want that to be the explanation. The explanation is that we made a mistake.&rdquo;</p>\n\n\n\n<p>The ad was an animated banner, and some users complained that it was difficult to dismiss.  All notices in plugins available through the WordPress plugin directory must be dismissible.  &ldquo;That was a technical mistake,&rdquo; said van de Rakt of the issues with clicking the &ldquo;x&rdquo; icon for dismissal.</p>\n\n\n\n<p>While the team had seen other plugins run similar ads in the past, van de Rakt explained that they didn&rsquo;t take into account how large of a user base Yoast SEO has in comparison to those plugins.  &ldquo;For so many users, we were the first plugin that done this,&rdquo; she said.  &ldquo;They never saw this before in their backend. And they freak out. This was a complete error of judgment.&rdquo;</p>\n\n\n\n<p>Yoast plans to talk more with its plugin&rsquo;s users.  Currently, the team is looking into creating a user-testing panel to prevent similar situations in the future.</p>\n\n\n\n<p>&ldquo;In hindsight, and that&rsquo;s what I feel most bad about, the banner did not fit our values,&rdquo; said van de Rakt.  &ldquo;These kinds of banners are not &lsquo;Yoast.&rsquo; Perhaps, if we state more explicitly what we as Yoast find important and what fits Yoast and what doesn&rsquo;t, a mistake like this will be made less quickly.&rdquo;</p>\n\n\n\n<h2>Making Money with Freemium Products</h2>\n\n\n\n<p>Yoast is a large company within the WordPress space.  It employs 90 people in its primary office in Wijchen, the Netherlands.  It also has an additional 20 employees around the world.  Running a successful business means paying everyone, contributing back to WordPress with its five-for-the-future work, and running charitable programs such as the Yoast Diversity Fund.</p>\n\n\n\n<p>Currently, the Yoast SEO plugin has over 5 million active installs.  According to van de Rakt, only around 2% of the plugin&rsquo;s users also use the company&rsquo;s premium products.  Such a large plugin needs continuous funding to support and maintain.</p>\n\n\n\n<p>Advertising a product or service in an internet culture that is seemingly averse to ads is not always easy.  &ldquo;It&rsquo;s rather hard to find ways to reach our audience, and we also have some principles on how (not) to do that,&rdquo; said van de Rakt.  &ldquo;We like to advertise in a straight-forward way. Tell people what they&rsquo;re buying. Ads are very annoying, but at least they are clear in what they&rsquo;re doing.&rdquo;</p>\n\n\n\n<p>One issue that plugin companies run into is the lack of an official premium marketplace for WordPress.  Currently, companies have to resort to in-admin advertising or similar tactics to push users on an upsell.  Most of Yoast&rsquo;s premium products are sold through banners on the plugin&rsquo;s pages in the WordPress admin.  Such practices do not always go over well with users, particularly when they are using a free product.  One wrong step and it could spell disaster for future growth.  Yoast is large enough to bounce back, but smaller companies may struggle more.</p>\n\n\n\n<p>It is a tough balancing act between providing a valuable free product and making enough of a return to run a successful company.  The Yoast team does not want to lock their popular SEO plugin completely behind a paywall.  &ldquo;Our mission is SEO for everyone,&rdquo; said van de Rakt.  &ldquo;We believe that every idea should have a fair chance in the search results. That means that also without any funds, people should be able to have a good working SEO plugin. Our free plugin is really important to us.&rdquo;</p>\n\n\n\n<p>&ldquo;I had a really bad weekend,&rdquo; said van de Rakt.  &ldquo;I am a people pleaser and I was terribly sad by what happened. But, the discussion about how to handle this is a good one.&rdquo;</p>\n\n\n\n<p>Perhaps some good will come of this incident if there is an open dialogue.  &ldquo;These kinds of things sometimes lead to different &lsquo;rule-sets&rsquo; or policies within WordPress,&rdquo; said van de Rakt.  &ldquo;Might even mean that there will be different and better ways for premium plugins to market their products.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Dec 2019 20:53:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"BuddyPress: ​​Contributing to BuddyPress just got easier :)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=309282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2019/12/bp-beta-tester-1-0-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1940:\"<p>Yesterday morning we’ve deployed the first stable version of the BP Beta Tester plugin on the WordPress.org plugins directory.​​</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a></blockquote>\n</div>\n\n\n\n<p>This plugin’s goal is to make it easier to beta test our pre-releases. You just need to install and activate the plugin to be ready to try our beta and release candidate versions once we’ve announced them on this blog.​​<br />​<br />Beta testing BuddyPress is very important to make sure it behaves the right way for you and for the community. Although we, the BuddyPress Development Team, are regularly testing it, it’s very challenging to test every possible configuration of WordPress and BuddyPress. That’s why we absolutely need your help during these pre-release stages.​​</p>\n\n\n\n<p>Making this plugin available was one of the means we thought about during our post 5.0.0 release development meeting to have more BuddyPress contributors.​​<br />​<br />Beta testing is actually a good way to start contributing, to anticipate and fix potential issues before you have the bad surprise to meet them once you&#8217;re upgrading to a new stable version of the plugin.​​</p>\n\n\n\n<p><strong>NB:</strong> to beta test BuddyPress, we strongly advise you to have a local copy of your live site or a staging site : it’s always safer than doing it on a production site.​​</p>\n\n\n\n<p>During our next pre-release stages, when you will find something is going wrong during your beta tests, please think of warning us about it submitting a ticket on our <a href=\"https://buddypress.trac.wordpress.org/newticket\">Development Tracker</a> or posting a new topic in our <a href=\"https://buddypress.org/support/\">support forums</a>.​​</p>\n\n\n\n<p>Thanks in advance for your time and help &lt;3</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Dec 2019 12:27:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Gutenberg 7.0 Launches Stable Navigation Block, Post Blocks, and Template Parts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7072:\"<p>On November 27, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">Gutenberg 7.0 landed</a> with several features, enhancements, and bug fixes.  Most notably, the navigation block is now a stable feature.  Theme authors can also start using block template parts and testing the post title and content blocks.</p>\n\n\n\n<p>The update addressed several bugs with the block editor.  It also introduced new developer features such as the <a href=\"https://github.com/WordPress/gutenberg/pull/17963\">card component</a> and the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/17376\">internationalize strings with safe HTML</a>.</p>\n\n\n\n<p>Gradient classes are now <a href=\"https://github.com/WordPress/gutenberg/pull/18590\">used for the cover block</a>.  Classes are a nicer solution than the inline styles used in earlier iterations.  Note that gradients are still an experimental feature.</p>\n\n\n\n<p>For developers, there is a new <a href=\"https://github.com/WordPress/gutenberg/tree/master/docs/designers-developers/developers/backward-compatibility\">backward-compatibility document</a> that outlines how the project preserves compatibility in its public APIs. This should be useful for all developers working on the project in the future.</p>\n\n\n\n<h2>Navigation Block Now Stable</h2>\n\n\n\n<img />Creating a nav menu with the navigation block.\n\n\n\n<p>The navigation block is now a stable feature and no longer considered experimental.  The interface is much improved over earlier implementations.  For quickly building a menu of links, it does the job.  Users can manually type a link or search for an existing link for the site.</p>\n\n\n\n<p>A user interface for nav menus in the block editor is no easy beast to tame.  The Gutenberg team managed to fit in the most common features without making it feel confusing.  For users, theme integration may be limited until their themes are updated with full support.  The default Gutenberg design may not be ideal or work at all in the context of the active theme.</p>\n\n\n\n<p>The navigation block also comes with both light and dark block styles.  Theme authors can design these how they prefer, add additional styles, or remove the styles altogether.  More than likely, theme authors will begin adding several variations to their themes as a selling point in the long run.</p>\n\n\n\n<p>The Gutenberg team dropped the background color option from the navigation block. Instead, users are encouraged to place it within a group block and add a background to the group. It is possible to change the link text color directly within the navigation block.</p>\n\n\n\n<p>Currently, there is no parity between normal nav menu HTML classes and navigation block classes.  This could result in bulkier theme CSS, at least in the transition between how themes currently work and  the full site-editing era.  Inconsistent classes is an issue that should be handled with a <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">design framework</a>.</p>\n\n\n\n<h2>Post Title and Content Blocks Added</h2>\n\n\n\n<img />Customized post title block output.\n\n\n\n<p>As part of the experimental site-editing feature, Gutenberg has introduced the <a href=\"https://github.com/WordPress/gutenberg/pull/18461\">post title and post content blocks</a>.  These blocks act as placeholders and will output either the title or content.  Both blocks are foundational elements for true full-site editing.  Eventually, users will no longer be as limited to how their posts are output on the screen.</p>\n\n\n\n<p>Currently, the post title block simply outputs the post title inside of <code>&lt;h1&gt;</code> tags. There are no classes for customizing the design. The other missing element at this point is the post byline or meta area that often accompanies the title.  In the long run, Gutenberg needs to have a method of handling post header and footer areas.</p>\n\n\n\n<p>The custom post header feature has plagued theme authors for years, long before Gutenberg was around.  There are dozens or more implementations in the wild.  Some of them work with the block editor.  Others use custom post meta or the featured image.  However, users are often left with sub-par implementations that don&rsquo;t always work in the context of a specific post.</p>\n\n\n\n<p>One of the features I have wanted to implement within Gutenberg is the &ldquo;hero&rdquo; image with text set over the top.  By using the built-in cover block and the post title block, I was able to accomplish this.  However, it was still missing the post byline.  Therefore, I put together a quick filter to output the post byline when the post title block is in use.</p>\n\n\n\n<p><em>Any theme author who wants to test it out can modify the following code. I would not recommend this in production since this is an experimental feature, but it is good to start thinking ahead about possibilities.</em></p>\n\n\n<pre class=\"brush: php; auto-links: false; gutter: false; title: ; wrap-lines: false; notranslate\">\nadd_filter( \'pre_render_block\', function( $block_content, $block ) {\n\n    if ( \'core/post-title\' === $block[\'blockName\'] ) {\n\n        $post = gutenberg_get_post_from_context();\n\n        if ( ! $post ) {\n            return $block_content;\n        }\n\n        if ( \'post\' === $post-&gt;post_type ) {\n\n            $block_content = \'&lt;h1 class=\"entry__title\"&gt;\' . get_the_title( $post ) . \'&lt;/h1&gt;\';\n\n            $block_content .= sprintf(\n                \'&lt;div class=\"entry__byline\"&gt;%s &amp;middot; %s &amp;middot; %s&lt;/div&gt;\',\n                get_the_author(),\n                get_the_date(),\n                get_the_term_list( $post-&gt;ID, \'category\' )\n            );\n        }\n      }\n\n    return $block_content;\n\n}, 10, 2 );\n</pre>\n\n\n<h2>Block Template Parts for Themes</h2>\n\n\n\n<p>Gutenberg 6.9 <a href=\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-features\">introduced block templates</a> that resolve from a theme&rsquo;s <code>/block-templates</code> folder as part of the site-building experiment.  Version 7.0 takes that a step farther and introduces a <a href=\"https://github.com/WordPress/gutenberg/pull/18339\">block template parts system</a>, which resolves from a theme&rsquo;s <code>/block-template-parts</code> directory.</p>\n\n\n\n<p>This new system allows top-level templates to house smaller, reusable template parts.  This is a rather standard method of template-part handling that has become a part of the normal theme-building experience.</p>\n\n\n\n<p>It will be interesting to see how this works in the long run.  WordPress&rsquo; current template part system for theme authors (i.e., <code>get_template_part()</code>) is a bare-bones implementation with little flexibility for handling features like hierarchy and passing data.  Thus far, the new feature seems to be a melding of blocks and old templating ideas, but it is too early in the process to see where it goes or whether theme authors will have to make customizations to bend the system to their will.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Dec 2019 19:22:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WordPress.org blog: The Month in WordPress: November 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/12/the-month-in-wordpress-november-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8071:\"<p>November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The release of WordPress 5.3 “Kirk”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 was released</a> on November 12, and is <a href=\"https://wordpress.org/download/\">available for download</a> or update in your dashboard! Named “Kirk,” after jazz multi-instrumentalist Rahsaan Roland Kirk, 5.3 enhances the block editor with <a href=\"https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/\">new APIs</a> and <a href=\"https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/\">theme-related features</a>, adds more intuitive interactions, and improves accessibility in a number of areas — including <a href=\"https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-in-wordpress-5-3/\">CSS in the dashboard</a>, the <a href=\"https://make.wordpress.org/core/2019/10/14/improvements-in-media-component-accessibility-in-wordpress-5-3/\">media manager</a>, <a href=\"https://make.wordpress.org/core/2019/09/23/core-widgets-new-aria-current-attribute-in-wordpress-5-3/\">core widgets</a>, and <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&milestone=5.3&group=component&max=500&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=id\">dozens of other areas</a>.</p>\n\n\n\n<p>You can read the full details of all the included enhancements in the <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">5.3 Field Guide</a>.</p>\n\n\n\n<p>Along with 5.3 came <a href=\"https://wordpress.org/themes/twentytwenty/\">the new Twenty Twenty theme</a>, which gives users more design flexibility and integrates with the block editor. For more information about the improvements to the block editor, expanded design flexibility, the Twenty Twenty theme, and to see the huge list of amazing contributors who made this release possible, read <a href=\"https://wordpress.org/news/2019/11/kirk/\">the full announcement</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also <a href=\"https://make.wordpress.org/core/2019/11/15/5-3-retrospective-call-for-feedback/\">provide feedback</a> on the 5.3 release process.</p>\n\n\n\n<h2>At Last! bbPress 2.6!</h2>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 was released</a> on November 12 after a little over six years in development. This new release includes per-forum moderation, new platforms to import from, and an extensible engagements API. You can read more about all of this in <a href=\"https://codex.bbpress.org/\">the bbPress codex</a>.</p>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\">Version 2.6.1</a> and <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\">2.6.2</a> quickly followed, both of which fixed a number of bugs that required immediate attention.</p>\n\n\n\n<p>Want to get involved in building bbPress? Follow <a href=\"https://bbpress.org/blog/\">the bbPress blog</a> and join the #bbpress channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>State of the Word</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/\">WordCamp US 2019</a> was held in St. Louis, MO this year on November 1-3. At the event, <a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a> gave his annual State of the Word address, during which he shared what had been accomplished in the past year, announced what is coming next, and shared several ways to get involved.</p>\n\n\n\n<p>You can watch <a href=\"https://www.youtube.com/watch?v=LezbkeV059Q&t=21s\">the State of the Word</a> as well as <a href=\"https://www.youtube.com/watch?v=fFsVbAo8HwI\">the Q&amp;A session at the end</a>, and <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">read Matt’s recap</a> of the address. If you didn’t make it to St. Louis, you can still <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETHl165LvLVXfB3yBZEzV-q\">watch all the sessions</a> at your leisure.</p>\n\n\n\n<h2>Five for the Future</h2>\n\n\n\n<p>During the State of the Word, Matt announced that there is now <a href=\"https://wordpress.org/five-for-the-future/\">a dedicated landing page for Five for the Future</a>, which features the people and organizations that commit at least it 5% of their resources to the WordPress open source project. There are many ways to contribute to WordPress, such as core development, marketing, translation, training, and community organizing, among many other important paths to contribution.</p>\n\n\n\n<p>Five for the Future welcomes individuals and organizations, and highlights all the incredible ways we build WordPress together. For more information, visit <a href=\"https://wordpress.org/five-for-the-future/\">the Five for the Future page</a>.<br /></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>After releasing WordPress 5.3, the Core team announced <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release schedule</a> for 2020 and 2021.</li><li>The Core team has announced <a href=\"https://make.wordpress.org/core/2019/11/28/new-css-focus-in-core/\">a new CSS focus</a> to complement the existing ones for PHP and JavaScript — this focus comes with dedicated tags, targeted work, and a new #core-css Slack channel.</li><li>Version 2.2 of the WordPress Coding Standards <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0\">has been released</a> — this new release is ready for WordPress 5.3, includes five brand new sniffs, and plenty of new command-line documentation.</li><li>The latest update to the Theme Review Coding Standards, <a href=\"https://github.com/WPTRT/WPThemeReview/releases/tag/0.2.1\">v0.2.1</a>, is compatible with v2.2 of the WordPress Coding Standards, and helps authors to build more standards-compatible themes.</li><li><a href=\"https://2019.us.wordcamp.org/2019/11/11/wordcamp-us-2020/\">The WordCamp US team has announced</a> the dates for next year’s event in St. Louis, MO — WordCamp US 2020 will be held on October 27-29. This will be the first time that the event will be held during the week and not on a weekend. The team has also announced a Call for Organizers. If you are interested in joining the team, <a href=\"https://2020.us.wordcamp.org/2019/11/21/join-the-wcus-2020-organizing-team/\">learn more</a>.&nbsp;</li><li>The WP Notify project, which is building a unified notification system for WordPress Core, <a href=\"https://make.wordpress.org/core/2019/11/29/wp-notify-hiatus-till-january-2020/\">is on hiatus</a> until January 2020.</li><li>A working group on the Community Team <a href=\"https://make.wordpress.org/community/2019/11/25/handbook-update-how-to-improve-the-diversity-of-your-wordpress-events/\">has updated their Handbook</a> to help organizers create more diverse events.</li><li>The WP-CLI team <a href=\"https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/\">released v2.4.0</a> of the WordPress command-line tool. This release includes support for WordPress 5.3 and PHP 7.4.</li><li>Gutenberg development continues rapidly with <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">the latest 7.0 release</a> including an early version of the navigation menus block, among other enhancements and fixes.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Dec 2019 08:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Powering Your House\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2019/11/powering-your-house/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>I enjoyed this fun video from xkcd&#8217;s Randall Munroe on different ways you could power your home, illustrated. <a href=\"https://xkcd.com/how-to/\">Check out his book How To for more in the same vein</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Nov 2019 22:33:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WP&amp;UP to Hold #DoSummitGood Online Event for Giving Tuesday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wpup-to-hold-dosummitgood-online-event-for-giving-tuesday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4922:\"<img />\n\n\n\n<p>On Giving Tuesday, December 3, WP&amp;UP is holding an online event called <a href=\"https://wpandup.org/go/dosummitgood\">#DoSummitGood</a> that features speakers from various &ldquo;for good&rdquo; WordPress organizations.  The event will have nine sessions from 13 speakers.  It begins at <a href=\"http://www.timebie.com/std/utc.php?q=13\">13:00 UTC</a>.</p>\n\n\n\n<p>Giving Tuesday is a global movement meant to inspire generosity.  The celebration has run each year since 2012 on the Tuesday following the U.S. Thanksgiving holiday.  The idea is to inspire people to do good, not for just one day of the year, but each day of their lives.</p>\n\n\n\n<p>A WordPress-focused event on Giving Tuesday sounds like a perfect match.  Given the nature of open source and the charitable work of many of the people and companies in the space, it makes sense to hold a specific event for the holiday.   &ldquo;This is the first #DoSummitGood and there has already been a discussion about making this an annual event for Giving Tuesday,&rdquo; said Dan Maby, CEO and a Trustee of WP&amp;UP.</p>\n\n\n\n<p>WP&amp;UP is a registered charity organization with a mission to support and promote positive mental health within the WordPress community.  Its <a href=\"https://wpandup.org/health-hubs/\">Health Hubs</a> cover topics like business, skills, physical, and mental health.  The organization also provides support and counseling services.</p>\n\n\n\n<p>The idea for the #DoSummitGood event was born from a WP&amp;UP <a href=\"https://wpandup.org/2019/10/join-our-open-discussion-town-hall-ama-on-wednesday-9th-october/\">Town Hall</a> in October.  &ldquo;Our focus is on collaboration and our Town Halls are an opportunity for members of the public to get involved and help brainstorm ideas for the community, as well as get to know more about what WP&amp;UP does,&rdquo; said Maby.</p>\n\n\n\n<p>The primary event will run via <a href=\"https://www.crowdcast.io/e/dosummitgood/register\">Crowdcast</a>.  By registering for the event, attendees will gain access to the Hallway Track to meet with other attendees online.  They will also have the ability to ask questions directly to the speakers.  Registration is free but will close once it reaches a specific number of signups.  &ldquo;WP&amp;UP is paying for the technical solution to deliver the event,&rdquo; said Maby.  &ldquo;As a registered charity we have to be responsible for expenditure, and so limiting the number of seats for this first event is one way we can do that.&rdquo;</p>\n\n\n\n<p>For those who do not register and attend via Crowdcast, they can still watch and participate in the event through various social platforms:</p>\n\n\n\n<ul><li><a href=\"https://twitter.com/WPandUP\">Twitter</a></li><li><a href=\"https://www.facebook.com/WPandUP/\">Facebook</a></li><li><a href=\"https://www.youtube.com/wpandup\">YouTube</a></li><li><a href=\"https://www.twitch.tv/wpandup\">Twitch</a></li></ul>\n\n\n\n<p>Each of the sessions will feature various international speakers who will give a talk on their area of expertise.  The sessions will follow a specific format and run for one hour.  For the first 10 minutes of each session, the individual speaker or group will talk about the &ldquo;for good&rdquo; entity they represent.  They will follow up with a 35-minute talk on their subject.  Afterward, the speaker and attendees will participate in an open Q&amp;A session.</p>\n\n\n\n<p>The #DoSummitGood event is designed to give back.  &ldquo;Throughout the event, a donation form will be shared,&rdquo; said Maby.  &ldquo;All money raised through this form will be distributed between the various non-profits that feature in the event.&rdquo;</p>\n\n\n\n<p>Cory Miller, a Trustee at WP&amp;UP, will kick off the event with a session titled &ldquo;The Iceberg of Life: How I Manage the Ups and Downs.&rdquo;  Miller has been open about mental health within the WordPress community and his struggles for several years.  He has previously written on the topic of <a href=\"https://corymiller.com/the-iceberg-of-life/\">The Iceberg of Life</a>, which is worth reading if you are looking to get an early look into what his session may be about.</p>\n\n\n\n<p>Marieke van de Rakt will follow up with a talk about improving a site&rsquo;s SEO.  She is representing Yoast and its <a href=\"https://wptavern.com/yoast-launches-fund-to-increase-speaker-diversity-at-tech-conferences\">diversity fund program</a>, which helps to remove the financial burdens that cause minorities or underrepresented groups to speak at conferences.</p>\n\n\n\n<p>The nine sessions have a diverse group of speakers from various organizations that are currently providing support for charities, minorities, and other groups that need help.  The topics include turning passion into a profession,  bringing more diversity to speaking roles at conferences, and more.  Two of the sessions will be round-table events with multiple speakers.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Nov 2019 19:26:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Matt: Distributed Podcast: Clark Valberg, Lydia X. Z. Brown, Stephen Wolfram, and the Grand Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2019/11/distributed-podcast-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9149:\"<p>If y&#8217;all haven&#8217;t caught up recently with my podcast <a href=\"https://distributed.blog/\">Distributed</a>, this is a perfect moment to do so—the past several weeks have been full of insights from folks like InVision CEO Clark Valberg, attorney and advocate Lydia X. Z. Brown, Stephen Wolfram, and some of my own Automattic colleagues in-person at our Grand Meetup. </p>\n\n\n\n<p>You can subscribe at <a href=\"https://podcasts.apple.com/us/podcast/distributed-with-matt-mullenweg/id1463243282\">Apple Podcasts</a>, <a href=\"https://podcasts.google.com/?feed=aHR0cHM6Ly9kaXN0cmlidXRlZC5ibG9nL2NhdGVnb3J5L3BvZGNhc3QvZmVlZC8%3D\">Google</a>, <a href=\"https://overcast.fm/itunes1463243282/distributed-with-matt-mullenweg\">Overcast</a>, <a href=\"https://open.spotify.com/show/59bljZU7v9cJTXKvlfnFN8?si=Iv4hgJMFRCCx4SpmXlLArg\">Spotify</a>, or wherever you like to listen.&nbsp;</p>\n\n\n\n<span id=\"more-50496\"></span>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/11/26/the-importance-of-irl-in-a-world-of-screens/\">The Importance of IRL in a World of Screens (Automattic Grand Meetup)</a></h2>\n\n\n\n<p>&#8220;When you work in a distributed company, every time that you interact with your colleagues via text… you are taking out of your social bank account with them. So when you get people together, that’s when you have the opportunity to see each other face-to-face, and remind everybody that you’re all human beings. And fill that social capital back up because it’s so hard to communicate via text.&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/11/14/clark-valberg-invision/\">Building the Tools That Bring the Screen to Life (Clark Valberg, InVision)&nbsp;</a></h2>\n\n\n\n<p>&#8220;We needed it as a talent hack, as a talent arbitrage. Hire the best people wherever they happen to be, figure everything out later, hire them quickly, get them in the ship as early as possible and start seeing results. How can I just hire the best people no matter where they are?&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/10/31/making-work-accessible-wherever-it-happens/\">Making Work Accessible, Wherever It Happens (Lydia X. Z. Brown)</a></h2>\n\n\n\n<p>&#8220;I have believed from a very young age that every single one of us has a moral obligation to use whatever resources we have — time, money, knowledge, skills, emotional energy, access to physical resources — however that might be defined — that we each have a moral obligation to use those resources in service of justice, and fighting against injustice and oppression and violence in all of its forms, structural and individual, subtle and overt.&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/10/17/inside-toptals-distributed-screening-process/\">Inside Toptal&#8217;s Distributed Screening Process (Taso Du Val)&nbsp;</a></h2>\n\n\n\n<p>&#8220;I was going into an office but not seeing anyone or interacting with anyone except myself. So it almost was this zombie-like walk to the office every morning where I’m going to the office because I go to work, but I don’t see anyone who I work with. [laughs] And so I actually started waking up and just working on my computer at home. And then I said to myself, &#8216;Well, why am I even working from home?\'&#8221;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/10/03/turning-ideas-into-real-things/\">The Machine That Turns Ideas Into Real Things (Stephen Wolfram)&nbsp;</a></h2>\n\n\n\n<p>“You can do things that are very commercial, but a little bit intellectually boring. And it tends to be the case that you’re doing a lot of rinse-and-repeat stuff if you want to grow purely commercially, so to speak. Or, you can do things that are wonderful intellectually, but the world doesn’t happen to value them and you can’t make commercial sense that way. And I’ve tried to navigate something in between those two where it’s where I’m really intellectually interested and where it’s commercially successful enough to sustain the process for a long time.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/09/19/welcome-to-the-chaos/\">Welcome to the Chaos (Sonal Gupta, Automattic)</a></h2>\n\n\n\n<p>“I like to trust people and give them autonomy. But I keep in touch with them very regularly and I think it becomes clear pretty quickly if somebody is not doing work. We look at performance, and we look at communication at a distributed company. Communication is oxygen.”&nbsp;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/09/05/managing-distributed-teams/\">Observe, Don’t Surveil: Managing Distributed Teams with Respect (Scott Berkun)</a></h2>\n\n\n\n<p>“To work at a remote company demanded great communication skills, and everyone had them. It was one of the great initial delights. Every corporation has the same platitudes for the importance of clear communication, yet utterly fails to practice it. There was little jargon at Automattic. No ‘deprioritized action items’ or ‘catalyzing of crossfunctional objectives.’ People wrote plainly, without pretense and with great charm.”&nbsp;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/08/22/build-distributed-engineering-teams/\">How to Build and Strengthen Distributed Engineering Teams (Cate Huston, Automattic)</a></h2>\n\n\n\n<p>“A senior engineer makes the whole team better, but we don’t want to be prescriptive about how people made the team better. That was up to them. There were options, but that was the expectation for everyone on the team. You come in, you’re an experienced engineer, we expect you to be making the whole team better in some way, and what that looks like is up to you.”&nbsp;</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/08/08/stay-connected-in-a-distributed-world/\">How to Stay Connected in a Distributed World (Leo Widrich)</a>&nbsp;</h2>\n\n\n\n<p>“I started to feel like I was hitting a wall. This thing that I always dreamt of, to have a profitable company, to be financially secure, to have a team… I felt that having that success, having some of that financial security — it left me unfulfilled in a lot of other areas. — in the sense of deep lasting connection and also a lack of emotional resilience to deal with the ups and downs that startup life comes with.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/25/helping-creativity-happen-from-a-distance/\">Helping Creativity Happen from a Distance (John Maeda)&nbsp;</a></h2>\n\n\n\n<p>“My point is blogging is good for you. It’s mental health, it’s expression, it’s sharing your process with the world. And when you relate to the world, your standard of quality floats to that value of the world. It’s a market economy of ideas and by putting ourselves out there, you become relevant.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/11/engineering-with-empathy/\">Engineering with Empathy (Han Yuan, Upwork)&nbsp;</a></h2>\n\n\n\n<p>“We really want to encourage empathy in general. And so a key part of empathy is being able to try to see the other person’s point of view. And in an organization as distributed as ours where people come from all around the world, we view it as an essential ingredient to developing deep and meaningful collaboration.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/11/how-to-do-hr-in-a-blended-company/\">How to Do HR in a Blended Company (Zoe Harte, Upwork)&nbsp;</a></h2>\n\n\n\n<p>“That means saying, ‘Okay, our entire organization will connect this many times a year in this many ways. There will be an all-department meeting once a month, once a quarter — whatever is appropriate — and that we will cover these three priorities and in broad progress and how it’s impacting the business overall.’ And then the expectation would be that the smaller subsets of teams are meeting in this way.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/07/02/on-building-automattic/\">On Building Automattic (Me)</a></h2>\n\n\n\n<p>“Our distributed roots did not come from some grand vision, but instead emerged from cold realities. Colocation (being in the same place, at the same time) is expensive!”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/06/13/is-remote-work-bs/\">Is Remote Work Bulls&#8212;t? (Arianna Simpson)</a></h2>\n\n\n\n<p>“I think having people come and interrupt you every 25 seconds, as is often the case in open floor plans, is definitely not the most productive situation. So the model I’ve seen work well, or the model I lean towards, is having an office where people are working from, but having private offices or spaces where people can plug in their headphones and just do work alone while still being in the same place as, hopefully, all of their colleagues.”</p>\n\n\n\n<h2><a href=\"https://distributed.blog/2019/05/30/could-vr-replace-the-office/\">For Years, VR Promised to Replace the Office. Could It Really Happen Now? (John Vechey, Pluto VR)</a></h2>\n\n\n\n<p>“The technology forces you to be present — in a way flatscreens do not — so that you gain authentic experiences, as authentic as in real life. People remember VR experiences not as a memory of something they saw but as something that happened to them.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Nov 2019 03:53:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WordPress Black Friday Sales Roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/wordpress-black-friday-sales-roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11633:\"<div class=\"wp-block-cover alignfull has-background-dim-80 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<h1 class=\"text-white\">WordPress Black Friday Sales Roundup</h1>\n\n\n\n<p class=\"has-medium-font-size font-secondary text-base\"><a href=\"https://wptavern.com/author/justintadlock\">Justin Tadlock</a>&nbsp;<span class=\"sep mx-2\">&middot;</span>&nbsp;November 26, 2019&nbsp;<span class=\"sep mx-2\">&middot;</span>&nbsp;<a href=\"https://wptavern.com/category/news\">News</a></p>\n</div></div>\n\n\n\n<p>&lsquo;Tis the largest shopping season of the year.  While you are gearing up for a big weekend of finding that perfect gift for your family and friends, you might take a moment to consider giving your website a little something for the holiday.</p>\n\n\n\n<p>The following is our roundup of WordPress hosting, services, and plugins that are on sale this week and next.</p>\n\n\n\n<h2>Hosting and Domain Deals</h2>\n\n\n\n<p>If you are in the market for a new host or have been sitting on a new domain name to purchase, now might be the time to start looking around to see if you can snag a good price.</p>\n\n\n\n<h3>BlueHost</h3>\n\n\n\n<p>BlueHost is running a weeklong event, which began on November 25.  The web host is offering 60% off WordPress, 50% off VPS, and 40% off WordPress Pro hosting. The offer includes a free domain for the first year.</p>\n\n\n\n<p><a href=\"https://www.bluehost.com/\">Visit BlueHost&rsquo;s site &rarr;</a></p>\n\n\n\n<h3>DreamHost</h3>\n\n\n\n<p>DreamHost is cutting their prices on new domain registrations from November 25 through December 3, which ranges from a low $0.79 for <code>.xyz</code> to $6.99 for <code>.com</code> registrations. Beginning on Friday, November 29, they are offering deals on their Shared Unlimited hosting for 1-year ($5.95/month) and 3-year ($4.95/month) paid plans.</p>\n\n\n\n<p><a href=\"http://dreamhost.com/\">Visit DreamHost&rsquo;s site &rarr;</a></p>\n\n\n\n<h2>WordPress Services</h2>\n\n\n\n<p>A couple of WordPress companies are offering markdowns on their services rather than products this shopping season.</p>\n\n\n\n<h3>WPScan</h3>\n\n\n\n<p>WPScan, an online WordPress vulnerability scanner, is giving a 20% discount for the first three months on any of their paid plans.  Use the coupon code <code>BLACKFRIDAY20</code> at checkout.</p>\n\n\n\n<p><a href=\"http://wpscan.io\">Visit WPScan&rsquo;s site &rarr;</a></p>\n\n\n\n<h3>WPDandy</h3>\n\n\n\n<p>WPDandy offers WordPress maintenance, management, and support, which includes backup and security services.  The team is currently running 50% off each plan available.  The Black Friday deal is currently open, but there is no mention of when it ends.</p>\n\n\n\n<p><a href=\"https://wpdandy.com/black-friday-2019\">See WPDandy&rsquo;s sale &rarr;</a></p>\n\n\n\n<h2>Plugins</h2>\n\n\n\n<p>If you have had your eye on a particular plugin but have yet to pull the trigger, now may be a good chance to grab it.  The following is a roundup of several plugins and plugin bundles.  Some are currently on sale.  Others will begin on Black Friday.  Most sales will last several days.</p>\n\n\n\n<h3>Saturday Drive</h3>\n\n\n\n<p>Saturday Drive, the company behind <a href=\"https://ninjaforms.com/\">Ninja Forms</a> and <a href=\"https://calderaforms.com/\">Caldera Forms</a>, has the most interesting Black Friday deal.  Users have a chance of getting between 40% and 100% off either plugin by using the spinner at checkout.  The company is also donating 10% of all sales to Operation Smile.  The promotion runs between November 29 and December 3.</p>\n\n\n\n<p>Read more about Saturday Drive&rsquo;s <a href=\"https://saturdaydrive.com/save-it-forward/\">Save it Forward event &rarr;</a></p>\n\n\n\n<h3>iThemes</h3>\n\n\n\n<p>iThemes has a large selection of products, including its popular BackupBuddy and iThemes Security Pro plugins.  The site is cutting prices 50% off any new plugin, combo pack, hosting, theme, Stash, or annual Sync plan from November 23 &ndash; December 2.</p>\n\n\n\n<p><a href=\"https://ithemes.com/coupon/black-friday-cyber-monday-sale/\">See iTheme&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>GiveWP</h3>\n\n\n\n<p>GiveWP is a donations plugin that allows visitors to contribute to your cause directly from your website. They are running a 50%-off special for the next week.  However, the sale is limited to the first 500 customers.  This would be a good time to snag the plugin if you plan on collecting donations for Giving Tuesday next week.</p>\n\n\n\n<p><a href=\"https://givewp.com/lps/black-friday/\">See GiveWP&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Pootlepress</h3>\n\n\n\n<p>Pootlepress, a WordPress plugin and theme shop, is slashing 40% off their WooBuilder Blocks and Storefront Blocks plugins, which integrate WooCommerce and Gutenberg.  The sale begins on November 29 and ends on December 4.</p>\n\n\n\n<p><a href=\"https://www.pootlepress.com/\">Visit Pootlepress&rsquo; site &rarr;</a></p>\n\n\n\n<h3>Starfish Reviews</h3>\n\n\n\n<p>Starfish Reviews, a plugin designed to help businesses get more reviews on Google, Facebook, and other platforms, is currently on sale for 83% off. The lifetime deal ends on November 30.</p>\n\n\n\n<p><a href=\"https://starfish.reviews/2019-bfcm-ltd/\">See Starfish Review&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>ProjectHuddle</h3>\n\n\n\n<p>ProjectHuddle is a WordPress feedback plugin for use by agencies and freelancers to communicate with their clients. It allows clients to provide comments on mockups and more.  Each pricing plan has been cut by 40%.  The sale began on November 25 and runs through December 2.</p>\n\n\n\n<p><a href=\"https://projecthuddle.com/friday\">See ProjectHuddle&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Paid Memberships Pro</h3>\n\n\n\n<p>Paid Memberships Pro is a WordPress community and memberships plugin that works with several payment gateways and integrates with community plugins such as bbPress and BuddyPress.  The website is cutting $100 from its Plus plan and $200 from its Unlimited plan, both of which locks in a lifetime renewal rate.  The offer runs from November 29 through December 2.  Use the <code>blackfriday</code> discount code at checkout.</p>\n\n\n\n<p><a href=\"https://www.paidmembershipspro.com/press/resources/\">See Paid Memberships Pro&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Dev4Press</h3>\n\n\n\n<p>Dev4Press is a plugin shop that has a range of plugins, including bbPress tools, security, ratings, and more.  Customers can grab 25% off using the <code>BLACKCYBER</code> coupon code at checkout.  The discount can be applied to all plugins, add-ons, and club memberships.  The sale runs from November 27 through December 3.  </p>\n\n\n\n<p><a href=\"https://www.dev4press.com/promotion/2019/black-friday-cyber-monday-2019/\">See Dev4Press&rsquo; sale &rarr;</a></p>\n\n\n\n<h3>SiteOrigin</h3>\n\n\n\n<p>SiteOrigin is slashing 50% off their premium product bundle on Black Friday, November 29, which includes over 20 add-ons for their theme and plugin products.  Use the <code>NOVEMBER30</code> coupon code at checkout for the discount.  On Giving Tuesday, November 3, the team will provide email support to all users, which is typically only available on paid plans.</p>\n\n\n\n<p><a href=\"https://siteorigin.com/downloads/premium/\">Visit SiteOrigin&rsquo;s Premium page &rarr;</a></p>\n\n\n\n<h3>Stackable</h3>\n\n\n\n<p>Stackable, a premium blocks collection plugin, kicked off its version 2 launch on November 25.  The site is currently holding a flash sale that ends on November 27.  Use the discount code <code>LTD30</code> to grab 30% off.  After the flash sale, they will continue with a 20% discount for all annual plans when using the <code>LAUNCH20</code> discount code. This deal ends on December 9.  The website is also offering limited-time lifetime purchases during the event.</p>\n\n\n\n<p><a href=\"https://wpstackable.com/\">Visit Stackable&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Hookturn</h3>\n\n\n\n<p>Hookturn, a company that specializes in add-on plugins for Advanced Custom Fields, is currently offering 40% off their ACF Theme Code Pro, ACF Custom Database Tables, and Advanced Forms Pro plugins.  The sale runs until December 3.</p>\n\n\n\n<p><a href=\"https://hookturn.io\">Visit Hookturn&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>SearchWP</h3>\n\n\n\n<p>SearchWP is an advanced search form plugin that offers a more robust search of content for WordPress.  The company&rsquo;s sale this year begins on Friday, November 29, and lasts until Tuesday, December 3.  The site is offering a 30%-50% discount on new plugin licenses and 40% off upgrades for existing customers at checkout.</p>\n\n\n\n<p><a href=\"https://searchwp.com/\">Visit SearchWP&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>OrganizeWP</h3>\n\n\n\n<p>OrganizeWP, a drag-and-drop plugin that allows users to manage their WordPress admin, will be on sale for 50% off support and update licenses.  The runs November 29 through December 3.  Discounts are automatically applied at checkout.</p>\n\n\n\n<p><a href=\"https://organizewp.com/\">Visit OrganizeWP&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Gravity PDF</h3>\n\n\n\n<p>Gravity PDF, a plugin for automatically creating PDF documents for Gravity Forms, is currently holding a sale for 40% off their access passes.  The sale will end on Monday, December 2.</p>\n\n\n\n<p><a href=\"https://gravitypdf.com/l/2019-black-friday-and-cyber-monday-sale/\">See Gravity PDF&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>Meta Box</h3>\n\n\n\n<p>Meta Box, a custom fields plugin for developers, is offering 60% off their lifetime bundle, which brings the price from $499 down to $199.  The sales event lasts from November 26 through December 6.</p>\n\n\n\n<p><a href=\"https://metabox.io/black-friday/\">See Meta Box&rsquo;s sale &rarr;</a></p>\n\n\n\n<h3>WisdmLabs</h3>\n\n\n\n<p>WisdmLabs, a shop with various WooCommerce and LearnDash add-ons, will begin offering 30% discount on all products and bundles available through their site on November 28 and last through December 2.  Use the <code>BFCM30</code> coupon code at checkout.</p>\n\n\n\n<p><a href=\"https://wisdmlabs.com/premium-wordpress-plugins/\">See WisdmLabs&rsquo; sale &rarr;</a></p>\n\n\n\n<h3>MailOptin</h3>\n\n\n\n<p>MailOptin is an email opt-in form plugin that allows website visitors to sign up for an email subscription.  The site is offering a 25% discount for customers who use the <code>BCFM2019</code> coupon code from November 29 through December 3.</p>\n\n\n\n<p><a href=\"https://mailoptin.io\">Visit MailOptin&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Social Rocket</h3>\n\n\n\n<p>Social Rocket, a social sharing plugin for WordPress that works with all the major social networks, is currently on sale for 33% off using the <code>BFCM2019</code> coupon code.  The discount is available through December 2.</p>\n\n\n\n<p><a href=\"https://wpsocialrocket.com/\">Visit Social Rocket&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Charitable</h3>\n\n\n\n<p>Charitable is a fundraising plugin for WordPress that allows visitors to donate directly on users&rsquo; sites.  The website is offering 30% off its pro and agency payment options from November 29 through December 3.  Use the <code>PRO30BF19</code> code at checkout for the discount.</p>\n\n\n\n<p><a href=\"https://www.wpcharitable.com/\">Visit Charitable&rsquo;s website &rarr;</a></p>\n\n\n\n<h3>Sandhills Development</h3>\n\n\n\n<p>Sandhills Development is offering 25% off with the <code>BFCM2019</code> coupon code on all its products, which includes Easy Digital Downloads, AffiliateWP, Restrict Content Pro, Sugar Calendar, and WP Simple Pay.  The sale runs from November 29 through December 6.  They are also offering lifetime bundle deals and over $3,000 in prizes.</p>\n\n\n\n<p><a href=\"https://sandhillsdev.com/2019/11/sandhills-sale-event-2019/\">See Sandhills Development&rsquo;s sale &rarr;</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Nov 2019 21:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WP Tavern’s New Design: No More Wood Grain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/wp-taverns-new-design-no-more-wood-grain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4871:\"<img />Screenshot of the new homepage design.\n\n\n\n<p>If you are viewing WP Tavern from your browser today, you might be a bit shocked.  Things are different &mdash; much different.  If you are reading this post via email or a feed reader, hop on over to the live site to take a look.</p>\n\n\n\n<p>Welcome to the new design!</p>\n\n\n\n<p>When I accepted the job to write for WP Tavern, some of you asked if I would be handling anything with the design and development aspects of the site.  Today, you have your answer.  I was tasked with overhauling our dated design and getting something fresh up.</p>\n\n\n\n<p>From the moment I logged in and started peeking behind the curtain, the task seemed almost insurmountable.  WP Tavern has had nearly 5,000 posts over 12 years.  It has content mixed and matched with plugins that have not been used in years.  Being perfectly honest, I was unsure what some plugins did for a long while.  However, I have gotten to know the site and its inner-workings over the past couple of months, and the new design has taken shape around some of that.</p>\n\n\n\n<p>Rather than taking the time to do a complete overhaul of everything, which is sorely needed, our team decided the best course of action was to get a new theme up and iterate.</p>\n\n\n\n<p>The first step of the design process was to remove the wood-grain background.  There is likely some nostalgia attached to that for some of our readers (some of you may have grown accustomed to it over the last 12 years), but it is the one thing we universally agreed to drop.</p>\n\n\n\n<p>The second step was to move to a sidebar-less design.  Our team at the Tavern decided that nearly everything in the previous design&rsquo;s sidebar offered few benefits to our readers.  It was a distraction that took away from the content.</p>\n\n\n\n<p>The next step of the design process was to add complete compatibility with the block editor (Gutenberg).  With no sidebar, this will open the door for us to do more interesting things with media and other elements over the long term.</p>\n\n\n\n<p>Overall, the goal was to make the reading process nicer for all of you who visit the site.  I hope that we have accomplished that.</p>\n\n\n\n<h2>The Future Design of the Site</h2>\n\n\n\n<p>This is version 1.0 of the new design.  A large part of the process was laying the groundwork in a way that it would be easy to make changes going forward.</p>\n\n\n\n<p>There are still some missing elements that will be re-added soon.  Primarily, the site needs a search form in the header/navigation area.  Redesigning the email subscription form and moving it to a different location is high on the list.</p>\n\n\n\n<p>The site should load faster than before. However, there is still a lot of cleanup to do with plugins over the long haul. Page loads should be even snappier as we continue to iterate.</p>\n\n\n\n<p>I also hope we can add a custom logo and other Tavern-<em>esque</em> elements that bring more personality to the site as we move along in this ongoing process.</p>\n\n\n\n<p>However, this is the point where you, the WP Tavern audience, get to join the conversation.  Before pushing too far with additional changes, it is important to get your feedback about what you want to see in the coming days, weeks, and months.  Ultimately, the goal is to serve you WordPress news and information in the best way possible.</p>\n\n\n\n<p>Feedback is certainly welcome.  If there is a missing element you want to see return, post it in the comments.  If there is something you would like to see added, don&rsquo;t be shy about letting us know.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/contact-me\">contact form</a> is also always open for private feedback or for letting us know about a problem with the site.</p>\n\n\n\n<h2>What Is Under the Hood?</h2>\n\n\n\n<p>To get the theme up and running, I reused a ton of code from my previous theme-related work before joining WP Tavern. It made sense to use a build system I already knew from top to bottom and not reinvent the wheel.</p>\n\n\n\n<p>The CSS system is a customized and stripped-down version of <a href=\"https://tailwindcss.com/\">Tailwind CSS</a>.  Tailwind is a utility-first CSS framework.  For most of my professional career, I have shied away from utility-based frameworks.  However, Tailwind is a well-designed framework with a smart naming scheme that strikes a balance between readability and practicality.  It is one of the few that has clicked with me.  WordPress also uses several utility classes, especially with the block editor.  The two systems made sense together.</p>\n\n\n\n<p>WordPress front-end output and some plugins (I&rsquo;m looking at you, Jetpack) do not make it easy to take a full utility-class approach.  Everything else was addressed on a case-by-case basis.</p>\n\n\n\n<p>If any WordPress developers want to know more about the technical aspects, I am happy to answer questions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Nov 2019 20:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"bbPress: bbPress 2.6.2 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=206111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1342:\"<p>bbPress 2.6.2 fixes <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.2\">5 more small bugs</a> that were reported by community members in our support forums:</p>\n\n\n\n<ul><li>Hierarchical replies in threaded discussion topics were broken for sites that were enabling the visual editor, so we unbroke it.</li><li>Sites with custom <code>bbpress.css</code> files were not having their custom styling applied in some cases. We fixed at least one case that we could find. Let us know if this is still not working correctly for you.</li><li>BuddyPress Notifications stopped working completely, but that wasn&#8217;t on purpose so we made them work completely again.</li><li>The &#8220;Edit&#8221; part of a URL pattern was not customizable inside of Forum Settings. Now it is!</li><li>One of the repair tools had a typo in it, so we untypo&#8217;ed it.</li></ul>\n\n\n\n<p>Thanks to everyone in the forums for being persistent and helping us identify all these annoyances. </p>\n\n\n\n<p>We&#8217;re going to continue minor releases as bugs get reported and fixed. The team is committed to making sure your forums are running as smoothly as can be, so don&#8217;t be surprised if you see 2.6.3 soon too! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f41d.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Nov 2019 18:24:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Optimizing Code in a World That Doesn’t Want to Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/optimizing-code-in-a-world-that-doesnt-want-to-optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6757:\"<p><em>Premature optimization is the root of all evil.</em></p>\n\n\n\n<p>It is a common saying among developers.  It makes sense.  Optimizing prematurely can mean redoing work down the line, and time is the developer&rsquo;s most finite resource.  It can mean spending that precious time optimizing for scenarios that do not yet exist for a product&rsquo;s users.  It can mean writing code that is harder to understand with unclear performance gains.</p>\n\n\n\n<p>While participating with the WordPress theme review team about a year ago, I came across that nugget of advice once again.  <em>Premature optimization is the root of all evil.</em>  The reply was to a theme author who was looking to decrease the number and weight of scripts their theme needed to load.  On one hand, the theme author could load a 1.29 kb script with no dependencies to get the job done.  The other option was to use the jQuery-dependent script included in core WordPress for a total of 105 kb because &ldquo;most&rdquo; WordPress sites are loading jQuery anyway.</p>\n\n\n\n<p>For me, the answer was simple.  Use the smaller script unless the core script was already loaded on the front end.  I did not think of it in terms of <em>premature optimization</em>.  I thought of it as plain old, run-of-the-mill, everyday optimization.</p>\n\n\n\n<p>Developers should not confuse <em>premature optimization</em> with the concept of making smart design decisions early in the process.  Nor should they wait until the final stage of development to start optimizing, a time when the focus is on getting a product out to end-users.  That is a sign of a poor product design process.</p>\n\n\n\n<p>Over the past year, that conversation stuck with me.  It helped me become more cognizant of a terrifying trend, not just in the WordPress developer community, but with web development in general.  Far too often, developers are so far removed from normal users and the technology those users rely on that optimization is little more than an afterthought.  Instead, it should always be at the forefront of any developer&rsquo;s mind.</p>\n\n\n\n<p>The overreliance on this misused quote has helped push the trend of measuring page weight in megabytes instead of kilobytes.  It is too often used as a catchall justification for not doing any optimization in the development phase while making up for it with file compression and caching in production.</p>\n\n\n\n<p>Part of writing quality code is optimizing that code during every stage of the development process.  It is about making hard decisions to cut unnecessary things as the software comes together.  Caching should be a last resort after everything else has been cleaned up.</p>\n\n\n\n<p>Premature optimization is more about attempting to optimize when there are no clear gains or working on micro-optimizations that alter the software&rsquo;s design for little-to-no benefit.  It does not mean overlooking obvious performance boosts during development.</p>\n\n\n\n<h2>Not Everyone is on Gigabit Internet</h2>\n\n\n\n<p>Most developers I know are on super-fast internet connections, often with 1 Gbps download speeds and unlimited data.  In that situation, it is easy to forget that large chunks of the world are still on slow connections with data caps.</p>\n\n\n\n<p>Some may even associate slow connections with third-world countries where millions of people are on 2G cell phone technology.  However, there are large swaths of the United States and other developed countries that have no direct cable or DSL lines, which are commonly available in cities and suburbs.</p>\n\n\n\n<p>This disconnect is directly evident when other developers have initiated chats with me.  In the past couple of years, it has been increasingly common for them to ask for a video chat.  It is not even questioned whether such a thing is possible (video chats are unreliable at best for me).  The ability to video chat at any time is taken for granted.</p>\n\n\n\n<p>There are two internet service options in the area that I live in:  satellite or dial-up.  Even the local telephone company refuses to offer DSL in this area because of infrastructural costs with decades-old phone lines.  Because of the prohibitive costs of satellite internet access, which typically comes with data limits, many are stuck with dial-up.  Cell phone companies are changing the game to a degree, assuming service is reliable, but there are downfalls with going that route, which can include data or hotspot limitations.</p>\n\n\n\n<p>For such a technologically-advanced country, many of its people are barely catching up to where others were a decade ago.</p>\n\n\n\n<p>While I am fortunate enough to choose where I live and have nothing holding me back from moving, most do not have that option.  They are stuck with the best they can afford.  Even in rural areas, the internet is an inescapable part of daily life, and developers are not making it easy for these people.</p>\n\n\n\n<p>While this is anecdotal, it is the stark reality of rural life in pockets of the US.</p>\n\n\n\n<p>The upside of living in the backwoods of Alabama is that it has changed my perspective as a developer.  It has meant that I needed to question every code decision for every plugin and theme I built.  With data caps, I needed to make sure that I was not using too many resources.  </p>\n\n\n\n<p>More than anything, having a data cap changed how I used the internet.  I now run an ad-blocker.  I have an extension to kill videos from auto-loading.  I disable JavaScript on heavy sites that I need to use.  Some sites seem interesting, but I never return to them because they are resource hogs.</p>\n\n\n\n<p>When you live in a place where every byte matters, you tend to avoid wasting them.</p>\n\n\n\n<p>While not always successful, since my transition to small-town life, I have attempted to build applications in a way that served people who are not privileged enough to have blazing-fast internet access.</p>\n\n\n\n<p>Pointing this out is about making sure developers are aware that optimization matters.  It matters at every stage of the development process.  It matters because these people with slow connections and data caps also need to buy products, use services, read content, and do all the other things that people do on the web.</p>\n\n\n\n<p>If you are a developer who is thinking about adding that slider, swiping mechanism for mobile, or some other slick gadget, think about those of who must wait for that feature to load.  Check that its dependencies are not loading too many extra resources.  Do some research to see if you can locate a lighter-weight implementation.  But, first, ask yourself if it is necessary.</p>\n\n\n\n<p>The themes and plugins that WordPress developers build should never be the bottleneck for a website.  We can do better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Nov 2019 21:31:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"HeroPress: Five Years Since The Dream Began\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://heropress.com/five-years-since-the-dream-began/#utm_source=rss&utm_medium=rss&utm_campaign=five-years-since-the-dream-began\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3140:\"<p>Exactly five years ago today I woke up to an email from Dave Rosen telling me my life was about to change.  He didn&#8217;t know yet what we&#8217;d build, but he offered me the chance to build something.</p>\n\n\n\n<p>From that seed we crafted HeroPress. It was a battle, filled with uncertainty, and at times tears, but I can say without hesitation that HeroPress has changed my life, and the life of my family, for the better.</p>\n\n\n\n<p>Never, ever did I expect to become friends with so many people from so many places. HeroPress has changed the way I look at the world, and the people in it. It&#8217;s influenced my job opportunities. It&#8217;s opened doors for me to places that I didn&#8217;t know existed.</p>\n\n\n\n<p>As always, I want to say thank you.  Thank you to Dave for planting the seed.  Thank you to all the contributors over the years, building something great.  Thank you to people willing to retweet for me every week. Thank you to all the people who&#8217;ve trusted me with their stories.</p>\n\n\n\n<p>Here&#8217;s hoping for another five years!</p>\n\n\n\n<img />Dave Rosen and I doing the X-Team X.\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Five Years Since The Dream Began\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Five%20Years%20Since%20The%20Dream%20Began&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffive-years-since-the-dream-began%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Five Years Since The Dream Began\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffive-years-since-the-dream-began%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Ffive-years-since-the-dream-began%2F&title=Five+Years+Since+The+Dream+Began\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Five Years Since The Dream Began\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/five-years-since-the-dream-began/&media=https://heropress.com/wp-content/plugins/rtsocial/images/default-pinterest.png&description=Five Years Since The Dream Began\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Five Years Since The Dream Began\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/five-years-since-the-dream-began/\" title=\"Five Years Since The Dream Began\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/five-years-since-the-dream-began/\">Five Years Since The Dream Began</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Nov 2019 15:21:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: WP Agency Summit Kicks Off December 6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95420\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com/wp-agency-summit-kicks-off-december-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4819:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wpagencysummit.com/\">WP Agency Summit</a>, a virtual event for WordPress agencies, will kick off December 6, 2019, and last through December 16.  The event will feature daily sessions by over 30 WordPress professionals that are designed to help agencies grow their business.  Each session will be free to view, but there will be a price tag attached after the event closes.</p>\n\n\n\n<p>Jan Koch, owner WP Mastery, is running the event.  WP Agency Summit is for profit, but Koch expressed a desire to give something back to the community that has helped him over the years.  &ldquo;I want this event to deliver value to the WP community, because I myself have received free support countless times from Facebook groups, forums, etc.,&rdquo; he said.  &ldquo;That&rsquo;s why the event is free to watch online while it&rsquo;s running.&rdquo;</p>\n\n\n\n<p>The event is primarily aimed at WordPress agencies, but others may find value in it.  &ldquo;This event is also interesting for WordPress freelancers and digital agencies who occasionally use WordPress,&rdquo; said Koch.  &ldquo;However, being a WordPress agency owner myself, I wanted to ensure that business owners like myself and those in similar situations get the most value from the event.&rdquo;</p>\n\n\n\n<p>Video sessions will be available to view for 48 hours at no cost.  For those who sign up for a free pass, they can upgrade to lifetime access for $127. That lifetime access will go up to $197 during the event and $497 afterward.</p>\n\n\n\n<p>Potential buyers may want to opt for the free option before deciding whether future access to the sessions and bonus materials are worth plunking down the cash.  For an agency, the cost is minimal either way.  However, for a solo freelancer, the $497 price is high enough to warrant caution.  Most will want to check out the material first.</p>\n\n\n\n<p>Each of the video sessions is prerecorded and edited rather than shot live.  Koch is using Vimeo Pro to host the videos.  There will be a live hangout to begin the event.  Attendees and speakers will also get a Facebook group invite for asking questions and engaging with each other.</p>\n\n\n\n<p>Cloudways, Siteground, and MainWP are sponsoring the event, which helps cover some of the up-front costs.  Outside of that, Koch is handling the remainder of those costs out of his pocket but is hopeful for a positive return through the sale of lifetime access to the materials.</p>\n\n\n\n<p>Koch first ran a virtual summit called &ldquo;The WP Summit&rdquo; in 2015, which was a more broad event based on various WordPress topics.  That event had over 2,000 registrations.  &ldquo;As you can imagine, just talking about topics related to WP resulted in a very wide-spread speaker lineup, so there weren&rsquo;t any clear takeaways,&rdquo; said Koch.</p>\n\n\n\n<p>The idea for WP Agency Summit has been in Koch&rsquo;s mind since 2018.  It wasn&rsquo;t until some conversations with others at WordCamp Europe (WCEU) in 2019 that it started coming together.  &ldquo;After WCEU, I invested in a virtual training for summits and hired a mentor to properly set up the WP Agency Summit,&rdquo; he said.  &ldquo;My goal is to run 4 events like this in 2020, so this summit is serving as &lsquo;crash test dummy&rsquo; and foundation at the same time.&rdquo;</p>\n\n\n\n<h2>The Speaker Lineup</h2>\n\n\n\n<p>There are over 30 speakers signed on for the event.  Kim Doyal, a content marketer formerly known as &ldquo;The WordPress Chick,&rdquo; will teach agencies how to write copy that attracts higher-paying clients.  Ahmad Awais, core WordPress contributor, will teach how to save time writing code in the VS Code editor.</p>\n\n\n\n<p>Most sessions will focus on how agencies can grow their business with topics related to recurring revenue, marketing, and working with clients.  Each day of the event will feature three or four sessions.</p>\n\n\n\n<p>WP Agency Summit is hosting a diverse male lineup of over 20 speakers from Europe, Asia, Australia, Africa, and the US.  However, there are only four sessions lead by women within the industry.  &ldquo;I recognize this as a problem with my event,&rdquo; said Koch.  &ldquo;The reason I have so much more male than female speakers is quite simple, the current speaker line-up is purely based on connections I had when I started planning for the event. It was a relatively short amount of time for me, so I wasn&rsquo;t able to build relationships with more female WP experts beforehand.&rdquo;</p>\n\n\n\n<p>Koch assures that he will have a more balanced ratio for upcoming summits in 2020 and beyond.  &ldquo;Even in this prelaunch phase, I already got in touch with many outstanding women in the WP community which would make perfect speakers for the next events,&rdquo; he said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Nov 2019 19:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"HeroPress: Building A WordPress Business In Iran – ساختن یک زندگی وردپرسی در ایران\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"https://heropress.com/essays/building-a-wordpress-business-in-iran/#utm_source=rss&utm_medium=rss&utm_campaign=building-a-wordpress-business-in-iran\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19728:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/11/112019-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: Over the years, WordPress transformed my personal and profesional life. In Persian: در طی این سالها، وردپرس زندگی شخصی و حرفه‌ای من را تغییر داد.\" /><div class=\"c-message__content c-message__content--feature_sonic_inputs\">\n<div class=\"c-message__message_blocks c-message__message_blocks--rich_text\">\n<div class=\"p-block_kit_renderer p-block_kit_renderer--absorb_margin\">\n<div class=\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\">\n<div class=\"p-rich_text_block\" dir=\"auto\">\n<div class=\"p-rich_text_section\"><a href=\"https://heropress.com/feed/#fas\">این مقاله به زبان فارسی نیز در دسترس است.</a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<p>I purchased my first computer set when I was 19 years old, but several years before that, at the age of 15, I took a computer and MS-DOS training course and without having a computer, by merely practicing on paper, I managed to get the perfect score on the final exam.</p>\n<p>It was during those years that internet gradually entered our town. Well, don’t be shocked. Internet was introduced to our small town pretty late and we got acquainted with this technological phenomenon very late. However, internet instantly found its place in my daily routine and I was fascinated by it.  After surfing the internet for a year, I was little by little encouraged to find out what a website is and how it works. Thus, I familiarized myself with the first programming language, that is, HTML and began learning it and given my enthusiasm, I mastered it in less than 10 days.</p>\n<p>I was increasingly attracted to the internet and the issues pertinent to it, and soon enough I was drawn to various internet technologies. In less than a year, I was able to learn PHP, CSS, and HTML and relying on my limited knowledge, I began testing different systems and scripts.</p>\n<h3>Introduction to Blogging</h3>\n<p>During those same years, I worked with various blog systems, one of which was B2 system. A little while later, while conducting tests, doing installations, and having fun, I encountered a system which was quite similar to B2. I installed it. Then, I entered its various parts.  I found its management system, templates and codes quite appealing and easy to work with. Thus, I began translating it into Persian for my personal purposes, and in less than a week, I turned most of its various parts into Persian and they were ready to be used. Yet, due to certain reasons, I failed to install this system on my host or test it online. But I kept the system on my computer and I worked with it and enjoyed it. Yes, that system was one of the first versions of WordPress.</p>\n<p>Prior to working with WordPress, I had worked with various systems and scripts, and I was primarily accustomed to Joomla. However, simplicity, convenience, and interesting environment of WordPress drew me towards this system and I kept working with it.</p>\n<p>I was by nature shy and reticent; therefore, I was not that active in any groups or forums –this was the case in my personal life as well as on the web. Consequently, during the first few years of my activity in the field of WordPress, I hardly ever participated in WordPress forums or local groups.</p>\n<h3>Getting Involved</h3>\n<p>However, one of my friends who was active in the field of Persian WordPress, invited me to collaborate with one of the Persian WordPress support forums and this was a new beginning for me in the area of localization of WordPress.</p>\n<p>My keen interest in working with WordPress as well as helping others work and become more familiar with it made me spend a lot of time daily in the Persian WordPress forum. Nevertheless, due to the shortcomings and needs of the Persian WordPress community, we also created another support website. Following the creation of this new website, many users were attracted to it and gradually we got a lot of feedback from the Persian WordPress community. So, we became further involved with the Persian WordPress community and the scope of our activities expanded.</p>\n<p>It was during these years that I got my first formal job offer in the field of WordPress and I launched the first WordPress website for a client and received money in return for my services.  This experience highly motivated me and helped me envision my future as a WordPress developer. Meanwhile, with the help of some of my friends, I started a small web design and development company which was supposed to focus on coding and programming electronic components, but my keen enthusiasm for web development drew the entire team to focus on web design and development. Due to my numerous activities in the field of WordPress and my growing recognition as a WordPress activist, over the course of a few years, virtually all of our company activities centered on WordPress as the main basis of our work, and now we are one of the active supporters of WordPress in Iran.</p>\n<h3>Transformations</h3>\n<p>Over the years, WordPress transformed my personal and professional life. My personal life was changed in the respect that from a shy, quiet and inactive guy, I turned into an energetic, active person interested in discussions and participation in social events. Along the way, I also met great and influential people, including my future spouse.</p>\n<p>We organized various gatherings and meetups in the field of WordPress. We held WordPress seminars. We set up various public forums and groups to enhance the impact of WordPress and educate newcomers, and thus, many changes occurred in my overall mood and personality.</p>\n<p>Besides, prior to the general change of direction in our company towards web and especially WordPress, our revenues were low and the company had a very slow growth; yet following our change of direction and basing the structure of the company on WordPress, our annual growth rate increased dramatically and there was a considerable increase in the size of the company, number of the personnel, and payments.</p>\n<p>I should also mention that I am a graduate of textile engineering. However, my field of study has nothing to do with my career interests. Since from a very young age I dreamt of working in the field of computer science, even studying an irrelevant major did not stop me from pursuing my old dream and while studying textile engineering, I worked in the field of computer science and in my own company.</p>\n<p>Now, 16 years after my first encounter with WordPress, it has pervaded every aspect of my life and has changed me personally, mentally, and professionally and has influenced my choice of career and business. And I am really glad that on that day I became familiar with WordPress and started working with it and am still involved with it up to this day, because not only my life changed as a result, but also I managed to educate so many people and help them transform their lives in a way that WordPress played a major role in their lives and contributed to their further success.</p>\n<h1 id=\"fas\">ساختن یک زندگی وردپرسی در ایران</h1>\n<p>من اولین کامپیوتر خود را وقتی ۱۹ ساله بودم خریدم ولی چندین سال قبل از آن  در سن 15 سالگی به کلاس آموزش کامپیوتر و دوره آموزشی کار با DOS رفتم  و بدون داشتن کامپیوتر و با تمرین روی کاغذ توانستم نمره کامل رو در آزمون نهایی کسب کنم.</p>\n<p>در همان سالها بود که اینترنت کم کم وارد شهر ما شد، بله تعجب نکنید درشهرکوچک ما اینترنت خیلی دیر وارد شد و ما خیلی دیر با این پدیده آشنا شدیم اما اینترنت به سرعت جای خود را در کارهای روزمره من باز کرد و من شیفته آن شدم بعد از یک سال کار کردن با اینترنت من کم کم ترغیب شدم که بفهمم سایت چیست و چگونه کار میکند و با اولین زبان یعنی HTML آشنا شدم و شروع به یادگیری آن کردم و با اشتیاق فراوانی که داشتم آن را در کمتر از ۱۰ روز یاد گرفتم.</p>\n<p>من هر روز بیشتر جذب اینترنت و موضوعات مرتبط با آن می شدم و به سرعت به سوی تکنولوژی های مختلف اینترنتی کشیده شدم. یک سال هم طول نکشید که توانستم HTML / CSS / PHP را یاد بگیرم و با همون دانش اندک، شروع به تست سیستم و اسکریپتهای مختلف کردم.</p>\n<h3>مقدمه‌ای برای شروع</h3>\n<p>در همان سال‌ها من با سیستم‌های وبلاگی مختلفی کار کردم که یکی از آن‌ها سیستم b2 بود. کمی بعدتر در همین تستها و نصب‌ها و بازیگوشی ها  با سیستمی مواجه شدم که بسیار شبیه b2 بود. آن را نصب کردم سپس وارد بخش‌های مختلف آن شدم، سیستم مدیریت، بخش قالب و کدهای آن و بسیار برایم ساده و جالب و جذاب به نظر رسید و به همین دلیل شروع به فارسی کردن آن برای کارهای شخصی خود کردم و کمتر از یک هفته بخش‌های مختلف آن را تا حدود زیادی فارسی و آماده استفاده کرده بودم. اما به دلایل خاصی موفق نشدم که آن را بر روی هاست خود نصب و به صورت آنلاین تست کنم. ولی آن سیستم را بر روی کامپیوتر خود نگه داشتم و با آن کار می کردم و لذت می بردم. بله آن سیستم یکی از اولین نسخه های وردپرس بود.</p>\n<p>من قبل از کار با وردپرس با سیستم ها و اسکریپت های مختلفی کار کرده بودم و بیشترین اسکریپتی که با آن انس گرفته بودم جوملا بود اما سادگی و روانی و محیط جذاب مدیریت وردپرس باعث شد که من به سمت وردپرس کشیده شوم و کار با آن را ادامه دهم.</p>\n<p>من ذاتا آدم کم حرف و خجالتی بودم و به همین دلیل خیلی در گروه ها و انجمن های خاصی فعالیت نمی‌کردم و این هم شامل وب و هم شامل زندگی عادی من میشد به همین دلیل تا چند سال اولیه فعالیت من در وردپرس، خیلی در انجمنهای تخصصی و یا گروه های محلی آن  فعالیتی نداشتم.</p>\n<h3>شروع مشارکت</h3>\n<p>تا اینکه یکی از دوستان من که از فعالان وردپرس در زبان فارسی بود من را دعوت به همکاری در یکی از انجمن های پشتیبانی وردپرس به زبان فارسی کرد و این شروعی دوباره برای من در زمینه محلی سازی وردپرس بود.</p>\n<p>علاقه زیاد من به کار با وردپرس و همچنین کمک به دیگران برای کار و آشنایی بیشتر با وردپرس باعث شد که من روزانه زمان زیادی را در انجمن وردپرس فارسی صرف کنم. اما با توجه به کمبود ها و نیازهایی که جامعه فارسی داشت ما یک سایت پشتیبانی دیگر را نیز ایجاد کردیم با ایجاد سایت جدید کاربران زیادی جذب ما شدند و کم کم ما بازخوردهای زیادی را از جامعه فارسی گرفتیم به همین دلیل بیشتر درگیر جامعه فارسی وردپرس شدیم و دامنه فعالیت های ما نیز گسترش پیدا کرد.</p>\n<h3>دگرگونی</h3>\n<p>در همین سال‌ها اولین پیشنهاد کاری رسمی من در زمینه وردپرس رسید و من اولین سایت خود را برای یک مشتری با وردپرس برپا کردم و در قبال آن مبلغی را دریافت کردم که این موضوع باعث شد انگیزه زیادی در من شکل بگیرد و مسیر حرکتی آینده خود را در وردپرس ببینم. همزمان، با کمک چند نفر از دوستان خود یک شرکت طراحی و برنامه نویسی کوچک را تاسیس کردیم که روند آن قرار بود بر کدنویسی و برنامه نویسی برای قطعات الکترونیکی باشد اما اشتیاق فراوان من به طراحی وب باعث شد که نظر کلیه جمع نیز به سمت کدنویسی و طراحی وب کشیده شود. با توجه به فعالیت‌های زیاد من در وردپرس و بیشتر شناخته شدن من به عنوان یک فعال وردپرسی، در طی یک بازه زمانی چند ساله، کلیه فعالیت های شرکت ما نیز به سمت وردپرس کشیده شد و مبنای اصلی کارهای ما وردپرس شد و هم اکنون ما یکی از حامیان فعال وردپرس در ایران هستیم.</p>\n<p>طی سالیان مختلف وردپرس زندگی شخصی و کاری من را تغییر داد. زندگی شخصی من را از این جهت تغییر داد که از یک آدم خجالتی و کم حرف و کم فعالیت به یک آدم فعال، پر انرژی و علاقمند به بحث و گفتگو و حضور در اجتماعات تبدیل شوم. در این مسیر با افراد بزرگ و تاثیرگذار منجمله با همسر آینده خود نیز آشنا شدم.</p>\n<p>اجتماعات و میتاپهای مختلفی را در زمینه وردپرس راه اندازی نمودیم. سمینار های وردپرسی برگزار کردیم. انجمن ها و گروه‌های مردمی مختلفی را در جهت افزایش نفوذ وردپرس و آموزش آن به افراد تازه کار راه اندازی کردیم و به همین دلیل تغییرات زیادی در روحیه و خلقیات و شخصیت کلی من ایجاد شد.</p>\n<p>همچنین تا قبل از تغییر روند کلی شرکت ما به سمت وب و علی‌الخصوص وردپرس، شرکت درآمد خاصی نداشت و بسیار کند رشد می کرد اما پس از تغییر رویه و راه اندازی بستر اصلی شرکت بر روی وردپرس روند سالانه ما به شدت رشد کرد و هم از نظر اندازه و هم تعداد کارکنان و هم از نظر سطح دستمزد و حقوق پیشرفت چشمگیری در شرکت ایجاد شد.</p>\n<p>این را هم اضافه کنم که من فارغ التحصیل در رشته مهندی نساجی هستم. اما رشته تحصیلی من با رشته و علاقمندی کا ی من کاملا از هم جدا و نامرتبط هستند. چون من از جوانی آرزو و شوق کار کردن در زمینه کامپیوتر را داشتم و حتی تحصیل در رشته ای نامرتبط هم سبب نشد که دست از آرزوی قدیمی خود بردارم  و حتی همزمان با تحصیل در رشته نساجی، در زمینه کامپیوتر و در شرکت خود مشغول به کار بودم.</p>\n<p>حالا ۱۶ سال از اولین برخورد و کار من با وردپرس می‌گذرد و وردپرس تقریباً در همه زمینه های مختلف زندگی من نفوذ کرده و باعث تغییر من در زمینه شخصی، روحی و کاری و کسب و کار  من شده است و از این بابت بسیار خوشحال هستم که آن روز توانستم با وردپرس آشنا شده و شروع به کار کنم و تا به امروز نیز درگیر آن باشم.</p>\n<p>زیرا علاوه بر اینکه زندگی من تغییر کرد، توانستم افراد زیادی را نیز آموزش داده و به آنها کمک کنم تا زندگی‌ آنها نیز تغییر کند و وردپرس شاکله زندگی آنها را تشکیل داده و باعث موفقیت بیشتر آنها شود.</p>\n<p>&nbsp;</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\">\n<div class=\"rtsocial-twitter-horizontal\">\n<div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Building%20A%20WordPress%20Business%20In%20Iran%20%2D%20%D8%B3%D8%A7%D8%AE%D8%AA%D9%86%20%DB%8C%DA%A9%20%D8%B2%D9%86%D8%AF%DA%AF%DB%8C%20%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3%DB%8C%20%D8%AF%D8%B1%20%D8%A7%DB%8C%D8%B1%D8%A7%D9%86&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-wordpress-business-in-iran%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-fb-horizontal fb-light\">\n<div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-wordpress-business-in-iran%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-linkedin-horizontal\">\n<div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-wordpress-business-in-iran%2F&title=Building+A+WordPress+Business+In+Iran+%26%238211%3B+%D8%B3%D8%A7%D8%AE%D8%AA%D9%86+%DB%8C%DA%A9+%D8%B2%D9%86%D8%AF%DA%AF%DB%8C+%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3%DB%8C+%D8%AF%D8%B1+%D8%A7%DB%8C%D8%B1%D8%A7%D9%86\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\"></a></div>\n</div>\n<div class=\"rtsocial-pinterest-horizontal\">\n<div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/building-a-wordpress-business-in-iran/&media=https://heropress.com/wp-content/uploads/2019/11/112019-min-150x150.jpg&description=Building A WordPress Business In Iran - ساختن یک زندگی وردپرسی در ایران\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\"></a></div>\n</div>\n<p><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/building-a-wordpress-business-in-iran/\" title=\"Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران\"></a></div>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/building-a-wordpress-business-in-iran/\">Building A WordPress Business In Iran &#8211; ساختن یک زندگی وردپرسی در ایران</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Nov 2019 04:30:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Morteza Geransayeh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: 10up Releases GitHub Actions for Simplifying WordPress Plugin Deployment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/10up-releases-github-actions-for-simplifying-wordpress-plugin-deployment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6671:\"<p>10up announced the <a href=\"https://10up.com/blog/2019/wordpress-github-actions-streamline-plugin-deployment/\">public availability of two GitHub Actions</a> geared toward WordPress plugin developers yesterday.  The first Action allows developers to deploy plugin updates directly to the WordPress.org plugin directory by tagging a release on GitHub.  The second Action handles readme file and asset updates. </p>\n\n\n\n<p>On November 14, GitHub <a href=\"https://github.blog/2019-11-14-powering-community-led-innovation-with-github-actions/\">announced the public launch</a> of their GitHub Actions feature.  GitHub Actions are a way for developers to automate workflows from their Git repositories.  Actions can also be shared with others, reused across projects, and forked like any other public repository.</p>\n\n\n\n<p>Currently, there are over 1,300 GitHub Actions with more being added every day.  At least <a href=\"https://github.com/marketplace?utf8=%E2%9C%93&type=actions&query=wordpress\">nine of the current Actions</a> are related to WordPress, including an Action to <a href=\"https://wptavern.com/rtcamp-releases-github-actions-for-automated-code-review-deploying-wordpress-and-slack-notifications\">deploy WordPress by rtCamp</a>, but there will certainly be more to come in the future.</p>\n\n\n\n<p>With GitHub Actions out of beta, it opens the door for companies like 10up to share their custom workflows and for others to build upon them.  It will also be interesting to see what Actions other developers within the WordPress ecosystem release.</p>\n\n\n\n<p>The 10up team initially <a href=\"https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/\">launched their custom Actions</a> for WordPress in March 2019, which was during GitHub Actions beta period.  &ldquo;Everybody has been very positive,&rdquo; said Helen Hou-Sand&iacute;, director of open source initiatives at 10up and WordPress lead developer.  &ldquo;We&rsquo;ve had a number of people report bugs, request enhancements, and contribute code and documentation. That&rsquo;s been a really great measure of adoption and attention for me &mdash; having people give thoughtful critical feedback and help us improve this tool for everybody.&rdquo;</p>\n\n\n\n<p>Hou-Sand&iacute; is interested in seeing other ideas for adding workflows or potentially new Actions from the community.  &ldquo;An example of something we&rsquo;ve just started doing without writing a whole new Action is generating hook documentation and deploying that to GitHub Pages, which eliminates the need to generate locally, commit manually, and decide on where to host things,&rdquo; she said.</p>\n\n\n\n<p>&ldquo;Development was actually smoother than I anticipated,&rdquo; said Hou-Sand&iacute; of creating and testing the team&rsquo;s GitHub Actions.  &ldquo;Maybe because I spent a fairly long time planning and obsessing over potential issues and chose to use Bash.&rdquo;  For testing, she was able to use an inactive plugin repo on WordPress.org.  &ldquo;I&rsquo;m sure I could have come up with a method to test completely locally, but being able to use actual environments without repercussions was helpful.&rdquo;</p>\n\n\n\n<p>The 10up team has already been deploying plugin updates with the Actions.  Hou-Sand&iacute; said that she does not think about this in terms of saving time, even though the team is already tagging releases via GitHub.  </p>\n\n\n\n<p>&ldquo;What it&rsquo;s really done for us is, along with well-documented release processes, made it so that anybody can jump in and get a plugin updated or released without worrying about modifying commit permissions or their personal knowledge of SVN,&rdquo; she said.  &ldquo;This makes it much easier to get releases out especially when it&rsquo;s an urgent bugfix.&rdquo;</p>\n\n\n\n<h2>Deploying and Updating WordPress Plugins</h2>\n\n\n\n<p>Both of the GitHub Actions created by 10up help ease the pain of deploying plugin updates to the official WordPress plugin directory.  They are designed to streamline plugin release management and simplify the process of getting code out to end-users.</p>\n\n\n\n<p>WordPress plugin authors must use Subversion (SVN) to commit and tag plugin releases in the directory.  Often, this is an issue because Git is the most-used version control system.  Some developers have no experience with SVN, and the number of developers unfamiliar with it will likely only grow as Git continues to gain popularity.  Even with those who do understand SVN, switching between version control systems can hinder workflows, particularly with larger teams.</p>\n\n\n\n<p>With so many WordPress plugin developers using Git, it makes sense to use tools that are a part of their daily workflow rather than jumping into a system only used during releases.  That is where both of these GitHub Actions developed by 10up can help.  </p>\n\n\n\n<p>Adding Actions to a repository is a fairly straightforward process.  All repositories have a new &ldquo;Actions&rdquo; tab.  Developers can create new workflows directly from the Actions page for their repository.  When adding a new workflow, it is simply a matter of copying and pasting a particular Action&rsquo;s code snippet.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Adding a custom GitHub workflow.</div>\n\n\n\n<p>The <a href=\"https://github.com/marketplace/actions/wordpress-plugin-deploy\">WordPress Plugin Deploy</a> Action is for deploying plugin updates directly to the WordPress plugin directory.  When developers tag a release on GitHub, it will automatically commit the update to the WordPress.org SVN repository.  The Action respects <code>.distignore</code> and <code>.gitattributes</code> for ignoring files that should not be distributed to users.  It also allows developers to add their plugin assets to a <code>.wordpress-org</code> folder, which will be committed to the top-level <code>assets</code> directory.</p>\n\n\n\n<p><a href=\"https://github.com/marketplace/actions/wordpress-plugin-readme-assets-update\">WordPress.org Plugin Readme/Assets Update</a> is a separate Action that allows developers to commit changes to their plugin&rsquo;s readme or assets.  It is useful when plugin authors need to update their plugin&rsquo;s <code>Tested up to</code> version number or update screenshots, banners, and icons.  This Action watches for changes on a specified branch.</p>\n\n\n\n<p>Both Actions require developers to set up secret values for their WordPress SVN username and password.  Secrets are encrypted data that can be set via a repository&rsquo;s &ldquo;Settings &gt; Secrets&rdquo; screen.  The SVN username and password are required so that GitHub can deploy commits to WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 23:00:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress.org blog: WordPress 5.2.4 Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2019/11/wordpress-5-2-4-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1100:\"<p>Late-breaking news on the<a href=\"https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/\"> 5.2.4 short-cycle security release </a>that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of <a href=\"https://blog.ripstech.com/\">RIPS Technologies</a> for finding and disclosing an issue where path traversal can lead to remote code execution. </p>\n\n\n\n<p>Simon has done a <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/\">great</a> <a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">deal</a> of <a href=\"https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/\">work</a> on the WordPress project, and failing to mention his contributions is a huge oversight on our end.</p>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing</a> vulnerabilities, which gave us time to fix them before WordPress sites could be attacked.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 04:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Gutenberg 6.9 Introduces Image Titles, Block Patterns, and New Theme Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5671:\"<p>On November 13, the Gutenberg team <a href=\"https://make.wordpress.org/core/2019/11/13/whats-new-in-gutenberg-13-november/\">launched version 6.9</a> with several features, most of which were aimed at developers.  Users can now add custom image title attributes.  Plugin developers can start diving into the new Block Patterns API.  Plus, theme authors can begin tinkering with the experimental gradient presets and block templates features.</p>\n\n\n\n<p>Gutenberg 6.9 fixed numerous bugs, including an annoying <a href=\"https://github.com/WordPress/gutenberg/issues/16429\">invalid content error</a> when selecting a color for the pullquote block.  The update included several enhancements and changes to the underlying codebase.</p>\n\n\n\n<p>Much of the work in version 6.9 went toward experimental features, including the navigation block.  At this point, the nav block still needs a ton of work for practical use.  The interface is still a bit clunky.  Undoubtedly, this is one of the toughest user experience challenges to solve and will take time before it is ready for widespread usage.  Right now, it is about continually iterating upon the work from previous versions.</p>\n\n\n\n<h2>Image Title Attribute Field</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Editing the image title field in Gutenberg.</div>\n\n\n\n<p>The ability to add image titles is perhaps the biggest user-facing feature added in Gutenberg 6.9.  The <a href=\"https://github.com/WordPress/gutenberg/issues/11054\">original ticket</a> for adding the feature has been simmering for over a year.</p>\n\n\n\n<p>The Gutenberg team added the title field under the &ldquo;Advanced&rdquo; tab when editing an image block. This was a smart decision because image titles are often used incorrectly to describe an image, which is the job of the &ldquo;Alt Text&rdquo; field located under the &ldquo;Image Settings&rdquo; tab.  Image titles are also generally unnecessary.  When used, they should describe the role of the image on the page.</p>\n\n\n\n<h2>Initial Block Patterns API Merged</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Choosing a column layout in the block editor.</div>\n\n\n\n<p>The Block Patterns API is a developer feature primarily for creating initial setup states for complex blocks.  For example, the columns block has several common patterns that users may want to choose. By providing those patterns when first inserting a block, the user does not have to go through the routine of configuring all of the settings for it.</p>\n\n\n\n<p>The idea is to cut back on the complexities of configuring some blocks so that users can more quickly get to the point of adding their custom content and getting their desired results.</p>\n\n\n\n<p>The first step toward the Block Patterns API was <a href=\"https://github.com/WordPress/gutenberg/pull/18270\">merged into Gutenberg 6.9</a>, but it is still in the experimental stage at this point.</p>\n\n\n\n<h2>Block Gradient Presets</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Adding a gradient background to a button in Gutenberg.</div>\n\n\n\n<p>Gutenberg introduced gradient backgrounds in <a href=\"https://wptavern.com/gutenberg-6-7-introduces-storybook-and-gradient-backgrounds\">version 6.7</a> for the button block. The feature launched with a set of gradients that did not match users&rsquo; themes, which meant the feature was little more than a fun experiment.</p>\n\n\n\n<p>In version 6.9, developers can register custom gradients that are less of an eyesore by using colors that fit into the theme&rsquo;s color palette.</p>\n\n\n\n<p>Currently, <a href=\"https://developer.wordpress.org/block-editor/developers/themes/theme-support/#block-gradient-presets\">block gradient presets</a> are marked as an experimental feature and use the <code>__experimental-editor-gradient-presets</code> theme support flag.  Now is a good time for theme authors to begin exploring this feature so they can be ready when the experimental flag is removed.</p>\n\n\n\n<h2>Block Templates for Themes</h2>\n\n\n\n<p>For theme authors, block templates were the most exciting aspect of Gutenberg&rsquo;s potential when it first launched.  Throughout all of WordPress&rsquo; history, creating custom page templates, particularly front page templates, has been an exercise in frustration.  Theme authors have always had great ideas about what their themes&rsquo; front pages should look like.  In a way, it is an author&rsquo;s signature on a theme project.  It is often what sets one theme apart from another.</p>\n\n\n\n<p>However, creating an interface that allows users to change what is traditionally a blog post list to something more ornate and complex is not an easy thing to do.  Hundreds, perhaps thousands, of varying implementations are currently in the wild, each with their take on how to create a custom front page.</p>\n\n\n\n<p>Enter Gutenberg.  Theme authors, regardless of whether they love or hate it, usually see the potential of a block-based editor in terms of laying out a front page.  The idea of having complete control over where specific blocks sit and how they appear on the front end is an alluring one, especially if there is a standardized experience for users to figure out how to plug their content into the blocks.</p>\n\n\n\n<p>Gutenberg 6.9 <a href=\"https://github.com/WordPress/gutenberg/pull/18247\">laid the groundwork</a> toward this reality by resolving block templates from a theme&rsquo;s <code>/block-templates</code> folder.</p>\n\n\n\n<p>At this point, theme block templates are still in the experimental stage as part of the <a href=\"https://github.com/WordPress/gutenberg/issues/17512\">full site editing feature</a>.  From a theme development perspective, this could be revolutionary.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Nov 2019 19:03:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Post Status: Scott Bolinger on WordPress, JAMstack, and the future of the independent developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=71326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://poststatus.com/wordpress-jamstack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1790:\"<p>In this episode, Scott and I dig into his experience as an indie developer within the WordPress landscape.</p>\n\n\n\n<p>Scott has long used JavaScript as a core technology with AppPresser. I think he\'s on the forefront of thinking about and using technologies that are new to WordPress but out in full force in other ecosystems. </p>\n\n\n\n<p>Scott is really into <a href=\"https://jamstack.org/\">JAMstack</a> (JavaScript, APIs, Markup). He\'s working on <a href=\"https://staticfuse.com/\">Static Fuse</a> now, which helps connect WordPress to <a href=\"https://www.gatsbyjs.org/\">Gatsby</a>. Gatsby has a <em>lot</em> of attention in web tech right now.</p>\n\n\n\n<p>We also dig pretty deeply into the challenges and opportunities facing independent developers, and the interest levels in WordPress from the indie dev crowd. It\'s an interesting episode, and I learned a lot from Scott. I hope you do too. Enjoy our conversation!</p>\n\n\n\n\n\n\n\n<h3>Other links from the show</h3>\n\n\n\n<ul><li><a href=\"https://graphql.org/\">GraphQL</a> and <a href=\"https://www.wpgraphql.com/\">WPGraphQL</a></li><li><a href=\"https://scottbolinger.com/\">Scott\'s website</a></li><li><a href=\"https://theproductbusiness.com/podcast/\">The Product Business podcast</a></li><li>Zac Gordon\'s <a href=\"https://javascriptforwp.com/product-category/courses/\">JavascriptforWP</a> courses</li></ul>\n\n\n\n<h3>Sponsor: Sandhills Development</h3>\n\n\n\n<p><a href=\"http://sandhillsdev.com/\">Sandhills Development</a>&nbsp;makes a suite of excellent plugins to power your WordPress website. Whether you need to sell digital downloads, restrict content, create an affiliate program, or manage an events calendar, they’ve got you covered. Thanks to&nbsp;<a href=\"http://sandhillsdev.com/\">Sandhills</a>&nbsp;for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Nov 2019 16:36:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: 24 WordPress Snippets ’til Christmas, Submissions Open for 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/24-wordpress-snippets-til-christmas-submissions-open-for-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5943:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>After a multi-year hiatus, Elliott Richmond has relaunched his WordPress advent calendar and is looking for volunteers.  The <a href=\"https://advent.elliottrichmond.co.uk/\">WP Snippets &rsquo;til Christmas</a> site will host 24 days of WordPress code snippets starting on December 1 and lasting until December 24.  With each passing day, a new code snippet will be revealed.</p>\n\n\n\n<p>Advent calendars are special types of calendars used to count down the days until Christmas.  They are often a part of religious celebrations but can be used for other purposes such as family traditions and games.  For Richmond&rsquo;s advent calendar, it is a way to contribute something back to the WordPress community.</p>\n\n\n\n<p>Richmond opened the site for developers to make contributions to the 24-day event.  &ldquo;I&rsquo;ve been in touch with the original contributors in the hope that they&rsquo;ll submit again and registration is also open to anyone else who wishes to contribute,&rdquo; he said.  &ldquo;Otherwise, it will just be the Elliott Richmond show.&rdquo;  </p>\n\n\n\n<p>He would rather have community submissions than attempting to write all 24 code snippets alone.  Jeff Starr, Zac Gordon, and Tom McFarlin, all prominent developers in the WordPress community, have already signed on to submit code.  <em>Author&rsquo;s note: I am also considering joining because it sounds like fun.</em></p>\n\n\n\n<p>Anyone who wants to receive updates each day of the event can register for free on the <a href=\"https://advent.elliottrichmond.co.uk/\">WP Snippets &rsquo;til Christmas</a> website.  The same signup form is available for contributors.</p>\n\n\n\n<p>There are no limitations on the types of code snippets that contributors can submit, only that they should be related to WordPress.  Richmond says he has some ideas such as a WP-CLI script and a deployment tool for use on the command line.  However, code snippets can be something as simple as sticking a basic function into a theme to more complex scripts.</p>\n\n\n\n<p>&ldquo;I come from a frontend world and I&rsquo;m a self-taught PHP developer,&rdquo; said Richmond.  &ldquo;I&rsquo;m evolving constantly and always eager to learn new things. I think WordPress is similar, it&rsquo;s always evolving and inspiring innovation. If you put any limitations on things they rapidly become stagnated.&rdquo;</p>\n\n\n\n<p>The code snippets are not aimed at any type of WordPress user in particular.  &ldquo;I think it&rsquo;s really useful to see bite-size code snippets to help those in the community who are taking that next step into development,&rdquo; said Richmond.  &ldquo;To those more seasoned developers, I think it&rsquo;s always useful to see how other developers approach things.&rdquo;</p>\n\n\n\n<p>Each code snippet will have an open comments section similar to a traditional blog.  This will allow others to say thanks for sharing or to jump-start a conversation.</p>\n\n\n\n<h2>The Road Back to the Advent Calendar</h2>\n\n\n\n<p>Richmond has been a WordPress user and developer since the launch of the platform.  He is the director of <a href=\"https://squareone.software/\">Square One Software</a>, a software development company that specializes in WordPress development.</p>\n\n\n\n<p>He <a href=\"https://wptavern.com/wordpress-snippets-til-christmas-submissions-opened-for-2013\">last ran the advent calendar</a> in 2013.  After the success of the first year in 2012, he decided to put it together for a second round.  He wanted to keep it going beyond the first two years, but work and other commitments took priority.</p>\n\n\n\n<p>In the years since, Richmond met other local WordPress enthusiasts at WordCamp London.  He now helps host the local meetup in Cheltenham, UK.  With the help of the community, he organized four teams of local project managers, designers, developers, and content writers for a <a href=\"https://doaction.org/event/cheltenham-2019/\">local do_action event</a>.  &ldquo;I&rsquo;m still an enthusiastic proponent of giving back to the community and actively encourage others in our local community to share their experience and knowledge,&rdquo; said Richmond.</p>\n\n\n\n<p><a href=\"https://doaction.org/\">do_action</a> events are charity hackathons that use WordPress to help provide local charity organizations an online presence.</p>\n\n\n\n<p>&ldquo;Every single team and team member did an amazing job on the day for four local non-profit charities, putting together a functional WordPress website for each charity while I personally gave a charity representative some hands-on training,&rdquo; said Richmond.  &ldquo;Taking away some of the overhead of creating a website for the charities allows them to concentrate on what they do best, which is raising money for their own community.&rdquo;</p>\n\n\n\n<p>Richmond described needing to find something to do next while still riding the buzz from the event.  That is when he decided to relaunch the WP Snippets &rsquo;til Christmas event.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Because it is the season, Richmond crowned &ldquo;It&rsquo;s a Wonderful Life&rdquo; as the greatest Christmas movie.</p>\n\n\n\n<p>&ldquo;I love classics and this one is a true classic, pretty apt in the current move to make people aware of mental health,&rdquo; said Richmond.  &ldquo;The movie starts with depression and pending suicide when a guardian angel is bestowed to the main character George Bailey. George is shown how many lives he&rsquo;s impacted on in his own local community and how things would have been if he didn&rsquo;t exist, a real heartwarming feel-good reflection on the things that we take for granted in our own existence.&rdquo;</p>\n\n\n\n<p>With this upcoming holiday season, considering taking the time to give back to both your local community and the WordPress community.  One great way to do that is to contribute a code snippet to WP Snippets &rsquo;til Christmas.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Nov 2019 21:10:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"bbPress: bbPress 2.6.1 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=205662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2442:\"<p>It seems like only <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">yesterday that 2.6.0</a> was released, and depending on where you live that might actually be true! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f5d3.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>bbPress 2.6.1 fixes a few small (but very annoying bugs) that warranted some immediate attention:</p>\n\n\n\n<ul><li><a href=\"https://bbpress.trac.wordpress.org/ticket/3232\">One</a> was causing subforums not to be listed underneath their parents anymore.</li><li><a href=\"https://bbpress.trac.wordpress.org/ticket/3281\">Another</a> was causing styling issues for a few of the themes that come bundled with WordPress itself.</li><li><a href=\"https://bbpress.trac.wordpress.org/ticket/3280\">The last one</a> was causing issues with posting content within WordPress Admin, because of incompatibility with a few plugins that were interacting with the REST API in admin area pages in fun ways that we hadn&#8217;t anticipated yet.</li></ul>\n\n\n\n<p>Thanks to the quick reporting of <a href=\"https://bbpress.org/forums/profile/stevehammatt/\">stevehammatt</a> and <a href=\"https://bbpress.org/forums/profile/pdvwp/\">pdvwp</a>, we were able to identify all of these problems and get them into bbPress 2.6.1 right away. You both rock! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color has-very-light-gray-background-color\">One bug still remains that we could use your help with, that is affecting sites that have a custom <code>bbpress.css</code> file in their theme. If you need to fix this ASAP, you can rename it to <code>bbpress.min.css</code> temporarily. If you&#8217;re able to chime into <a href=\"https://bbpress.org/forums/topic/child-css/\">this topic in the forums</a>, that would be super helpful!</p>\n\n\n\n<p>If you have a few moments, the great Justin Tadlock from WPTavern <a href=\"https://wptavern.com/bbpress-2-6-released-after-6-years-includes-per-forum-moderation-and-engagements-api\">asked me a few questions about bbPress 2.6</a>, so consider giving it a read.</p>\n\n\n\n<p>Lastly, thank you everyone for the positive comments and responses to seeing bbPress 2.6 finally happen. It made my day, and I really appreciate it. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f49a.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Nov 2019 23:48:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: bbPress 2.6 Released After 6 Years, Includes Per-Forum Moderation and Engagements API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/bbpress-2-6-released-after-6-years-includes-per-forum-moderation-and-engagements-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7007:\"<p>On Tuesday, John James Jacoby announced that bbPress 2.6 was available to the public after a six-year wait in a post titled <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 &mdash; Better Great Than Never</a>.  The announcement landed with a whimper as it was overshadowed by the release of WordPress 5.3 on the same day.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> is an official WordPress project for powering forums.  It was <a href=\"https://bbpress.org/blog/2004/12/soft-launch/\">initially launched</a> on December 28, 2004, by Matt Mullenweg as a standalone project.  During the first iteration&rsquo;s heyday, it was popular within the WordPress community as a simple forum solution.  In 2011, <a href=\"https://bbpress.org/blog/2011/09/bbpress-2-0-now-available/\">bbPress 2.0 relaunched</a> as a WordPress plugin with Jacoby as the lead developer.</p>\n\n\n\n<p>The bbPress team is primarily comprised of four part-time contributors with nearly no volunteers available for user testing.  Stephen Edgar, Brandon Allen, and Sergey Biryukov were the primary developers other than Jacoby behind version 2.6.</p>\n\n\n\n<p>&ldquo;Jennifer M. Dodd deserves a mention for her contributions to 2.6 early on; she&rsquo;s largely moved on but is wonderful,&rdquo; said Jacoby.  &ldquo;Behind the scenes in the meta and forums teams are Samuel &lsquo;Otto&rsquo; Wood, Dion Hulse, Mika Epstein, Marius Jensen, and countless others who provide feedback and feature requests upstream based on how WordPress.org uses bbPress.&rdquo;</p>\n\n\n\n<p>Contributors resolved 420 open tickets with 1,737 code commits over the multi-year span it took for version 2.6 to drop.  The new version ships with hundreds of bug fixes and improvements.  Its features include per-forum moderation, new platforms to import forum content from, and an Engagements API.</p>\n\n\n\n<p>The new Engagements API connects user IDs to the various types of content in bbPress, such as forums, topics, replies, and topic tags.  This works as a sort of relationship system between users and any content they interact with on the forums.  In previous versions of bbPress, all of this data was saved in the user metadata table.</p>\n\n\n\n<p>Per-forum moderation is a key feature for forums, but it has been one of the missing elements in bbPress.  The new feature takes advantage of the Engagements API to connect user IDs to forum IDs.  In turn, this allows site owners to create moderators for individual forums.  This feature works in contrast to the existing &ldquo;moderator&rdquo; role in bbPress, which provides users global moderation powers.</p>\n\n\n\n<h2>Why the 6-Year Wait?</h2>\n\n\n\n<p>You could be forgiven for wondering if bbPress was all but dead.  The last minor release happened in 2017 when the team dropped version 2.5.14.  The same year, bbPress 2.6 was <a href=\"https://wptavern.com/bbpress-2-6-beta-3-likely-as-team-focuses-on-solid-data-migration-path\">headed toward a third beta</a> and even had a <a href=\"https://bbpress.org/forums/topic/bbpress-2-6-beta/\">few release candidates</a>.</p>\n\n\n\n<p>&ldquo;There was not very much feedback on the 2.6 beta or RC, and I had just transitioned into my role at Sandhills Development,&rdquo; said Jacoby. &ldquo;I decided it was better to concentrate on doing a good job where I could make a direct impact on people&rsquo;s lives, rather than have no idea if I was doing a good job at all with bbPress.&rdquo;</p>\n\n\n\n<p>Jacoby did not want to release a potentially buggy version 2.6 and take on the support burden at the time.  Doing so would have interfered with his responsibilities at his new job.  &ldquo;Younger me would have tried to do both, and failed at both,&rdquo; said Jacoby.</p>\n\n\n\n<p><em>Why such a long wait between releases?</em>  Most likely, it was for the same reason the <a href=\"https://twitter.com/bbPress/status/1194327563407122432\">Twitter announcement</a> got fewer than a couple of dozen likes and even fewer retweets.  There is not much community engagement with the project.  On the flip side, the bbPress team has not been active on social media or the project&rsquo;s official blog in the past two years.  </p>\n\n\n\n<p>Despite the lack of community engagement, bbPress is currently installed on over 300,000 sites.  It runs the forums at WordPress.org, WordPress.com, CSS-Tricks, and other large communities.  However, there is not much help sent back to the bbPress project from most places.</p>\n\n\n\n<p>&ldquo;On WordPress.org, bbPress is just one piece of a very complex puzzle, and everything is mostly in maintenance mode all the time,&rdquo; said Jacoby.  &ldquo;The forums team focuses on the needs of the forums and the meta team helps maintain the code itself, but WordPress has made it easier and more rewarding to contribute to; so contributors graduate up to WordPress core and rarely look back.&rdquo;</p>\n\n\n\n<p>The idea behind switching bbPress 2.x to a WordPress plugin from its standalone roots was that it would be simpler for the larger WordPress community to pitch in.  Jacoby said that contributions have improved since the pre-plugin era, but it has not helped enough.  &ldquo;There&rsquo;s more attention and accolades with WordPress and Gutenberg than there are with the bb&rsquo;s or GlotPress,&rdquo; he said.</p>\n\n\n\n<p>One of bbPress&rsquo; biggest problems is the lack of resources.  There is no commercial element to the plugin and no major companies are funding anyone to work on the project full time.</p>\n\n\n\n<p>&ldquo;For an open-source project to be sustainable long-term, it needs to have an economy behind it,&rdquo; said Jacoby.  &ldquo;Without an economy, what&rsquo;s the real goal? Market share? Building better forum software? Those are not enough by itself when people need to make a living, and when less work with WooCommerce can help you earn a better living.&rdquo;</p>\n\n\n\n<h2>The Future of Forums</h2>\n\n\n\n<p>Six years between major releases is a lifetime in technological years, plenty enough time for another company to claim the WordPress forum market share.  However, bbPress managed to keep its crown as the most-used WordPress forum plugin during the wait.  It does beg the question of whether companies or developers see a future for forums.</p>\n\n\n\n<p>With so many alternative options for user engagement, are forums a dying breed of software?</p>\n\n\n\n<p>&ldquo;If forums are dying, it&rsquo;s a slow death, according to the numbers anyway,&rdquo; said Jacoby.  &ldquo;Chat apps like Slack and Discord (or Twitch and YouTube) are where people do forum-type stuff these days. Moderating your own community takes dedication and work, and if you&rsquo;re going to do work, why not build an audience someplace else instead?&rdquo;</p>\n\n\n\n<p>Jacoby has hope for the future, however.  &ldquo;I can imagine a bunch of reasons why forums seem unattractive,&rdquo; he said, &ldquo;but to me they are still what everyone circles back around to, just like having their own blogs!&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Nov 2019 20:17:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordCamp US 2020 Date and Location Announced, New Weekday Schedule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/wordcamp-us-2020-date-and-location-announced-new-weekday-schedule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3394:\"<p>Mark your calendars, folks.  WordCamp US 2020 will start on a&hellip;<em>Tuesday</em>.</p>\n\n\n\n<p>On November 11, the WordCamp US team announced that next year&rsquo;s event will happen during the middle of the week, from October 27 through October 29.  This is a change from the usual three-day weekend event.  The time frame puts the event&rsquo;s days on Tuesday, Wednesday, and Thursday.  The yearly conference will remain in St. Louis, Missouri, in 2020.</p>\n\n\n\n<p>Those planning ahead can sign up for updates via the new <a href=\"https://2020.us.wordcamp.org/\">WordCamp US 2020 site</a>.</p>\n\n\n\n<p>Thus far, the switch away from a weekend has been met with generally positive <a href=\"https://twitter.com/WordCampUS/status/1193910076244996096\">responses via Twitter</a> and Slack. However, some people fear the schedule will not allow them to attend.  </p>\n\n\n\n<p>The WordCamp US Twitter account cited date availability, Halloween, and giving the weekend back to attendees as the reason behind the change.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Number of reasons from date availability, letting folks get home for Halloween, and letting folks have a their weekend back on an out-of-town event</p>&mdash; WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/1193912839725101056?ref_src=twsrc%5Etfw\">November 11, 2019</a></blockquote>\n</div>\n\n\n\n<p>For professionals in the WordPress space, this move will likely be a welcome change.  They are often able to get extra time off from work, sometimes paid leave, to attend the event.  The company they work for may even be funding their travel.  For them, attending a WordCamp is a part of their work.  </p>\n\n\n\n<p>The unfortunate side effect of attending a WordCamp over the weekend is that some attendees usually have to wake up for work on Monday morning after traveling back home on Sunday.  Many are essentially working two weeks straight without any downtime.  This helps pile on the problem of developer burnout.  Rest days, time with friends and family, and getting away from code-related things is a part of a healthy work-life balance.</p>\n\n\n\n<p>Moving the event to the middle of the week should allow professionals to better maintain that balance.</p>\n\n\n\n<p>On the other hand, some attendees may find it harder to attend during the week.  This is particularly true for WordCamp-goers who do not work with WordPress professionally.  They may not be able to get the time off work.</p>\n\n\n\n<p>As a general rule, Americans tend to have little paid leave they can take advantage of throughout the year.  The average worker in the private sector only gets <a href=\"https://www.cnbc.com/2018/07/05/heres-how-many-paid-vacation-days-the-typical-american-worker-gets-.html\">10 paid vacation days</a> per year after one year of employment.  Those numbers rise the longer an employee sticks with a single company.  The US does not guarantee paid leave for workers.</p>\n\n\n\n<p>Without support from their employer, some people may have to choose between using their paid time off to attend and keeping those days in reserve for family vacation or holidays.</p>\n\n\n\n<p>Unlike local WordCamps, the US conference is more of an industry event that sees professionals from across the US and the world.  The move to a weekday schedule should be a nice change for many.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Nov 2019 21:27:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: WordPress 5.3 “Kirk” Released, Brings New Default Theme, Editor Improvements, and UI Tweaks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/wordpress-5-3-kirk-released-brings-new-default-theme-editor-improvements-and-ui-tweaks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7770:\"<div class=\"wp-block-image\"><img />Rahsaan Roland Kirk<br />Credit:  <a href=\"https://www.flickr.com/photos/heiner1947/4485444348/in/photostream/\">Heinrich Klaffs</a> CC BY-SA 2.0</div>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 &ldquo;Kirk,&rdquo;</a> named in honor American jazz musician Rahsaan Roland Kirk, is now available for download.  The update includes a new default theme named Twenty Twenty, user interface improvements aimed at accessibility, and new block editor features.</p>\n\n\n\n<p>This release saw contributions from 645 volunteers, which is the largest contributor group ever for a WordPress release.</p>\n\n\n\n<p>The release was led by <a href=\"https://ma.tt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, and <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>.  They were joined by the following contributors in supporting roles in getting version 5.3 released.</p>\n\n\n\n<ul><li>Editor Tech Lead &ndash; <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a></li><li>Editor Design Lead &ndash; <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a></li><li>Core Tech Lead &ndash; <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a></li><li>Default Theme Design Lead &ndash; <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&eacute;n</a></li><li>Default Theme Wrangler &ndash; <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a></li><li>Docs Coordinator &ndash; <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a></li><li>Accessibility Lead &ndash; <a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a></li><li>Marketing Lead &ndash; <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a></li><li>Media Focus Lead &ndash; <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a></li></ul>\n\n\n\n<p>WordPress 5.2 had 84 million downloads before WordPress 5.3&rsquo;s release.</p>\n\n\n\n<p>The PHP native JSON extension is now required for any site running WordPress 5.3 or later.  This should not be an issue for the majority of users because the extension has been bundled with PHP by default since 2006.  WordPress will output an error and cancel the update procedure if it detects the extension is missing.  Users who are unable to update will need to contact their web hosts to have the extension enabled.</p>\n\n\n\n<h2>Twenty Twenty: New Default Theme</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Screenshot of the Twenty Twenty WordPress theme.</div>\n\n\n\n<p>WordPress is getting a fresh coat of paint.  Anders Nor&eacute;n led the design team for the new <a href=\"https://wptavern.com/twenty-twenty-bundled-in-core-beta-features-overview\">Twenty Twenty</a> theme, which was a <a href=\"https://wptavern.com/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain\">fork of his original Chaplin theme</a>.</p>\n\n\n\n<p>The Twenty Twenty theme is completely geared toward creating content with the block editor with its bold and opinionated styling.  It comes with a cover page template and has a custom color system designed to keep the site&rsquo;s color contrast accessible.</p>\n\n\n\n<h2>Block Editor Features and Improvements</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Nesting any block inside the Cover block.</div>\n\n\n\n<p>WordPress 5.3 includes features from the versions 5.4 &ndash; 6.5 of the Gutenberg plugin along with bug fixes and performance improvements from versions 6.6 and 6.7.  For users who have not been running the plugin, they should see faster loading times and quicker responses from keystrokes.</p>\n\n\n\n<p>WP Tavern has covered every major release of the Gutenberg plugin that will be bundled in WordPress 5.3, except Gutenberg 5.6.  Catch up on any features you missed with the following articles.</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/gutenberg-5-5-adds-new-group-block-for-nesting-child-blocks\">Gutenberg 5.5 Adds New Group Block for Nesting Child Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-5-7-adds-new-block-appender-for-group-and-columns-blocks\">Gutenberg 5.7 Adds New Block Appender for Group and Columns Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-5-8-released-with-prototype-of-new-block-based-widgets-screen\">Gutenberg 5.8 Released with Prototype of New Block-based Widgets Screen</a></li><li><a href=\"https://wptavern.com/gutenberg-5-9-brings-major-improvements-to-block-grouping-introduces-snackbar-notices\">Gutenberg 5.9 Brings Major Improvements to Block Grouping, Introduces Snackbar Notices</a></li><li><a href=\"https://wptavern.com/gutenberg-6-0-adds-layout-picker-to-columns-block\">Gutenberg 6.0 Adds Layout Picker to Columns Block </a></li><li><a href=\"https://wptavern.com/gutenberg-6-1-introduces-animation-to-block-moving-actions-adds-block-based-widgets-screen-experiments\">Gutenberg 6.1 Introduces Animation to Block Moving Actions, Adds Block-Based Widgets Screen Experiments</a></li><li><a href=\"https://wptavern.com/gutenberg-6-2-adds-nesting-capabilities-to-cover-media-text-blocks\">Gutenberg 6.2 Adds Nesting Capabilities to Cover, Media &amp; Text Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-6-3-improves-accessibility-with-new-navigation-and-edit-modes\">Gutenberg 6.3 Improves Accessibility with New Navigation and Edit Modes</a></li><li><a href=\"https://wptavern.com/gutenberg-6-4-adds-new-typewriter-experience-cover-block-resizing-and-block-inserter-help-panel\">Gutenberg 6.4 Adds New Typewriter Experience, Cover Block Resizing, and Block Inserter Help Panel</a></li><li><a href=\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\">Gutenberg 6.5 Adds Experimental Block Directory Search to Inserter and New Social Links Block</a></li></ul>\n\n\n\n<h2>Other Core Features</h2>\n\n\n\n<p>Work toward <a href=\"https://wptavern.com/wordpress-5-3-improves-large-image-handling\">large image handling</a> went into the update.  Instead of checking file sizes, images larger than 2,560 pixels are scaled down and used as the &ldquo;full&rdquo; image size.  This change makes large images web ready and will significantly decrease file sizes for many users who upload images without optimizing them beforehand.  This is common with mobile phone uploads.  </p>\n\n\n\n<p>For those who prefer to maintain the original sizes of image uploads, which is sometimes the case with photography sites, grab the <a href=\"https://wordpress.org/plugins/disable-big-image-threshold/\">Disable &ldquo;BIG Image&rdquo; Threshold</a> plugin.</p>\n\n\n\n<p>The site health screen introduced in WordPress 5.2 has some user experience improvements, such as tweaking how the grading indicator works for clarity.  WordPress site owners will also need to <a href=\"https://wptavern.com/wordpress-5-3-to-introduce-new-admin-email-verification-screen\">verify their admin email</a> every six months.  This feature is to help make sure site recovery emails are being sent to the right place when an error occurs.  It also lays the groundwork for future features that may build upon it.</p>\n\n\n\n<h2>Developer Changes</h2>\n\n\n\n<p>Developers should read the full <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">WordPress 5.3 field guide</a> to make sure none of the changes affect their plugins or themes. Some of the changes include the following.</p>\n\n\n\n<ul><li>Full support for PHP 7.4.</li><li>Improved date/time handling.</li><li>Robots meta tag now used for discouraging search engines from listing a site.</li><li>New meta key comparison operators added.</li><li>Integers are no longer allowed for nav menu slugs.</li><li><code>wp_die()</code> now allows custom HTML.</li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 22:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WordPress.org blog: WordPress 5.3 “Kirk”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7684\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2019/11/kirk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60274:\"<div class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=632%2C632&ssl=1\" alt=\"Album cover for WordPress 5.3 Kirk, showcasing a duotone red/cream Rahsaan Roland Kirk playing the saxophone on a red background.\" class=\"wp-image-7710\" /></div>\n\n\n\n<p class=\"has-text-color has-background\">Introducing our most refined user experience with the improved block editor in WordPress 5.3! Named “Kirk” in honour of jazz multi-instrumentalist Rahsaan Roland Kirk, the latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&ssl=1\" alt=\"\" class=\"wp-image-7721\" />\n\n\n\n<p><strong>5.3 expands and refines the block editor</strong> with more intuitive <strong>interactions</strong> and improved <strong>accessibility</strong>. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers more control over the look of a site.</p>\n\n\n\n<p>This release also introduces the <strong>Twenty Twenty theme</strong> giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Block Editor Improvements</h2>\n\n\n\n\n\n\n\n<p>This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.</p>\n\n\n\n<p>Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. </p>\n\n\n\n<p>For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Expanded Design Flexibility</h2>\n\n\n\n\n\n\n\n<p>WordPress 5.3 adds even more robust tools for creating amazing designs.</p>\n\n\n\n<ul><li>The new Group block lets you easily divide your page into colorful sections.</li><li>The Columns block now supports fixed column widths.</li><li>The new predefined layouts make it a cinch to arrange content into advanced designs.</li><li>Heading blocks now offer controls for text and background color.</li><li>Additional style options allow you to set your preferred style for any block that supports this feature.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Introducing Twenty Twenty</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=632%2C626&ssl=1\" alt=\"A desktop preview of the Twenty Twenty theme, showing both the front-end and the editor view.\" class=\"wp-image-7686\" /></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=632&ssl=1\" alt=\"A mobile image of the Twenty Twenty  theme, over a decorative backgorund of brown-grey bars.\" class=\"wp-image-7714\" /><div class=\"wp-block-media-text__content\">\n<p>As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!</p>\n\n\n\n<p class=\"has-normal-font-size\">As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface&nbsp;<a href=\"https://rsms.me/inter/\">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Improvements for Everyone</h2>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=632&ssl=1\" alt=\"An icon showing an arrow rotating a square.\" class=\"wp-image-7731\" /><div class=\"wp-block-media-text__content\">\n<h3>Automatic Image Rotation</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perseverance of many dedicated contributors.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=632&ssl=1\" alt=\"A plus in a square, indicating health.\" class=\"wp-image-7732\" /><div class=\"wp-block-media-text__content\">\n<h3>Improved Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=632&ssl=1\" alt=\"A email icon.\" class=\"wp-image-7733\" /><div class=\"wp-block-media-text__content\">\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out of your site if you change your email address.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>For Developers</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Date/Time Component Fixes</h3>\n\n\n\n<p>Developers can now work with&nbsp;<a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a>&nbsp;in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>WordPress 5.3 aims to fully support PHP 7.4. This release contains&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">multiple changes</a>&nbsp;to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.</p>\n</div>\n</div>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&ssl=1\" alt=\"\" class=\"wp-image-7721\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a large release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Riad Benguella (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/youknowriad/\"><strong>@youknowriad</strong></a>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Andrew Ozz (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/azaozz/\"><strong>@azaozz</strong></a>)</li><li><strong>Docs Coordinator</strong>:&nbsp;Justin Ahinon (<a href=\"https://profiles.wordpress.org/justinahinon/\"><strong>@justinahinon</strong></a>)</li><li><strong>Marketing/Release Comms</strong>:&nbsp;Mike Reid (<a href=\"https://profiles.wordpress.org/mikerbg/\"><strong>@mikerbg</strong></a>)</li><li><strong>Media/Uploader</strong>:&nbsp;Mike Schroder (<a href=\"https://profiles.wordpress.org/mikeschroder/\"><strong>@mikeschroder</strong></a>)</li><li><strong>Accessibility</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Default Theme</strong> <strong>Wrangler</strong>: Ian Belanger (<a href=\"https://profiles.wordpress.org/ianbelanger/\"><strong>@ianbelanger</strong></a>)</li><li><strong>Default Theme Designer</strong>: Anders Norén (<a href=\"https://profiles.wordpress.org/anlino/\"><strong>@anlino</strong></a>)</li></ul>\n\n\n\n<p>The squad was joined throughout the twelve week release cycle by 645 generous volunteer contributors (our largest group of contributors to date) who collectively fixed 658 bugs.</p>\n\n\n\n<p>Put on a Rahsaan Roland Kirk playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1994rstefan/\">1994rstefan</a>, <a href=\"https://profiles.wordpress.org/5hel2l2y/\">5hel2l2y</a>, <a href=\"https://profiles.wordpress.org/irsdl/\">@irsdl</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aksdvp/\">Aashish S</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acalfieri/\">acalfieri</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie/\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adhitya03/\">Adhitya Rachman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexsanford1/\">Alex Sanford</a>, <a href=\"https://profiles.wordpress.org/xyfi/\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/xel1045/\">Alexandre D\'Eschambeault</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeyskr/\">alexeyskr</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/ayubi/\">Ali Ayubi</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/arush/\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg/\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/agengineering/\">Andrea Grillo</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/abrain/\">Andreas Brain</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/angelagibson/\">Angela Gibson</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/ahdeubzer/\">Anja Deubzer</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/arafat/\">Arafat Rahman</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun Sathiya</a>, <a href=\"https://profiles.wordpress.org/artisticasad/\">Asad Shahbaz</a>, <a href=\"https://profiles.wordpress.org/asadkn/\">asadkn</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashwinpc/\">ashwinpc</a>, <a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/atlasmahesh/\">atlasmahesh</a>, <a href=\"https://profiles.wordpress.org/au87/\">au87</a>, <a href=\"https://profiles.wordpress.org/aubreypwd/\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/augustuswm/\">augustuswm</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/avinapatel/\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/toszcze/\">Bartosz Romanowski</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/bennemann/\">bennemann</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bhaktirajdev/\">Bhaktii Rajdev</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/biranit/\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bitcomplex/\">bitcomplex</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/bsetiawan88/\">bsetiawan88</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cdog/\">Catalin Dogaru</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/blogginglife/\">Chico</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/lovememore/\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cleancoded/\">cleancoded</a>, <a href=\"https://profiles.wordpress.org/cmagrin/\">cmagrin</a>, <a href=\"https://profiles.wordpress.org/compilenix/\">CompileNix</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/courtney0burton/\">courtney0burton</a>, <a href=\"https://profiles.wordpress.org/cristianozanca/\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/dswebsme/\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/daleharrison/\">daleharrison</a>, <a href=\"https://profiles.wordpress.org/danmicamediacom/\">Dan Foley</a>, <a href=\"https://profiles.wordpress.org/goodevilgenius/\">Dan Jones</a>, <a href=\"https://profiles.wordpress.org/danbuk/\">DanBUK</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater/\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">danieliser</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/darthhexx/\">darthhexx</a>, <a href=\"https://profiles.wordpress.org/deapness/\">Dave Parker</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davetgreen/\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/david.binda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/daveshine/\">David Decker</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dennis_f/\">Deni</a>, <a href=\"https://profiles.wordpress.org/dehisok/\">Denis Cherniavsky</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis</a>, <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">Derek Sifford</a>, <a href=\"https://profiles.wordpress.org/derweili/\">derweili</a>, <a href=\"https://profiles.wordpress.org/dfangstrom/\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhuyvetter/\">dhuyvetter</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/diego-la-monica/\">Diego La Monica</a>, <a href=\"https://profiles.wordpress.org/digitalapps/\">digitalapps</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dukex/\">Dukex</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elliotcondon/\">Elliot Condon</a>, <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/emiluzelac/\">Emil Uzelac</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a>, <a href=\"https://profiles.wordpress.org/evalarumbe/\">evalarumbe</a>, <a href=\"https://profiles.wordpress.org/faazshift/\">faazshift</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fblaser/\">fblaser</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04/\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer/\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foysalremon/\">Foysal Remon</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/loyaltymanufaktur/\">Gesundheit Bewegt GmbH</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girlieworks/\">girlieworks</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">glauberglauber</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gravityview/\">GravityView</a>, <a href=\"https://profiles.wordpress.org/gregsullivan/\">gregsullivan</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/hareesh pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harryfear/\">harryfear</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/haszari/\">haszari</a>, <a href=\"https://profiles.wordpress.org/hesyifei/\">He Yifei</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herbmiller/\">herbmiller</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hkandulla/\">HKandulla</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hoythan/\">hoythan</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/zinigor/\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jalpa1984/\">Jalpa Panchal</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jared_smith/\">jared_smith</a>, <a href=\"https://profiles.wordpress.org/jarocks/\">jarocks</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/javeweb/\">jave.web</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jayswadas/\">Jay Swadas</a>, <a href=\"https://profiles.wordpress.org/iamjaydip/\">Jaydip</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jenkoian/\">jenkoian</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/engelen/\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jffng/\">jffng</a>, <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/jkitchen/\">jkitchen</a>, <a href=\"https://profiles.wordpress.org/jmmathc/\">jmmathc</a>, <a href=\"https://profiles.wordpress.org/joakimsilfverberg/\">joakimsilfverberg</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a>, <a href=\"https://profiles.wordpress.org/jojotjebaby/\">jojotjebaby</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jond/\">Jonathan Davis</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuanoyce/\">Joshua Noyce</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/junktrunk/\">junktrunk</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kakshak/\">Kakshak Kalaria</a>, <a href=\"https://profiles.wordpress.org/kamrankhorsandi/\">Kamran Khorsandi</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>, <a href=\"https://profiles.wordpress.org/katielgc/\">katielgc</a>, <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/ketanumretiya030/\">Ketan Umretiya</a>, <a href=\"https://profiles.wordpress.org/kevinkovadia/\">kevIN kovaDIA</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokers/\">kokers</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kuus/\">kuus</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/leonblade/\">leonblade</a>, <a href=\"https://profiles.wordpress.org/lessbloat/\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lllor/\">lllor</a>, <a href=\"https://profiles.wordpress.org/lordlod/\">lordlod</a>, <a href=\"https://profiles.wordpress.org/loreleiaurora/\">LoreleiAurora</a>, <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciano-croce/\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/wpfed/\">Luke</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/m1tk00/\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maartenleenders/\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">manooweb</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin/\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcguay/\">MarcGuay</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcomartins/\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcosalexandre/\">MarcosAlexandre</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>, <a href=\"https://profiles.wordpress.org/splitti/\">Martin Splitt</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/masummdar/\">masummdar</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/iceable/\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel/\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maximejobin/\">Maxime Jobin</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mchavezi/\">mchavezi</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/melinedo/\">Melin Edomwonyi</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/michelweimerskirch/\">michel.weimerskirch</a>, <a href=\"https://profiles.wordpress.org/michielatyoast/\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miguelvieira/\">miguelvieira</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro/\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mobeen-abdullah/\">Mobeen Abdullah</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/phpdocs/\">Muhammad Afzal</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadir/\">nadir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neelpatel7295/\">Neel Patel</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/niallkennedy/\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/nicolad/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikolastoqnow/\">nikolastoqnow</a>, <a href=\"https://profiles.wordpress.org/niq1982/\">Niku Hietanen</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya/\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90/\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/notnownikki/\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/lindstromer/\">Olaf Lindstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/moonomo/\">Omaar Osmaan</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/ozmatflc/\">ozmatflc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/hardipparmar/\">Parmar Hardip</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/patilvikasj/\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/patrelentlesstechnologycom/\">Patrick Baldwin</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phillipjohn/\">PhillipJohn</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar Olguc</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/quantumstate/\">Quantumstate</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/raboodesign/\">raboodesign</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rahulvaza/\">Rahul Vaza</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/rclations/\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/reikodd/\">ReikoDD</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02/\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robi-bobi/\">Robert Ivanov</a>, <a href=\"https://profiles.wordpress.org/rogueresearch/\">rogueresearch</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/karthost/\">Roy Randolph</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/samgordondev/\">samgordondev</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a>, <a href=\"https://profiles.wordpress.org/saskak/\">saskak</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sbardian/\">sbardian</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Seghir Nadir</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/seuser/\">seuser</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/shadyvb/\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shamim51/\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/simono/\">simono</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sixes/\">Sixes</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic/\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spectacula/\">Spectacula</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/spuds10/\">spuds10</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/studyboi/\">studyboi</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav/\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tha_sun/\">sun</a>, <a href=\"https://profiles.wordpress.org/codesue/\">Suzen Fylke</a>, <a href=\"https://profiles.wordpress.org/svanhal/\">svanhal</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv/\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/nevma/\">Takis Bouyouris</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a>, <a href=\"https://profiles.wordpress.org/technote0space/\">technote</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/tessak22/\">Tessa Kriesel</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/themezly/\">Themezly</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tdh/\">Thord D. Hedengren</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/n7studios/\">Tim Carr</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/toddhalfpenny/\">toddhalfpenny</a>, <a href=\"https://profiles.wordpress.org/tosho/\">Todor Gaidarov</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/trasweb/\">trasweb</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/travisseitler/\">travisseitler</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truchot/\">truchot</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">Tugdual de Kerviler</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vbaimas/\">vbaimas</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/venutius/\">Venutius</a>, <a href=\"https://profiles.wordpress.org/fesovik/\">Viktor Veljanovski</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladlu/\">vladlu</a>, <a href=\"https://profiles.wordpress.org/vladwtz/\">Vladut Ilie</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf/\">Vova Feldman</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, <a href=\"https://profiles.wordpress.org/w3rkjana/\">w3rkjana</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webdados/\">Webdados (Marco Almeida)</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/wpdavis/\">William P. Davis</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/yanngarcia/\">yanngarcia</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</a>, <a href=\"https://profiles.wordpress.org/yashar_hv/\">yashar_hv</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yodiyo/\">yodiyo</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zaantar/\">zaantar</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zalak151291/\">zalak151291</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>, <a href=\"https://profiles.wordpress.org/airathalitov/\">АЙРАТ ХАЛИТОВ <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f525.png\" alt=\"?\" class=\"wp-smiley\" /></a>, and <a href=\"https://profiles.wordpress.org/ounziw/\">水野史土</a>.\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.3. Their efforts bring WordPress fully translated to 47 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Thanks for choosing WordPress!</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?fit=632%2C414&ssl=1\" alt=\"\" class=\"wp-image-7755\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 21:38:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Recurring Payments Feature Launches for WordPress.com and Jetpack Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/recurring-payments-feature-launches-for-wordpress-com-and-jetpack-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3978:\"<p>WordPress.com <a href=\"https://en.blog.wordpress.com/2019/11/12/recurring-payments/\">launched a new recurring payments feature</a> its users today.  The payments system will allow bloggers to earn money for their content directly from any page on their site.  The feature is also available for self-hosted WordPress users who have the Jetpack plugin installed.</p>\n\n\n\n<p>The recurring payments system works alongside <a href=\"https://stripe.com\">Stripe</a>, so users must have a connected account to receive payments.  Stripe currently serves over 30 countries around the world.  WordPress.com&rsquo;s documentation maintains an up-to-date <a href=\"https://en.support.wordpress.com/recurring-payments-button/#stripe-supported-countries\">list of countries</a> currently allowed to use the payment gateway.</p>\n\n\n\n<p>The new feature doesn&rsquo;t come for free.  Recurring payments access is only available to users on a premium WordPress.com plan.  Plus, on top of the 2.9% + $0.30 for each payment that Stripe collects, WordPress.com has a <a href=\"https://en.support.wordpress.com/recurring-payments-button/#related-fees\">tiered fee table</a> based on the user&rsquo;s plan.</p>\n\n\n\n<ul><li>WordPress.com eCommerce &ndash; No fee</li><li>WordPress.com Business &ndash; 2% per sale</li><li>WordPress.com Premium &ndash; 4% per sale</li><li>WordPress.com Personal &ndash; 8% per sale</li></ul>\n\n\n\n<p>At the lowest tier, users will see nearly 11% of sales go toward WordPress.com and Stripe fees.  If accepting large volumes of payments, it will make sense for most users to upgrade to a higher plan to offset the fees.  The tiers seem reasonably priced because the infrastructure is completely handled by WordPress.com.  </p>\n\n\n\n<p>Self-hosted users can bypass the WordPress.com fees with a multitude of existing payment plugins.  They will have to decide whether the tools and support provided by WordPress.com is enough of a value-add to go for their service.</p>\n\n\n\n<p>The Jetpack team first <a href=\"https://wptavern.com/jetpack-opens-signup-for-membership-block-beta\">opened a limited beta test</a> for this new feature on May 18, 2019.  At the time, the feature was referred to as a &ldquo;membership block.&rdquo;  The announcement post says that users can &ldquo;offer ongoing subscriptions, site memberships, monthly donations, and more.&rdquo;</p>\n\n\n\n<p>However, members-based content seems to be limited in comparison to other fully-featured membership plugins and would require extra manual work to limit access to a site&rsquo;s premium content.  The WordPress.com recommendation is to <a href=\"https://en.support.wordpress.com/recurring-payments-button/#limit-access-to-content\">password-protect posts</a> and email out the password to subscribers or set up a newsletter.</p>\n\n\n\n<p>This is far from a true membership system, but it could be enough for the average blogger who wants to make a few dollars on the side.  The groundwork is there for a more powerful membership system in the future if the WordPress.com and Jetpack teams want to pursue it.  The market is still ripe for innovation in the membership space.</p>\n\n\n\n<h2>Recurring Payments Block</h2>\n\n\n\n<div class=\"wp-block-image\"><img />Jetpack recurring payments editor block</div>\n\n\n\n<p>The new recurring payments feature requires at least Jetpack version 7.4.  The feature comes in the form of a block for the block editor (Gutenberg) and is located under the &ldquo;Jetpack&rdquo; tab when inserting a new block.</p>\n\n\n\n<p>The block has four fields that can be customized:</p>\n\n\n\n<ul><li>Currency</li><li>Price</li><li>Description</li><li>Renewal Interval &ndash; limited to monthly and yearly renewals</li></ul>\n\n\n\n<p>There is no limit on the number of different payment blocks users can add.  Users can create a new payment plan by adding a new block.  Previous options are backed up and will appear when inserting the block for users who need to output an existing plan on a new post or page.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 19:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"bbPress: bbPress 2.6 – Better Great Than Never\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=193159\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://bbpress.org/blog/2019/11/bbpress-2-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2501:\"<p>There&#8217;s no way for me to contain either my excitement or anxiety when I say that bbPress 2.6.0 is available now! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>This version of bbPress has been in development for just a bit under 6 years (yikes!) over which 420 tickets were resolved via 1737 individual code commits.</p>\n\n\n\n<p>There are so many improvements that a changelog hardly seems fitting for this post, but the major features include per-forum moderation, a bunch of new platforms to import from, and an extensible engagements API that now powers the relationships between users, forums, topics, replies, subscriptions, and favorites.</p>\n\n\n\n<p>At the time of this writing, bbPress is installed on approximately 336,000 WordPress installations, and is the most widely installed forum software in the world (according to BuiltWith.com and other sources.) Several of those are right here on bbPress.org, BuddyPress.org, and WordPress.org, the later of which includes a few dozen separate languages for non-English speaking communities of contributors all over the world.</p>\n\n\n\n<p>The elephant in the room&#8230; the reason that 2.6.0 took so long, is pretty simple. bbPress has a small contributor pool, and none of us are 100% dedicated towards it. The project gets very little community feedback, which makes it hard to know if everything is working perfectly, or nobody is testing it at all. </p>\n\n\n\n<p>So&#8230; 4 less-than part-time folks supporting over 300k sites, each with their own thousands of users, depending on us. </p>\n\n\n\n<p>The pressure is high, and the chamber is echo&#8217;y, and as my own career has progressed these past 13 years, the numbers above make me increasingly nervous.</p>\n\n\n\n<p>And the longer something takes to do is the higher the expectations are, and I personally locked up pretty hard multiple times on whether done was done enough to be trusted by so many having been tested by so few.</p>\n\n\n\n<p>But&#8230; good things come to those who wait, and I’m sincerely sorry to have kept any of you waiting for too long.</p>\n\n\n\n<p>bbPress 2.6.0 has been running smoothly on these forums since day 0. It’s stable, pretty, and a joy to use. We know you are gonna love it!</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f41d.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f49a.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Nov 2019 18:42:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Beyond Prefixing: A WordPress Developer’s Guide to PHP Namespaces\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95284\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/beyond-prefixing-a-wordpress-developers-guide-to-php-namespaces\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9768:\"<p><em>Prefix everything.</em></p>\n\n\n\n<p>It is an adage that is old as the WordPress software itself.  Prefixing has been a standard for WordPress developers for so long that it&rsquo;s hard to imagine doing anything different.  But, the time has come for something new.  Well, it is long past due, but WordPress lags a bit behind in standard practices in the larger PHP world.</p>\n\n\n\n<p>Prefixing is the practice of creating a code-friendly version of your project name and sticking it to the front of functions, classes, and other things in the global namespace.  For example, you would name a function <code>tavern_get_post()</code> instead of <code>get_post()</code> to avoid function name clashes, which would result in a fatal error.</p>\n\n\n\n<p>Prefixing is one form of &ldquo;namespacing,&rdquo; which is just a fancy way of saying that names in this space belong to a specific project.  However, prefixing (and suffixing, which is less common) is a hack from a time when no solution existed for the PHP language.</p>\n\n\n\n<p>PHP 5.3 introduced an official method of namespacing, so the standard has existed for years.  Because WordPress 5.2 <a href=\"https://wptavern.com/wordpress-ends-support-for-php-5-2-5-5-bumps-minimum-required-php-version-to-5-6\">bumped the minimum PHP requirement</a> to 5.6, it is time for developers to shed their old habits and catch up to the rest of the PHP world.</p>\n\n\n\n<h2>Namespace (Almost) Everything</h2>\n\n\n\n<p>PHP namespacing only covers the following items.</p>\n\n\n\n<ul><li>Classes</li><li>Interfaces</li><li>Traits</li><li>Functions</li><li>Constants declared with the <code>const</code> keyword but not <code>define()</code></li></ul>\n\n\n\n<p>When it comes to script handles, image size names, database options, and other items in the global namespace, you must still prefix them.  Those are IDs and outside the scope of PHP namespacing.</p>\n\n\n\n<h2>How to Create Namespaces</h2>\n\n\n\n<p>Namespaces are simple to declare.  At the top of any PHP file that you want to use a particular namespace, declare it as shown in the following code snippet.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern;\n</pre>\n\n\n<p>What this line of code does is declare that everything within this particular file has the namespace of <code>Tavern</code>.</p>\n\n\n\n<p>Take a look at a simple function under that namespace for outputting a <code>Hello, World!</code> message.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern;\n\nfunction hello() {\n    _e( \'Hello, World!\', \'example-textdomain\' );\n}\n</pre>\n\n\n<p>If following the old rules of prefixing, <code>hello()</code> would have been named <code>tavern_hello()</code>.  However, that&rsquo;s not the case with namespaces.  The <code>hello()</code> function is encapsulated within the <code>Tavern</code> namespace and will not conflict with other functions named <code>hello()</code>.</p>\n\n\n\n<p>Classes and interfaces work the same as functions.  With a class name of <code>Article</code>, the class file might look like the following.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern;\n\nclass Article {\n    // ...\n}\n</pre>\n\n\n<p><strong>Note:</strong> There should only ever be one class or interface per file. This is particularly important if you ever plan to use an autoloader.</p>\n\n\n\n<h2>How to <em>Name</em> Namespaces</h2>\n\n\n\n<p>Developers like to argue over how to name things, and there is no one-size-fits-all solution.  The most important rule is to be unique to avoid clashes with code from other projects.  One of the best ways to do that is to use a top-level <code>Vendor</code> namespace with a <code>Package</code> sub-namespace.</p>\n\n\n\n<p>Suppose the vendor namespace was <code>Tavern</code> and the project in question was a WordPress theme named <code>News</code>.  The namespace for the project might look like the following.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern\\News;\n</pre>\n\n\n<p>That may be a bit verbose for some developers.  If your project&rsquo;s name is already fairly unique, such as &ldquo;Awesomesauce,&rdquo; you may simply want to use the following.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Awesomesauce;\n</pre>\n\n\n<p>You will want to come up with some sort of standard convention, at the very least, for yourself.  Eventually, you&rsquo;ll want to get into things like auto-loading, so having a system you follow in all your projects will help.  Feel free to peruse the PHP-FIG <a href=\"https://www.php-fig.org/psr/psr-4/\">Autoloader standard</a>.</p>\n\n\n\n<h2>Importing Classes and Functions into a Different Namespace</h2>\n\n\n\n<p>When you need to use a class or function from a different namespace than the current namespace, you need to import it.  This is done via the <code>use</code> keyword in PHP.</p>\n\n\n\n<p>The <code>use</code> statement must come after the <code>namespace</code> declaration. It should also reference the fully-qualified class name.  The following code imports the <code>Tavern\\Helpers\\Post</code> class into a file with a different namespace.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern\\Template;\n\nuse Tavern\\Helpers\\Post;\n</pre>\n\n\n<p>Once it is imported, you are safe to use the <code>Post</code> class directly as shown in the next snippet.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n$post = new Post();\n</pre>\n\n\n<p>As of PHP 5.6, you can also import functions and constants from other namespaces using the <code>use function</code> and <code>use const</code> keywords, respectively.  The following code block demonstrates how to import both a function and a constant.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern\\Template;\n\nuse function Tavern\\Helpers\\func_name;\nuse const    Tavern\\Helpers\\CONSTANT_NAME;\n</pre>\n\n\n<h2>Aliasing Classes and Functions</h2>\n\n\n\n<p>Eventually, you will run into a situation where you need to import a class or function that has the same name as a class or function within the current namespace.  You might be thinking that this is the problem that namespaces were meant to solve.  Fortunately, PHP provides a method of creating an alias on import.</p>\n\n\n\n<p>Suppose you have a class named <code>Tavern\\User</code> and need to implement the <code>Tavern\\Contracts\\User</code> interface.  When importing the interface, you will need to create an alias as shown below.</p>\n\n\n<pre class=\"brush: php; gutter: false; title: ; wrap-lines: false; notranslate\">\n&lt;?php\n\nnamespace Tavern;\n\nuse Tavern\\Contracts\\User as UserContract;\n\nclass User implements UserContract {\n    // ...\n}\n</pre>\n\n\n<p>The <code>as UserContract</code> appended to the end of the <code>use</code> statement creates an alias for the <code>User</code> interface.  You can safely use the new <code>UserContract</code> name without error.</p>\n\n\n\n<p>Classes, interfaces, functions, and constants all follow the same method for creating an alias.</p>\n\n\n\n<h2>Organizing Folder Structure Based on Namespaces</h2>\n\n\n\n<p>It is standard practice in the wider PHP world for namespaces and the project&rsquo;s file and folder structure to match.  Doing this makes it easy for other developers to easily locate code within your project.  It also makes it simple to build autoloaders for loading classes on demand.</p>\n\n\n\n<p>Generally, all PHP code should go into a <code>/src</code>, <code>/inc</code>, or similarly-named folder in your project.  An example plugin file and folder structure might look like the following.</p>\n\n\n<pre class=\"brush: plain; gutter: false; title: ; wrap-lines: false; notranslate\">\n/plugin-name\n    /src\n        /Core\n            /Activate.php\n            /Setup.php\n        /View\n            /Post.php\n            /Page.php\n</pre>\n\n\n<p>If following the same structure with namespaces, the above <code>.php</code> files would contain the following classes.</p>\n\n\n\n<ul><li><code>Tavern\\Core\\Activate</code></li><li><code>Tavern\\Core\\Setup</code></li><li><code>Tavern\\View\\Post</code></li><li><code>Tavern\\View\\Page</code></li></ul>\n\n\n\n<p>Take note that file and folder names are case-sensitive and should match the namespace and class name exactly.</p>\n\n\n\n<p>Of course, you are free to follow any convention that you wish.  However, the preceding recommendation is good practice and will simplify how you organize your projects in the long term.</p>\n\n\n\n<h2>Benefits of Using Namespaces</h2>\n\n\n\n<p>The most obvious benefit is to avoid clashes between classes and functions with the same name.  You should use real namespaces for the same reason you used prefixes.</p>\n\n\n\n<p>Namespaces help to avoid long class names.  Typing long names throughout a large project is a tedious practice at best.</p>\n\n\n\n<p>More easily switch implementations by importing.  Once you get the hang of importing classes and interfaces from other namespaces, you can switch an implementation of an interface with a single line of code.</p>\n\n\n\n<p>Autoloading classes is far easier if you follow the <a href=\"https://www.php-fig.org/psr/psr-4/\">PSR-4: Autoloader</a> standard, which requires at least a top-level namespace.</p>\n\n\n\n<p>For developers in the professional space, you will gain a marketable skill beyond the WordPress ecosystem.  You will be hard-pressed to find PHP development work if you don&rsquo;t know how to use namespaces.  It is not a tough concept to grasp, but there can be a learning curve for some in practice.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Nov 2019 18:43:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Matt: Farnam Street’s Great Mental Models, Presented by Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://ma.tt/2019/11/farnam-streets-great-mental-models-presented-by-automattic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1075:\"<p>I&#8217;ve been a fan of Shane Parrish and his indispensable <a href=\"https://fs.blog/\">Farnam Street</a> for many years now. Shane is a <a href=\"https://www.nytimes.com/2018/11/11/business/intelligence-expert-wall-street.html\">fascinating person</a> — he&#8217;s a former cybersecurity expert for the Canadian intelligence agency and occasional blogger who turned his website into a full-time career. Oh and <a href=\"http://fs.blog\">fs.blog</a> is on WordPress, too. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f60e.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>His book, <a href=\"https://fs.blog/tgmm/\"><em>The Great Mental Models: General Thinking Concepts</em></a>, has been tremendously valuable to me in my work. So valuable, in fact, that Automattic is now sponsoring the next printing of the hardcover edition. <a href=\"https://www.amazon.com/Great-Mental-Models-Thinking-Concepts/dp/1999449002/\">You can pre-order it here</a>, then learn more about <a href=\"https://fs.blog/general-thinking-concepts/\">the mental models outlined in it</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Nov 2019 15:59:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"BuddyPress: The road to BuddyPress blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=308912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://buddypress.org/2019/11/the-road-to-buddypress-blocks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5679:\"<p>Hi everyone!</p>\n\n\n\n<p>First, we&#8217;d like to thank all the people who contributed to the poll we shared on our <a href=\"https://bpdevel.wordpress.com/2019/10/10/take-the-buddypress-blocks-poll/\">development updates blog</a> and into <a href=\"https://buddypress.org/support/topic/take-the-buddypress-blocks-poll/\">a topic of one of our forums</a> a month ago. It was really important for us to have your expectations about the content the plugin should provide to the WordPress Block Editor.</p>\n\n\n\n<p>It&#8217;s now time for us to share with you the <a href=\"https://poll.fm/10425422/results\">results of this poll</a> and tell you how we plan to work on BuddyPress blocks for the next release(s) of your favorite community engine!</p>\n\n\n\n<span id=\"more-308912\"></span>\n\n\n\n<h2>The results of the Blocks Poll</h2>\n\n\n\n<p>It received a total of 161 votes divided as follows:</p>\n\n\n\n<ul><li>A block to share a post or a page via the Activity Stream : <strong>17 votes</strong>.</li><li>A block to list the recently published posts from across your network (Exists as a widget) : <strong>13 votes</strong>.</li><li>A block to display Sitewide Notices posted by the site administrator (Exists as a widget) : <strong>12 votes</strong>.</li><li>A block to dynamicaly list the recently active, popular, newest, or alphabetical groups (Exists as a widget) : <strong>11 votes</strong>.</li><li>A block to display Profile photos of online users (Exists as a widget) : <strong>10 votes</strong>.</li><li><em>A block to highlight a single Group</em> : <strong>10 votes</strong>.</li><li><em>A block to highlight a single Member</em> : <strong>10 votes</strong>.</li><li>A block to dynamicaly list the recently active, popular, and newest Friends of a given member (Exists as a widget) : <strong>9 votes</strong>.</li><li>A block to display the Profile photos of recently active members (Exists as a widget) : <strong>9 votes</strong>.</li><li>A block to restrict content to a Group type : <strong>9 votes</strong>.</li><li>A block to dynamicaly list the recently active, popular, and newest members (Exists as a widget) : <strong>8 votes</strong>.</li><li>A block to restrict content to a Member type : <strong>8 votes</strong>.</li><li>A block to restrict content to Group members : <strong>7 votes</strong>.</li><li>A block to list the Member types : <strong>7 votes</strong>.</li><li>A block to display a selected Activity as a quote : <strong>6 votes</strong>.</li><li>A block to list the Group types : <strong>5 votes</strong>.</li><li>A placeholder block for directory pages to eventually make them benefit from wide alignments : <strong>5 votes</strong>.</li><li>No blocks! : <strong>3 votes</strong>.</li><li>Other : <strong>2 votes</strong>.</li></ul>\n\n\n\n<p>As you can see, top results are mostly corresponding to existing widgets except for:</p>\n\n\n\n<ul><li>A block to share a post or a page via the Activity Stream.</li><li><em>A block to highlight a single Group or a single Member</em>.</li></ul>\n\n\n\n<p>We also analyze from these results that there is no blocks expected to be a must have and it&#8217;s interesting to see that the 2 first blocks are about highlighting WordPress content. Finally only one suggestion was made : A &#8220;Block for Activity Stream component&#8221; (<em>PS: in Nouveau there&#8217;s an existing widget for it</em>).</p>\n\n\n\n<h2>About the BuddyPress development team&#8217;s decision regarding BuddyPress blocks.</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/11/starting-point-1024x520.png\" alt=\"\" class=\"wp-image-308935\" />Screen capture of the BuddyPress Blocks category when the <a href=\"https://github.com/buddypress/bp-blocks\">BP Blocks</a> plugin is active.</div>\n\n\n\n<p>We think working on blocks to highlight a single Group or a single Member is a good starting point. Moreover it&#8217;s something we don&#8217;t make possible yet. We also think converting existing widgets to blocks is an obvious move to do.</p>\n\n\n\n<p>We&#8217;ve decided to work on these blocks from a specific <a href=\"https://github.com/buddypress/bp-blocks\">GitHub repository</a> and to merge into the Core of the BuddyPress plugin the &#8220;JavaScript built&#8221; blocks as soon as they are ready. To the very least, we&#8217;ll have the 2 blocks to highlight a Group or a Member of your community site merged into BuddyPress for its next major release (<strong>6.0.0</strong>).</p>\n\n\n\n<p>We&#8217;ve just pushed the <a href=\"https://github.com/buddypress/bp-blocks/commit/227a15814cfbf239fb382ee5b11d29240a6ae54f\">minimal code</a> to start working on BuddyPress blocks into the BP Blocks&#8217; GitHub repository. We&#8217;ll soon add contributing notes into this repository so that you can help us building beautiful BuddyPress blocks. You can already share with us your &#8220;Pull Requests&#8221; forking the repository.</p>\n\n\n\n<p>If you can&#8217;t wait for the contributing notes to start working on BuddyPress Blocks, here&#8217;s a quick &#8220;how-to&#8221; :</p>\n\n\n\n<ul><li>Once you cloned your fork into your development environment, do <code>npm install</code></li><li>The JavaScript (ESNext) code for your block needs to land into the <code>/src/bp-{ID of the BP Component}/js/blocks/</code> directory.</li><li>Have a look at the way the <code>bp/member</code> block is registered <a href=\"https://github.com/buddypress/bp-blocks/blob/master/build/bp-members/bp-members-blocks.php#L19-L29\">here</a> to build your registration code.</li><li>run <code>npm start</code> to see how your JavaScript code behaves at each edit.</li></ul>\n\n\n\n<p>Let&#8217;s build awesome BuddyPress blocks, together &lt;3.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Nov 2019 18:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: People of WordPress: Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6063:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Kim Parsell</strong></h2>\n\n\n\n<p>We’d like to introduce you to Kim Parsell. Kim was an active and well-loved member of the WordPress community. Unfortunately, she passed away in 2015. Lovingly referred to as #wpmom, she leaves behind a legacy of service.&nbsp;</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Kim-Parsell-1.jpg?fit=632%2C252&ssl=1\" alt=\"\" class=\"wp-image-7664\" />Kim Parsell\n\n\n\n<h2><strong>How Kim became #wpmom</strong></h2>\n\n\n\n<p>In order to understand how highly valued the WordPress community was to Kim Parsell, you have to know a bit about her environment.</p>\n\n\n\n<p>Kim was a middle-aged woman who lived off a dirt road, on top of a hill, in Southern rural Ohio. She was often by herself, taking care of the property with only a few neighbors up and down the road.</p>\n\n\n\n<p>She received internet access from towers that broadcast wireless signals, similar to cell phones but at lower speeds.</p>\n\n\n\n<h2><strong>Connecting through attending live podcast recordings</strong></h2>\n\n\n\n<p>By listening to the regular podcast, WordPress Weekly, Kim met members of the WordPress community and was able to talk to them on a weekly basis. The show and its after-hours sessions provided Kim a chance to mingle with the who’s who of WordPress at the time. It helped establish long-lasting relationships that would open up future opportunities for her.</p>\n\n\n\n<p>Since she lived in a location where few around her used or had even heard of WordPress, the community was an opportunity for her to be with like-minded people. Kim enjoyed interacting with the community, both online and at WordCamp events, and many community members became her second family, a responsibility she took very seriously.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>&#8220;Many members of the WordPress community became her second family, a responsibility she took very seriously.&#8221;</em></p><cite><em>Jeff Chandler</em></cite></blockquote>\n\n\n\n<h2><strong>One of the first women of WordPress</strong></h2>\n\n\n\n<p>Kim is regarded as one of the first “women of WordPress,” investing a lot of her time in women who wanted to break into tech. She worked hard to create a safe environment sharing herself and her knowledge and was affectionately called #wpmom.</p>\n\n\n\n<p>She contributed countless hours of volunteer time, receiving “props” for 5 major releases of WordPress, and was active on the documentation team.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>&#8220;Affectionately called #wpmom, Kim was an investor. She invested countless hours into the WordPress project and in women who wanted to break into tech.&#8221;</em></p><cite><em>Carrie Dils</em></cite></blockquote>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/KimParsell2.jpg?fit=632%2C468&ssl=1\" alt=\"\" class=\"wp-image-7663\" />Kim at WordCamp San Francisco\n\n\n\n<h2><strong>Kim Parsell Memorial Scholarship</strong></h2>\n\n\n\n<p>In 2014, she received a travel stipend offered by the WordPress Foundation that enabled her to attend the WordPress community summit, held in conjunction with WordCamp San Francisco. She shared with anyone who would listen, that this was a life-changing event for her.&nbsp;</p>\n\n\n\n<p>The WordPress Foundation now offers that scholarship in her memory. The Kim Parsell Memorial Scholarship provides funding annually for a woman who contributes to WordPress to attend WordCamp US, a flagship event for the WordPress community.</p>\n\n\n\n<p>This scholarship truly is a fitting memorial. Her contributions have been vital to the project. Moreover, the way she treated and encouraged the people around her has been an inspiration to many.&nbsp;&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Her spirit lives on in the people she knew and inspired. Here’s hoping that the Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</em></p><cite><em>Drew Jaynes</em></cite></blockquote>\n\n\n\n<h2><strong>Kim is missed, but her spirit continues to live on</strong></h2>\n\n\n\n<p>Sadly Kim died just a few short months later. But her spirit lives on in the people she knew and inspired within her communities. The Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>), Jeff Chandler, Carrie Dils, Jayvee Arrellano, Jan Dembowski, Drew Jaynes</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2019 23:58:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Post Status: A Teenage Woman’s Perspective On The State of The Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=70959\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/a-teenage-womans-perspective-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6914:\"<p>Hello everyone! This year I got the chance to go to the <a href=\"https://poststatus.com/matt-mullenweg-state-of-the-word-2019/\">State of the Word</a>, which is a talk given by Matt Mullenweg each year at WordCamp US (WCUS). Here are my thoughts and views on this year’s State of the Word.</p>\n\n\n\n<p>Before he even got started with the State of the Word, Matt premiered a new documentary that focuses on the fact that WordPress is both open source and also a big community. The documentary takes you to WordCamp Phoenix, WordCamp US (2018), and others. It also gives you first-hand exposure to what the community is really like.</p>\n\n\n\n<p>Another thing that the film emphasizes, is the fact that everyone wants everyone in the community to succeed, and this might be one of the unique features of the WordPress community — how members are supportive of each other.</p>\n\n\n\n<h3>Let’s Get Started!</h3>\n\n\n\n<p>Matt discussed several milestones and release notes for WordPress.</p>\n\n\n\n<h4>Two different releases within a year:</h4>\n\n\n\n<ul><li>WordPress 5.1: Developer Experience Improvements&nbsp;</li><li>WordPress 5.2: New Widgets, which can be shown or hidden</li></ul>\n\n\n\n<h4>The future of releases:</h4>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><strong>WordPress 5.3</strong></p>\n\n\n\n<ul><li>November 12</li><li>Over 150 block editor improvements</li><li>Twenty Twenty theme</li><li>Admin Email Verification</li><li>Time/Date Component Fixes</li><li>PHP 7.4 Cap</li><li>MinPHP 5.6.20</li></ul>\n\n\n\n<p><strong>Mobile</strong></p>\n\n\n\n<ul><li>Got Gutenberg on mobile&nbsp;</li><li><strong>Almost</strong> done with offline mode</li><li>DARK MODE 8</li></ul>\n\n\n\n<p><strong>Social</strong></p>\n\n\n\n<ul><li>141 WordCamps&nbsp;</li><li>About 15 KidsCamp</li><li>HeroPress</li><li>There is going to be a new scholarship to bring more people to WCUS</li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2019/11/blocks.png\" alt=\"\" class=\"wp-image-71109\" />\n</div>\n</div>\n\n\n\n<h3>Let’s Time Travel…</h3>\n\n\n\n<div class=\"wp-block-columns has-3-columns\">\n<div class=\"wp-block-column\">\n<p><strong>A Year Ago</strong></p>\n\n\n\n<ul><li>People did not like Gutenberg</li></ul>\n\n\n\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2019/11/GUT.png\" alt=\"\" class=\"wp-image-71110\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><strong>Today</strong></p>\n\n\n\n<ul><li>They have added motion</li><li>Typewritter mode</li><li>Block previews</li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><strong>Future</strong></p>\n\n\n\n<ul><li>SOCIAL ICONS!!! (This is going to be a Gutenberg block)</li><li>The Navigation block/editor</li><li>GRADIENTS (I’m excited!)</li><li><span>Multi-Button Block</span></li><li>Block Directory&nbsp;</li><li>Block patterns&nbsp;</li></ul>\n</div>\n</div>\n\n\n\n<h3>Community</h3>\n\n\n\n<ul><li>There are so many different sites just using the block editor.</li><li>You are able to use Microsoft Word with the new editor using the Copy and Paste method.</li></ul>\n\n\n\n<h3>Beyond</h3>\n\n\n\n<p>Gutenberg is about 20% done. There are going to be 4 phases of Gutenberg:</p>\n\n\n\n<ul><li>Easier Editing</li><li>Customization</li><li>Collaboration</li><li>Multilingual</li></ul>\n\n\n\n<h3>Our Path Forward…</h3>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<ul><li>Help be the change&nbsp;\n<ul>\n<li>Go to Contributor Day</li>\n<li>Design Experiments by the WordPress team.</li>\n</ul>\n</li><li>More Blocks!\n<ul>\n<li>Learn JavaScript Deeply.&nbsp;</li>\n</ul>\n</li><li>Help <strong>Teach the change</strong></li><li>There are meetups everywhere</li><li>Help open the web.&nbsp;</li><li>Five for the future\n<ul>\n<li><a href=\"http://wordpress.org/5\">wordpress.org/5</a> or <a href=\"http://wordpress.org/five\">wordpress.org/five</a></li>\n</ul>\n</li></ul>\n\n\n\n<p></p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2019/11/path.png\" alt=\"\n\" class=\"wp-image-71111\" />\n</div>\n</div>\n\n\n\n<h3>My Thoughts</h3>\n\n\n\n<h4>As a young person…</h4>\n\n\n\n<p>As I was listening to the talk, I did find some golden gems that I thought my generation might be able to take advantage of and use to the benefit of both our generation and also the WordPress community.</p>\n\n\n\n<p>One of those things is the new documentary that shows how open the WordPress Community really is.</p>\n\n\n\n<p>Another thing, and yes, I am serious about this, is the fact that they are adding gradients to the WordPress editor for the Gutenberg blocks. I think that addition is going to bring out the artistic side of those of us who do not know how to do gradients in code yet.</p>\n\n\n\n<h4>That time I asked Matt Mullenweg a question…</h4>\n\n\n\n<p>One of the major things that I did during my WordCamp US trip happened during the Q&A; Session which is right after the State of the Word. I decided to try to ask a question of my own.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Me asking Matt Mullenweg a question\n\n\n\n<p>And to summarize, I asked what was Matt’s plan for the inclusion of the next generation of WordPress users. His response to that is the fact that <a href=\"https://poststatus.com/automattic-has-purchased-tumblr/\">Automattic bought Tumblr</a> and is going to turn the back end of their site into a Gutenberg-centric WordPress interface.</p>\n\n\n\n<p>I do not think that this is a bad thing. In fact, I think that this is a good thing because of the fact that Tumblr is something that is attracting the younger generation of users.</p>\n\n\n\n<p>I think Tumblr’s addition is going to be targeted towards some of the same people who are already using WordPress, and I was just hoping for a start to something that is able to capture a new group of people who are not using Tumblr to blog.</p>\n\n\n\n<p>And now I know what you are thinking, <em>Doesn’t KidsCamp already attract the younger generation</em>? I LOVE KidsCamp and everyone and everything to do with KidsCamp. But here is the thing, KidsCamp is something that happens in less than half of the WordCamps inside of the United States, and getting there might be difficult for some parents, especially if they are going to bring their kids with them.</p>\n\n\n\n<h3>In conclusion</h3>\n\n\n\n<p>The organization of the whole event played out nicely. The media (or the people who tweet the most) got to sit in the front rows for the convenience of taking photos and notes.</p>\n\n\n\n<p>There was no line for any of it, therefore we got the chance to fully enjoy the afternoon break that came right before the State of the Word.</p>\n\n\n\n<p>I’m glad I got to ask my question to Matt. I think that there are some different ways that different people from the WordPress community are able to step in and help, beyond Tumblr, and beyond KidsCamp.</p>\n\n\n\n<p>But that is going to come inside of a different blog post later in the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2019 23:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Themes of the Future: A Design Framework and a Master Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8863:\"<p>WordPress theming has a rich history.  Over the years, theme authors have brought a plethora of features to the platform.  In part, it is because they have often had to solve foundational issues with WordPress to create the features that end users want.</p>\n\n\n\n<p>The post and body classes all theme authors use today?  Those were originally in a theme called Sandbox.  </p>\n\n\n\n<p>Featured images?  Those were popularized by <em>magazine</em> themes a decade ago.  </p>\n\n\n\n<p>You think post formats originated with Tumblr?  Matt Mullenweg, co-creator of WordPress, taught us how to <a href=\"https://ma.tt/2004/05/asides/\">create aside posts</a> in our themes in 2004, but they existed before that.</p>\n\n\n\n<p>WordPress features often get their start in the theme world.  We sometimes take for granted the years of experimentation and iteration on ideas where theme authors are putting in the work.  Even the block editor is handling items that have traditionally been within the realm of theme design.  The cover block is a good example.  For years, theme authors built theme options for a basic hero image with text and buttons overlain.  The result was often clunky and not ideal for users.  By bringing this feature into core, it provided users the ability to put this cover block in any permitted block area.</p>\n\n\n\n<p>The reason many theme features make it to core is that they simply work better when they are standardized.  Users know what to expect, and theme authors can focus on the design aspect rather than solving the user experience problem.</p>\n\n\n\n<p>Part of the problem of the past is that each new feature adopted into core did not follow any standard design pattern or naming scheme.  A huge skill in designing WordPress themes is committing the mish-mash of hundreds of classes to memory.</p>\n\n\n\n<p>The block editor is in a unique position to change that by creating a universal design framework.</p>\n\n\n\n<h2>Does WordPress Need a Front-End Design Framework?</h2>\n\n\n\n<p>With block patterns coming in the future and full-site customization at some point after that, theme authors are wondering just exactly where this ship is sailing.  It is exciting because the possibilities are boundless for end users.  It is frightening for theme authors who have built their empires upon one way of doing things, but development is more about adaptation than anything else.</p>\n\n\n\n<p>Armed with the foreknowledge that the landscape is changing, this is the moment theme authors need to band together to shape their futures in a block-based world.</p>\n\n\n\n<p>There is a bit of a running joke in one of the developer groups I am involved in that core developers are not theme authors.  From the theme author perspective, it can sometimes seem like ideas are haphazardly thrown together with no thought toward CSS design systems.</p>\n\n\n\n<p><em>Oh, I see some BEM.  Why does this sub-element not follow the same naming scheme?  Wait. Is that a 38-character utility class?</em></p>\n\n\n\n<p>What WordPress has always lacked is a universal front-end design system.  At times, that has been a good thing.  It has allowed theme authors to use their preferred framework.  Any theme author who has been in the game long enough will tell you, that sort of flexibility is great&hellip;<em>until it is not</em>.  Have you ever tried adding contextual classes to widgets?  What about adding a utility class to the comment form wrapper?  You will need an Aspirin.  Or two.</p>\n\n\n\n<p>With WordPress, some things are set in stone and others are pluggable.  Some features follow a standard class-naming scheme and others make no sense.  The result for themes is often bloated CSS in an attempt to wrangle the various components.</p>\n\n\n\n<p>It is next to impossible to fully use a utility-class framework like <a href=\"https://tailwindcss.com\">Tailwind CSS</a> in a theme without recreating core features.  </p>\n\n\n\n<p>Much of this stems from years of legacy code piling up and WordPress&rsquo; commitment to backward compatibility.  But, the future does not have to resemble the past.  We are at the threshold of a new era, and now is the time for front end designers to jump into the conversation.</p>\n\n\n\n<p>WordPress needs a solid front-end design framework.</p>\n\n\n\n<p>That is a loaded statement.  If you put 20 designers in a room and ask them to discuss design frameworks, it could be a recipe for fisticuffs.  I tend to be an optimist and hope the debate provided results.</p>\n\n\n\n<p>Gutenberg has pushed us partially in this direction, but it does not quite go far enough.  With full-site editing in the future, there is a need for a more holistic approach in tackling this problem.</p>\n\n\n\n<p>More than anything, we need more front end designers in the conversation.  There is no way <code>.has-subtle-pale-green-background-color</code> should exist as a utility class over something like <code>.bg-pale-green</code>, <code>.bg-green-100</code>, or even <code>.background-pale-green</code>, if you want to be more verbose.  There was no concept of optimization that went into that decision.  In a time where developers are running on gigabyte internet connections, it is easy to forget that much of the world is following along at a slower pace.</p>\n\n\n\n<p>A component-based naming scheme with a healthy dose of utility classes is one option that could hit several sweet spots.  This is not an argument for one CSS framework over another.  There are many good, existing options.  WordPress should tackle this head on by borrowing from the groundwork laid down by other projects and creating something uniquely WordPress.  It should be a leader in the field.</p>\n\n\n\n<p>Design frameworks are also about plugins.  There is some crossover into the realm of themes where the two have been waging an ongoing war since the dawn of the theme system.  The battlefield between themes and plugins is littered with the deaths of good ideas.  Far too many never garnered the support they needed to land in core.  Some sort of universal design standard could stanch the flood of issues and call for a cease-fire.</p>\n\n\n\n<p>A plugin that outputs a custom front-end component has no way of knowing how the current theme handles vertical rhythm, for example. <em>Does it use top or bottom margin? What is the value and unit used?</em>  This is foundational stuff, and it is almost always broken when the plugin attempts to add custom CSS to handle it.</p>\n\n\n\n<p>WordPress needs a design framework, or language, that allows all of its moving parts to come together in harmony on the front end.  I am sure we will get there at some point.  I hope that it is more cohesive than the random components and naming schemes of the past.  We should also have a clear roadmap that fills in some of the technical details so developers and designers might be prepared.</p>\n\n\n\n<h2>Is a One-Theme Future Possible?</h2>\n\n\n\n<p>Rich Tabor makes the argument that core WordPress could provide a single parent theme in his article <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">A Look at WordPress Themes of the Future</a>.  The idea is that theme authors would be relegated to creating a child theme for this &ldquo;master&rdquo; theme.</p>\n\n\n\n<p>The gut reaction for many would be that it would not work, themes would lose their personality and we would live in a world of cookie-cutter designs.  </p>\n\n\n\n<p>The reality is that we are barreling toward a future where the idea of a single parent or master theme is a serious consideration.  </p>\n\n\n\n<p>Most themes are custom groupings of standard elements that exist in nearly all themes.  There are some decisions, aside from stylistic concerns, that make themes different from one another, such as the layout of the header.  One theme might have a site title and nav menu in one block.  Another might have a nav menu, title, and a second nav menu below.  Yet, another theme might show a search box.  In a world where full-site customization belongs to the user, those decisions become a part of the user experience rather than the developer experience.</p>\n\n\n\n<p>Themes will need to stand out with color palettes, typography, and their own brand of quirkiness &mdash; a return of the days of <a href=\"http://csszengarden.com/\">CSS Zen Garden</a> but on a much larger scale.</p>\n\n\n\n<p>I won&rsquo;t be sad about that.  It would be interesting to see the competition between the top designers in the field.  It may also bring WordPress theming back to an era when anyone could do it with a little CSS knowledge and determination.</p>\n\n\n\n<p>While we are not quite ready for a future in which one theme rules theme all, it is a place to start the conversation.  If we designed WordPress for this potential future, even if we never implement a master theme, what would the roadmap look like?  What obstacles stand in the way?  Is it feasible?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2019 21:13:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Oklahoma Watch Becomes First U.S. Publication on Newspack; 34 Pilot Newsrooms Announced for Second Round\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/oklahoma-watch-becomes-first-u-s-publication-on-newspack-34-pilot-newsrooms-announced-for-second-round\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7869:\"<div class=\"wp-block-image\"><img />Homepage of the Oklahoma Watch website on Newspack.</div>\n\n\n\n<p><a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a> is the first U.S. publication to relaunch and the second publication to go live on Newspack, a platform created this year to bring WordPress to newsrooms.  Newspack <a href=\"https://newspack.blog/2019/11/07/newspack-announces-second-set-of-pilot-newsrooms-first-u-s-site-relaunches-on-new-platform/\">announced the relaunch</a> today.  The announcement includes the list of 34 new publications that will work with the Newspack team during its second phase.</p>\n\n\n\n<p>Newspack is a project of Automattic, the parent company of WordPress.com. Its mission is to create a platform for more newsrooms to make the move to WordPress.  The team has been working alongside industry leaders and small publications during the pilot program this year to tackle issues with running online newsrooms.</p>\n\n\n\n<p>Chilean news site El Soberano was the first newsroom to go live on the new system, <a href=\"https://wptavern.com/chilean-news-publication-el-soberano-first-to-launch-on-newspack\">relaunching their site</a> on October 16.  Oklahoma Watch follows them as only the second publication to take the next step.  The remaining participants in the pilot program are expected to launch in the coming weeks.</p>\n\n\n\n<p>Oklahoma Watch is a non-partisan publication that does not publish opinion pieces.  It is a nonprofit news organization that covers stories on public-policy issues within the state of Oklahoma.  &ldquo;Those include education, criminal justice, public and mental health, state government, poverty, and human-needs issues that disproportionately affect women, children, and the disadvantaged,&rdquo; said executive editor David Fritze.  &ldquo;Our staples are in-depth stories, searchable data, interactives, public forums, live-tweeting and other social media, and, increasingly, video.&rdquo;</p>\n\n\n\n<p>The publication distributes its stories for free republication to around 100 newspapers and radio and TV news outlets throughout the state.</p>\n\n\n\n<h2>Oklahoma Watch&rsquo;s Move to Newspack</h2>\n\n\n\n<p>In 2013, the Oklahoma Watch site moved to <a href=\"https://largo.inn.org/\">Largo</a>, a WordPress theme framework for news publishers.  It is developed and maintained by the Institute for Nonprofit News.</p>\n\n\n\n<p>&ldquo;Our website was clean and bright, but was rather monotonous, with a long stack of same-sized headlines, excerpts and a right sidebar with typical fixtures, such as a newsletter sign-up ask and our Twitter feed,&rdquo; said Fritze.  After bringing on a visual journalist to bring the site up to date with media, they still felt tools were limited and needed a site refresh.</p>\n\n\n\n<p>&ldquo;We went live with Newspack more than a week ago, and we&rsquo;re still gradually digging around &mdash; spelunking in a way &mdash; to learn how to make the most of it,&rdquo; said Fritze.  &ldquo;But I would say it already has and will make a world of difference.&rdquo;</p>\n\n\n\n<p>He sent the following update to the publication&rsquo;s email subscribers.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>[Newspack] gives smaller organizations more tools to deliver their content in engaging, creative ways. What you will notice: a faster mobile experience; a better showcasing of visuals, stories, and informational bits, and a more vibrant, flexible home page &ndash; with new features to come. The goal is to make oklahomawatch.org a richer experience for you and to enhance the investigative reporting that is central to our mission.</p></blockquote>\n\n\n\n<p>The team switched from the classic editor and has been learning the block editor (Gutenberg) along with the Newspack tools.  Fritze said the team is happy about:</p>\n\n\n\n<ul><li>Being able to serve donation and subscription forms anywhere.</li><li>Having the ability to more easily manage their homepage content, media, and headlines.</li><li>Making changes without spending valuable time that would be better spent investigating stories.</li></ul>\n\n\n\n<p>As part of the initial pilot program, Oklahoma Watch was in a unique position to help make this an easier process for future publications on the platform.  &ldquo;We were fortunate to be a pilot site and have the full let&rsquo;s-develop-this attention of the Newspack team &mdash; on Slack, in regular video conference calls, in emails, and by phone,&rdquo; said Fritze.</p>\n\n\n\n<p>&ldquo;Early on, it became clear that some of the news sites&rsquo; reps were more well-versed in web tech and other programs than we were, so it took me a while to get my bearings,&rdquo; said Fritze of the process. &ldquo;But I requested specific features and preservation of one or two of the tools we already have and prefer.&rdquo;  One such tool was the <a href=\"https://tablepress.org/\">TablePress plugin</a>.  The Oklahoma Watch team uses it to display interactive, tabular data from CSV files.</p>\n\n\n\n<p>Fritze said he had a few requests for other features that are still pending, such as a film-strip-like homepage carousel.  However, the Newspack team was clear from the outset that not all plugins or features would be adopted for the system.</p>\n\n\n\n<p>&ldquo;Perhaps that would give some clients pause, not being able to pull any fish you wanted out of the sea of WordPress plugins, based on some mention on the web,&rdquo; said Fritze.  &ldquo;On the other hand, the quality control is reassuring, especially for smaller organizations like ours that have little time to go kicking those tires.&rdquo;</p>\n\n\n\n<p>In any controlled system, it makes sense that not every feature request will be granted.  It would increase the quality control burden.  However, without more control over tools or features, it could be a non-starter for some publications.</p>\n\n\n\n<p>Fritze does have a big feature request for the long term.  &ldquo;If there is one thing that Newspack should make sure happens going forward, it&rsquo;s to promote easy interaction among Newspack sites, including the ability to communicate one on one and find peer sites that have similar needs and challenges,&rdquo; he said.</p>\n\n\n\n<h2>Second Round of Pilot Newsrooms Announced</h2>\n\n\n\n<p>Oklahoma Watch and the 11 other newsrooms currently in the program are being followed by a larger group of publications.  The 34 new sites will have the benefit of the past seven months of work the Newspack team and pilot newsrooms put into the initial launch.  Newsrooms in the second phase are expected to relaunch their sites on the platform by the end of February 2020.</p>\n\n\n\n<p>Publications such as the <a href=\"https://www.hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://mlk50.com\">MLK50: Justice Through Journalism</a>, and <a href=\"https://www.dailyyonder.com/\">The Daily Yonder</a> are a part of the second group.  Most are small or medium-sized publications that focus on local news.  The full list is <a href=\"https://newspack.blog/2019/11/07/newspack-announces-second-set-of-pilot-newsrooms-first-u-s-site-relaunches-on-new-platform/\">available via the announcement post</a> on the Newspack blog.</p>\n\n\n\n<p>Like the first group, the new newsrooms will work directly with the Newspack team to identify and address technical issues faced in online journalism.  They will continue helping to design and test the platform&rsquo;s features.</p>\n\n\n\n<p>All pilot newsrooms will continue using Newspack for free until March 2020.  After that point, the price will jump to $1,000 per month.  The price includes priority access to Newspack developers, some level of premium support, quarterly benchmarking reports, and community membership with other Newspack users.</p>\n\n\n\n<p>The Newspack team plans to consider additional applications in January 2020.  Nearly 500 applicants have applied for the program thus far.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2019 18:50:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 18 Dec 2019 18:46:44 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 18 Dec 2019 18:30:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(20411,'_transient_timeout_mc4wp_mailchimp_lists','1576728256','no'),(20412,'_transient_mc4wp_mailchimp_lists','a:0:{}','no'),(185,'can_compress_scripts','1','no'),(697,'astra-settings','a:26:{s:18:\"theme-auto-version\";s:5:\"2.0.1\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:24:\"header-main-layout-width\";s:4:\"full\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"141\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:3:\"144\";}s:18:\"display-site-title\";b:0;s:20:\"display-site-tagline\";b:1;s:22:\"header-main-rt-section\";s:6:\"search\";s:24:\"mobile-header-breakpoint\";s:4:\"2210\";s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:17:\"logo-title-inline\";b:1;s:10:\"footer-adv\";s:8:\"layout-4\";s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-2\";s:27:\"footer-sml-section-1-credit\";s:41:\"Copyright © [current_year] [site_title] \";s:20:\"footer-sml-section-2\";s:4:\"menu\";s:23:\"footer-adv-border-width\";i:273;s:15:\"header-main-sep\";i:1;s:19:\"disable-primary-nav\";b:0;s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:29:\"transparent-header-on-devices\";s:4:\"both\";s:19:\"breadcrumb-position\";s:4:\"none\";s:28:\"breadcrumb-disable-home-page\";b:1;s:34:\"breadcrumb-disable-blog-posts-page\";b:1;s:26:\"single-post-sidebar-layout\";s:13:\"right-sidebar\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:21:\"different-mobile-logo\";b:0;}','yes'),(226,'current_theme','OceanWP','yes'),(227,'theme_mods_oceanwp','a:174:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:9:\"main_menu\";i:2;s:11:\"footer_menu\";i:5;s:11:\"topbar_menu\";i:6;s:11:\"mobile_menu\";i:2;}s:18:\"custom_css_post_id\";i:105;s:24:\"ocean_page_single_layout\";s:10:\"full-width\";s:27:\"ocean_search_custom_sidebar\";b:1;s:19:\"ocean_search_layout\";s:13:\"right-sidebar\";s:23:\"ocean_page_header_style\";s:6:\"hidden\";s:17:\"ocean_breadcrumbs\";b:1;s:13:\"ocean_top_bar\";b:1;s:26:\"ocean_blog_archives_layout\";s:10:\"full-width\";s:16:\"ocean_blog_style\";s:10:\"grid-entry\";s:23:\"ocean_blog_grid_columns\";s:1:\"3\";s:21:\"ocean_blog_grid_style\";s:8:\"fit-rows\";s:21:\"ocean_blog_entry_meta\";a:1:{i:0;s:10:\"categories\";}s:24:\"ocean_blog_single_layout\";s:13:\"both-sidebars\";s:22:\"ocean_blog_single_meta\";a:3:{i:0;s:10:\"categories\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:20:\"ocean_footer_widgets\";b:1;s:23:\"ocean_main_border_color\";s:7:\"#ffffff\";s:22:\"ocean_background_color\";s:7:\"#ffffff\";s:17:\"ocean_links_color\";s:7:\"#2973b5\";s:15:\"body_typography\";a:4:{s:5:\"color\";s:7:\"#000000\";s:11:\"font-family\";s:7:\"Poppins\";s:9:\"font-size\";s:2:\"15\";s:14:\"letter-spacing\";d:0.9;}s:18:\"ocean_header_style\";s:3:\"top\";s:19:\"ocean_header_height\";s:3:\"112\";s:30:\"ocean_has_header_border_bottom\";b:1;s:23:\"ocean_header_background\";s:7:\"#000000\";s:24:\"osh_shrink_header_height\";s:2:\"80\";s:26:\"ocean_main_container_width\";s:4:\"1400\";s:19:\"headings_typography\";a:2:{s:5:\"color\";s:7:\"#000000\";s:11:\"font-family\";s:7:\"Poppins\";}s:27:\"blog_entry_title_typography\";a:8:{s:5:\"color\";s:7:\"#333333\";s:11:\"font-family\";s:7:\"Poppins\";s:9:\"font-size\";s:2:\"25\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"line-height\";d:1.2;s:14:\"letter-spacing\";s:1:\"0\";}s:26:\"blog_post_title_typography\";a:3:{s:9:\"font-size\";s:2:\"70\";s:5:\"color\";s:7:\"#333333\";s:11:\"font-family\";s:7:\"Poppins\";}s:15:\"menu_typography\";a:5:{s:11:\"font-family\";s:5:\"Amiko\";s:11:\"font-weight\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"100%\";s:14:\"letter-spacing\";i:3;}s:30:\"ocean_menu_dropdown_top_border\";b:0;s:38:\"ocean_search_dropdown_input_background\";s:7:\"#ffffff\";s:33:\"ocean_search_dropdown_input_color\";s:7:\"#000000\";s:34:\"ocean_search_dropdown_input_border\";s:7:\"#000000\";s:40:\"ocean_search_dropdown_input_border_focus\";s:7:\"#000000\";s:21:\"ocean_menu_link_color\";s:7:\"#dd0b0b\";s:28:\"ocean_menu_link_color_active\";s:7:\"#0568bf\";s:30:\"ocean_dropdown_menu_background\";s:7:\"#000000\";s:27:\"ocean_dropdown_menu_borders\";s:7:\"#111111\";s:30:\"ocean_dropdown_menu_link_color\";s:7:\"#ffffff\";s:36:\"ocean_dropdown_menu_link_color_hover\";s:7:\"#ffffff\";s:33:\"ocean_dropdown_menu_link_hover_bg\";s:7:\"#111111\";s:46:\"ocean_mobile_menu_sidr_close_button_background\";s:7:\"#222222\";s:33:\"ocean_mobile_menu_sidr_background\";s:7:\"#333333\";s:23:\"ocean_mobile_menu_links\";s:7:\"#cccccc\";s:35:\"ocean_mobile_menu_sidr_search_color\";s:7:\"#ffffff\";s:42:\"ocean_mobile_menu_sidr_search_border_color\";s:7:\"#111111\";s:48:\"ocean_mobile_menu_sidr_search_border_color_focus\";s:7:\"#000000\";s:42:\"ocean_mobile_menu_sidr_search_button_color\";s:7:\"#cccccc\";s:48:\"ocean_mobile_menu_sidr_search_button_hover_color\";s:7:\"#ffffff\";s:32:\"ocean_blog_single_featured_image\";s:4:\"hide\";s:28:\"ocean_blog_single_author_box\";s:4:\"hide\";s:26:\"ocean_blog_single_comments\";s:4:\"hide\";s:20:\"copyright_typography\";a:4:{s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:2:\"11\";s:14:\"letter-spacing\";s:1:\"1\";s:11:\"font-family\";s:7:\"Poppins\";}s:22:\"footer_menu_typography\";a:4:{s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:2:\"11\";s:14:\"letter-spacing\";s:1:\"1\";s:11:\"font-family\";s:5:\"Amiko\";}s:27:\"ocean_footer_copyright_text\";s:40:\"© Copyright - 2019 Himalayan Hatha Yoga\";s:30:\"ocean_bottom_footer_link_color\";s:7:\"#000000\";s:36:\"ocean_bottom_footer_link_color_hover\";s:7:\"#333333\";s:11:\"custom_logo\";i:411;s:17:\"ocean_retina_logo\";s:0:\"\";s:17:\"ocean_logo_height\";s:2:\"80\";s:16:\"ocean_logo_width\";s:2:\"80\";s:29:\"osh_shrink_header_logo_height\";s:2:\"60\";s:19:\"ocean_primary_color\";s:7:\"#000000\";s:25:\"ocean_hover_primary_color\";s:7:\"#adadad\";s:27:\"ocean_blog_grid_images_size\";s:6:\"medium\";s:17:\"ocean_label_color\";s:7:\"#929292\";s:19:\"ocean_input_padding\";s:9:\"15px 20px\";s:24:\"ocean_input_border_width\";s:3:\"2px\";s:25:\"ocean_input_border_radius\";s:1:\"2\";s:24:\"ocean_input_border_color\";s:7:\"#dddddd\";s:30:\"ocean_input_border_color_focus\";s:7:\"#d3d3d3\";s:22:\"ocean_input_background\";s:7:\"#f7f7f7\";s:17:\"ocean_input_color\";s:7:\"#333333\";s:26:\"ocean_theme_button_padding\";s:9:\"20px 35px\";s:32:\"ocean_theme_button_border_radius\";s:1:\"2\";s:21:\"ocean_theme_button_bg\";s:7:\"#13aff0\";s:27:\"ocean_theme_button_hover_bg\";s:7:\"#0b7cac\";s:23:\"ocean_menu_search_style\";s:8:\"disabled\";s:30:\"ocean_bottom_footer_background\";s:7:\"#ffffff\";s:25:\"ocean_bottom_footer_color\";s:7:\"#000000\";s:38:\"ocean_blog_single_elements_positioning\";a:6:{i:0;s:5:\"title\";i:1;s:7:\"content\";i:2;s:12:\"social_share\";i:3;s:9:\"next_prev\";i:4;s:4:\"tags\";i:5;s:13:\"related_posts\";}s:24:\"ocean_mobile_menu_search\";b:0;s:29:\"ocean_center_header_left_menu\";s:1:\"6\";s:33:\"ocean_center_header_menu_position\";s:8:\"centered\";s:23:\"ocean_links_color_hover\";s:0:\"\";s:23:\"ocean_header_full_width\";b:0;s:20:\"ocean_logo_max_width\";i:500;s:21:\"ocean_logo_max_height\";i:285;s:21:\"ocean_menu_arrow_side\";b:0;s:17:\"ocean_menu_social\";b:1;s:19:\"ocean_menu_position\";s:11:\"center-menu\";s:33:\"ocean_vertical_header_transparent\";b:0;s:30:\"ocean_top_header_menu_position\";s:5:\"after\";s:23:\"ocean_menu_social_style\";s:7:\"colored\";s:24:\"ocean_menu_social_target\";s:5:\"blank\";s:27:\"ocean_menu_social_font_size\";i:14;s:26:\"ocean_menu_social_profiles\";a:1:{s:8:\"facebook\";s:0:\"\";}s:22:\"ocean_scroll_top_arrow\";s:14:\"fa fa-arrow-up\";s:25:\"ocean_scroll_top_position\";s:5:\"right\";s:26:\"ocean_search_post_per_page\";s:1:\"0\";s:23:\"ocean_top_header_height\";s:2:\"41\";s:26:\"ocean_header_border_bottom\";s:7:\"#ffffff\";s:32:\"ocean_top_header_menu_background\";s:7:\"#ffffff\";s:43:\"ocean_top_header_search_button_border_color\";s:7:\"#1e73be\";s:27:\"ocean_menu_link_color_hover\";s:7:\"#09478e\";s:26:\"ocean_menu_link_background\";s:7:\"#ffffff\";s:16:\"ocean_top_bar_bg\";s:7:\"#ffffff\";s:23:\"ocean_menu_links_effect\";s:5:\"three\";s:34:\"ocean_menu_links_effect_blue_color\";s:7:\"#dd1111\";s:30:\"ocean_dropdown_menu_top_border\";s:7:\"#17aeef\";s:20:\"ocean_dropdown_width\";s:3:\"180\";s:12:\"header_image\";s:13:\"remove-header\";s:27:\"ocean_logo_max_width_mobile\";i:236;s:32:\"ocean_mobile_menu_sidr_direction\";s:5:\"right\";s:28:\"ocean_logo_max_height_mobile\";i:130;s:15:\"logo_typography\";a:2:{s:11:\"line-height\";d:2.1;s:11:\"font-family\";s:7:\"Poppins\";}s:31:\"ocean_blog_entry_excerpt_length\";s:1:\"0\";s:29:\"ocean_blog_grid_equal_heights\";b:1;s:27:\"ocean_blog_pagination_style\";s:8:\"standard\";s:37:\"ocean_blog_entry_elements_positioning\";a:4:{i:0;s:14:\"featured_image\";i:1;s:5:\"title\";i:2;s:4:\"meta\";i:3;s:9:\"read_more\";}s:35:\"ocean_blog_single_page_header_title\";s:10:\"post-title\";s:38:\"ocean_blog_single_featured_image_title\";b:1;s:43:\"ocean_blog_single_title_breadcrumb_position\";s:4:\"left\";s:46:\"ocean_blog_single_title_bg_image_overlay_color\";s:7:\"#141414\";s:27:\"ocean_blog_related_taxonomy\";s:8:\"category\";s:24:\"ocean_top_bar_full_width\";b:0;s:38:\"ocean_top_bar_social_hover_links_color\";s:7:\"#dd3333\";s:32:\"ocean_top_bar_social_links_color\";s:7:\"#000000\";s:29:\"ocean_top_bar_social_profiles\";a:4:{s:8:\"facebook\";s:44:\"https://www.facebook.com/himalayanhathayoga/\";s:9:\"instagram\";s:46:\"https://www.instagram.com/himalayanhatha_yoga/\";s:5:\"email\";s:28:\"hello@himalayanhathayoga.com\";s:7:\"youtube\";s:56:\"https://www.youtube.com/channel/UC5B68Y1ICdhai3CSifxxAHg\";}s:19:\"ocean_top_bar_style\";s:3:\"two\";s:21:\"ocean_top_bar_content\";s:0:\"\";s:26:\"ocean_top_bar_border_color\";s:7:\"#ffffff\";s:24:\"ocean_blog_image_overlay\";b:0;s:36:\"ocean_single_post_next_prev_taxonomy\";s:8:\"post_tag\";s:21:\"ocean_menu_arrow_down\";b:1;s:19:\"top_menu_typography\";a:7:{s:11:\"font-family\";s:5:\"Amiko\";s:11:\"font-weight\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"13px\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";d:1.4;s:14:\"letter-spacing\";d:2.2;}s:30:\"footer_widget_title_typography\";a:4:{s:11:\"font-family\";s:5:\"Amiko\";s:9:\"font-size\";s:4:\"15px\";s:14:\"letter-spacing\";d:2.5;s:11:\"line-height\";d:0.9;}s:20:\"ocean_top_bar_social\";b:1;s:30:\"ocean_top_bar_social_font_size\";i:13;s:34:\"ocean_top_bar_social_right_padding\";s:2:\"11\";s:33:\"ocean_top_bar_social_left_padding\";s:2:\"11\";s:24:\"ocean_top_bar_text_color\";s:7:\"#000000\";s:24:\"ocean_top_bar_link_color\";s:7:\"#000000\";s:23:\"ocean_footer_background\";s:7:\"#000000\";s:29:\"ocean_footer_link_color_hover\";s:7:\"#005499\";s:24:\"ocean_footer_top_padding\";s:2:\"24\";s:27:\"ocean_footer_bottom_padding\";s:2:\"20\";s:19:\"ocean_footer_bottom\";b:1;s:31:\"ocean_bottom_footer_top_padding\";s:2:\"20\";s:21:\"heading_h1_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:21:\"heading_h2_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:21:\"heading_h3_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:21:\"heading_h4_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:24:\"menu_dropdown_typography\";a:1:{s:11:\"font-family\";s:5:\"Amiko\";}s:31:\"mobile_menu_dropdown_typography\";a:1:{s:11:\"font-family\";s:5:\"Amiko\";}s:22:\"breadcrumbs_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:31:\"sidebar_widget_title_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:18:\"widgets_typography\";a:1:{s:11:\"font-family\";s:7:\"Poppins\";}s:18:\"ocean_footer_color\";s:7:\"#ffffff\";s:22:\"ocean_pagination_color\";s:7:\"#000000\";s:31:\"ocean_single_post_sidebar_order\";s:15:\"content-sidebar\";s:29:\"ocean_single_post_heading_tag\";s:2:\"h2\";s:24:\"ocean_blog_related_count\";s:1:\"3\";s:45:\"ocean_blog_single_both_sidebars_content_width\";s:0:\"\";s:46:\"ocean_blog_single_both_sidebars_sidebars_width\";s:0:\"\";s:37:\"ocean_blog_single_title_bg_image_size\";s:5:\"cover\";s:39:\"ocean_blog_single_title_bg_image_height\";s:3:\"800\";s:48:\"ocean_blog_single_title_bg_image_overlay_opacity\";s:3:\"0.3\";s:31:\"ocean_blog_single_content_width\";s:4:\"1000\";s:26:\"ocean_blog_related_columns\";s:1:\"3\";s:41:\"ocean_blog_single_title_bg_image_position\";s:8:\"top left\";s:39:\"ocean_blog_single_title_bg_image_repeat\";s:9:\"no-repeat\";}','yes'),(228,'theme_switched','','yes'),(461,'elementor_disable_color_schemes','yes','yes'),(462,'elementor_disable_typography_schemes','yes','yes'),(463,'elementor_container_width','1412','yes'),(493,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(494,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(255,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:29:\"ocean-extra/includes/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"2.3.0.4\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1569015545;s:11:\"plugin_path\";s:27:\"ocean-extra/ocean-extra.php\";}}s:7:\"abspath\";s:37:\"/home/neurop9/himalayanhathayoga.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:27:\"ocean-extra/ocean-extra.php\";s:8:\"sdk_path\";s:29:\"ocean-extra/includes/freemius\";s:7:\"version\";s:7:\"2.3.0.4\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1569015545;}}','yes'),(256,'fs_debug_mode','','yes'),(257,'fs_accounts','a:9:{s:21:\"id_slug_type_path_map\";a:2:{i:3752;a:3:{s:4:\"slug\";s:7:\"oceanwp\";s:4:\"type\";s:5:\"theme\";s:4:\"path\";s:21:\"oceanwp/functions.php\";}i:266;a:3:{s:4:\"slug\";s:15:\"nextgen-gallery\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:29:\"nextgen-gallery/nggallery.php\";}}s:10:\"theme_data\";a:1:{s:7:\"oceanwp\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"oceanwp/functions.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1569015545;s:17:\"was_plugin_loaded\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.7.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:22:\"himalayanhathayoga.com\";s:9:\"server_ip\";s:10:\"80.2.240.3\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1569015545;s:7:\"version\";s:5:\"1.7.1\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1569018457;s:7:\"version\";s:5:\"1.7.1\";}}}s:13:\"file_slug_map\";a:2:{s:7:\"oceanwp\";s:7:\"oceanwp\";s:29:\"nextgen-gallery/nggallery.php\";s:15:\"nextgen-gallery\";}s:6:\"themes\";a:1:{s:7:\"oceanwp\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:7:\"OceanWP\";s:4:\"slug\";s:7:\"oceanwp\";s:12:\"premium_slug\";s:15:\"oceanwp-premium\";s:4:\"type\";s:5:\"theme\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:7:\"oceanwp\";s:7:\"version\";s:5:\"1.7.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";s:4:\"3767\";s:17:\"bundle_public_key\";s:32:\"pk_c334eb1ae413deac41e30bf00b9dc\";s:10:\"public_key\";s:32:\"pk_043077b34f20f5e11334af3c12493\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3752\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"9c5cbafbbdeb991200f16cb7129db27e\";s:13:\"admin_notices\";a:1:{s:13:\"oceanwp:theme\";a:0:{}}s:6:\"addons\";a:1:{i:3752;a:22:{i:0;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Footer Callout\";s:4:\"slug\";s:20:\"ocean-footer-callout\";s:12:\"premium_slug\";s:20:\"ocean-footer-callout\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3754\";s:11:\"description\";s:280:\"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:65:\"Add some important information about your company in your footer.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png\";s:15:\"selling_point_0\";s:41:\"Display/hide the callout on any page/post\";s:15:\"selling_point_1\";s:48:\"Edit the content and button url on any page/post\";s:15:\"selling_point_2\";s:39:\"Display the page content on the callout\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png\";}s:2:\"id\";s:3:\"821\";s:7:\"updated\";s:19:\"2019-08-04 06:53:40\";s:7:\"created\";s:19:\"2019-05-16 04:54:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_c3ff094ed1cbaf287c6f833d3ba09\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3754\";s:7:\"updated\";s:19:\"2019-12-18 16:45:10\";s:7:\"created\";s:19:\"2019-05-06 13:24:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:4:\"slug\";s:19:\"ocean-sticky-header\";s:12:\"premium_slug\";s:19:\"ocean-sticky-header\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3755\";s:11:\"description\";s:512:\"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>\";s:17:\"short_description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png\";s:15:\"selling_point_0\";s:51:\"Stick manually, perfect for the Custom Header style\";s:15:\"selling_point_1\";s:17:\"Fixed the top bar\";s:15:\"selling_point_2\";s:17:\"Add sticky mobile\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png\";}s:2:\"id\";s:3:\"829\";s:7:\"updated\";s:19:\"2019-08-04 07:27:06\";s:7:\"created\";s:19:\"2019-05-16 05:01:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_21f01f3d0a79bcd65042e3c332188\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3755\";s:7:\"updated\";s:19:\"2019-12-18 18:38:20\";s:7:\"created\";s:19:\"2019-05-06 13:27:16\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:16:\"Ocean Side Panel\";s:4:\"slug\";s:16:\"ocean-side-panel\";s:12:\"premium_slug\";s:16:\"ocean-side-panel\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3756\";s:11:\"description\";s:443:\"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png\";s:15:\"selling_point_0\";s:44:\"Add your widgets into the Side Panel sidebar\";s:15:\"selling_point_1\";s:39:\"Choose your icon for the opening button\";s:15:\"selling_point_2\";s:31:\"Add text for the opening button\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png\";}s:2:\"id\";s:3:\"827\";s:7:\"updated\";s:19:\"2019-08-04 07:22:03\";s:7:\"created\";s:19:\"2019-05-16 05:00:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_95ab9dabcffc015befcfaf19dd91e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3756\";s:7:\"updated\";s:19:\"2019-12-18 18:16:33\";s:7:\"created\";s:19:\"2019-05-06 13:30:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:12:\"premium_slug\";s:23:\"ocean-elementor-widgets\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3757\";s:11:\"description\";s:1290:\"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>\";s:17:\"short_description\";s:75:\"Add many new powerful widgets to the popular free page builder - Elementor.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png\";s:15:\"selling_point_0\";s:23:\"Image Comparison widget\";s:15:\"selling_point_1\";s:21:\"Instagram Feed widget\";s:15:\"selling_point_2\";s:12:\"Table widget\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png\";}s:2:\"id\";s:3:\"820\";s:7:\"updated\";s:19:\"2019-08-04 06:51:31\";s:7:\"created\";s:19:\"2019-05-16 04:53:49\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_25eeed8cddc1b8bede158756886e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3757\";s:7:\"updated\";s:19:\"2019-12-18 16:32:14\";s:7:\"created\";s:19:\"2019-05-06 13:36:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:4;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Hooks\";s:4:\"slug\";s:11:\"ocean-hooks\";s:12:\"premium_slug\";s:11:\"ocean-hooks\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3758\";s:11:\"description\";s:278:\"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>\";s:17:\"short_description\";s:60:\"Add your custom content throughout various areas of OceanWP.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png\";s:15:\"selling_point_0\";s:48:\"Add different content for the same hook location\";s:15:\"selling_point_1\";s:13:\"Add shortcode\";s:15:\"selling_point_2\";s:12:\"Add PHP code\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png\";}s:2:\"id\";s:3:\"823\";s:7:\"updated\";s:19:\"2019-08-04 07:02:53\";s:7:\"created\";s:19:\"2019-05-16 04:54:56\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_bf5672ee85c0032b2b4d7c0a3d244\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3758\";s:7:\"updated\";s:19:\"2019-12-18 16:22:26\";s:7:\"created\";s:19:\"2019-05-06 13:39:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:5;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Footer\";s:4:\"slug\";s:19:\"ocean-sticky-footer\";s:12:\"premium_slug\";s:19:\"ocean-sticky-footer\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3759\";s:11:\"description\";s:163:\"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>\";s:17:\"short_description\";s:69:\"A simple extension to attach your footer to the bottom of the screen.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Add menu in the footer bar\";s:15:\"selling_point_1\";s:26:\"Add text in the footer bar\";s:15:\"selling_point_2\";s:22:\"Choose your own colors\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png\";}s:2:\"id\";s:3:\"828\";s:7:\"updated\";s:19:\"2019-08-04 07:25:54\";s:7:\"created\";s:19:\"2019-05-16 05:00:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_5552f1b8d38d0f09df4b2990b57b2\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3759\";s:7:\"updated\";s:19:\"2019-12-18 16:21:35\";s:7:\"created\";s:19:\"2019-05-06 13:41:42\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:6;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Woo Popup\";s:4:\"slug\";s:15:\"ocean-woo-popup\";s:12:\"premium_slug\";s:23:\"ocean-woo-popup-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3760\";s:11:\"description\";s:333:\"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>\";s:17:\"short_description\";s:79:\"A simple extension to display a popup when you click on the Add To Cart button.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png\";s:15:\"selling_point_0\";s:108:\"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup\";s:15:\"selling_point_1\";s:52:\"Control width, height, padding and the border radius\";s:15:\"selling_point_2\";s:50:\"Show/hide and reorganize the elements of the popup\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png\";}s:2:\"id\";s:3:\"831\";s:7:\"updated\";s:19:\"2019-08-04 07:39:37\";s:7:\"created\";s:19:\"2019-05-16 05:02:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_9414dbc7719b150c20046f728e994\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3760\";s:7:\"updated\";s:19:\"2019-12-18 17:23:17\";s:7:\"created\";s:19:\"2019-05-06 13:53:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:7;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Portfolio\";s:4:\"slug\";s:15:\"ocean-portfolio\";s:12:\"premium_slug\";s:15:\"ocean-portfolio\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3761\";s:11:\"description\";s:473:\"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>\";s:17:\"short_description\";s:75:\"A complete extension to display your portfolio and work in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png\";s:15:\"selling_point_0\";s:75:\"Display your portfolio anywhere you want via a page template or a shortcode\";s:15:\"selling_point_1\";s:24:\"Show/hide the filter bar\";s:15:\"selling_point_2\";s:58:\"Control the filter bar positioning, styling and typography\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png\";}s:2:\"id\";s:3:\"826\";s:7:\"updated\";s:19:\"2019-08-04 07:20:12\";s:7:\"created\";s:19:\"2019-05-16 04:56:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_d0109c81ea2f48fdfa29c30d9d20b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3761\";s:7:\"updated\";s:19:\"2019-12-18 16:20:14\";s:7:\"created\";s:19:\"2019-05-06 13:55:52\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:8;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean White Label\";s:4:\"slug\";s:17:\"ocean-white-label\";s:12:\"premium_slug\";s:17:\"ocean-white-label\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3762\";s:11:\"description\";s:302:\"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>\";s:17:\"short_description\";s:69:\"Impress clients by replacing the OceanWP name by your own brand name.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png\";s:15:\"selling_point_0\";s:45:\"Add your own branding name in the admin pages\";s:15:\"selling_point_1\";s:68:\"Add your own theme name, author, author url, description, screenshot\";s:15:\"selling_point_2\";s:41:\"Remove the White Label box in Theme Panel\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png\";}s:2:\"id\";s:3:\"830\";s:7:\"updated\";s:19:\"2019-08-04 07:36:38\";s:7:\"created\";s:19:\"2019-05-16 05:01:36\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_c9bb8f8d46af4c19cc2b66105accb\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3762\";s:7:\"updated\";s:19:\"2019-12-18 16:19:39\";s:7:\"created\";s:19:\"2019-05-06 13:57:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:9;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Instagram\";s:4:\"slug\";s:15:\"ocean-instagram\";s:12:\"premium_slug\";s:15:\"ocean-instagram\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3763\";s:11:\"description\";s:224:\"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes &amp; comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>\";s:17:\"short_description\";s:70:\"Fetch and customize your Instagram feed to display in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Display your Instagram photos\";s:15:\"selling_point_1\";s:24:\"Choose the column number\";s:15:\"selling_point_2\";s:34:\"Show/hide the likes &amp; comments\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png\";}s:2:\"id\";s:3:\"824\";s:7:\"updated\";s:19:\"2019-08-04 07:11:09\";s:7:\"created\";s:19:\"2019-05-16 04:55:16\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_60babf307a20c89d435bcd61d54e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3763\";s:7:\"updated\";s:19:\"2019-12-18 16:26:42\";s:7:\"created\";s:19:\"2019-05-06 14:00:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:10;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:4:\"slug\";s:17:\"ocean-popup-login\";s:12:\"premium_slug\";s:17:\"ocean-popup-login\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3764\";s:11:\"description\";s:185:\"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>\";s:17:\"short_description\";s:59:\"A plugin to add a popup login/register form where you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png\";s:15:\"selling_point_0\";s:42:\"Add the login/register link where you want\";s:15:\"selling_point_1\";s:14:\"Style the form\";s:15:\"selling_point_2\";s:34:\"Add a background image in the form\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png\";}s:2:\"id\";s:3:\"825\";s:7:\"updated\";s:19:\"2019-08-04 07:12:58\";s:7:\"created\";s:19:\"2019-05-16 04:55:50\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e0499681c773af2bbac0016bb24ff\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3764\";s:7:\"updated\";s:19:\"2019-12-18 16:31:51\";s:7:\"created\";s:19:\"2019-05-06 14:02:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:11;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:12:\"premium_slug\";s:19:\"ocean-cookie-notice\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3765\";s:11:\"description\";s:368:\"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>\";s:17:\"short_description\";s:91:\"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png\";s:15:\"selling_point_0\";s:59:\"Add scripts that will be loaded only after the user consent\";s:15:\"selling_point_1\";s:49:\"Choose to reload the page after the cookie accept\";s:15:\"selling_point_2\";s:17:\"Two notice styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png\";}s:2:\"id\";s:3:\"817\";s:7:\"updated\";s:19:\"2019-08-04 06:36:09\";s:7:\"created\";s:19:\"2019-05-15 10:13:47\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_2ebffcd411ce5f21e543822065b7d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3765\";s:7:\"updated\";s:19:\"2019-12-18 16:14:40\";s:7:\"created\";s:19:\"2019-05-06 14:04:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:12;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Full Screen\";s:4:\"slug\";s:17:\"ocean-full-screen\";s:12:\"premium_slug\";s:17:\"ocean-full-screen\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3766\";s:11:\"description\";s:241:\"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>\";s:17:\"short_description\";s:63:\"A simple and easy way to create a fullscreen scrolling website.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png\";s:15:\"selling_point_0\";s:16:\"Very easy to use\";s:15:\"selling_point_1\";s:28:\"Add your own scrolling speed\";s:15:\"selling_point_2\";s:21:\"Add a side navigation\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png\";}s:2:\"id\";s:3:\"822\";s:7:\"updated\";s:19:\"2019-08-04 06:57:28\";s:7:\"created\";s:19:\"2019-05-16 04:54:33\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e0f5fb19e66d3b97f64adb891fae5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3766\";s:7:\"updated\";s:19:\"2019-12-18 16:13:37\";s:7:\"created\";s:19:\"2019-05-06 14:06:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:13;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Pro Demos\";s:4:\"slug\";s:15:\"ocean-pro-demos\";s:12:\"premium_slug\";s:15:\"ocean-pro-demos\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_a34c58ab5e7159d54e88175c1c03f\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3797\";s:7:\"updated\";s:19:\"2019-12-18 18:36:27\";s:7:\"created\";s:19:\"2019-05-14 12:39:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:14;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Extra\";s:4:\"slug\";s:11:\"ocean-extra\";s:12:\"premium_slug\";s:19:\"ocean-extra-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3806\";s:11:\"description\";s:759:\"<ul>\n<li style=\"color: #333;font-weight: 600\">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style=\"color: #333;font-weight: 600;margin-top: 20px\">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts &amp; styles</li>\n<li>Import/Export the customizer settings</li> </ul>\";s:17:\"short_description\";N;s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png\";s:15:\"selling_point_0\";s:31:\"Change the layout per page/post\";s:15:\"selling_point_1\";s:32:\"Select the sidebar per page/post\";s:15:\"selling_point_2\";s:45:\"Add gallery image for the gallery post format\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png\";}s:2:\"id\";s:3:\"832\";s:7:\"updated\";s:19:\"2019-08-04 07:50:27\";s:7:\"created\";s:19:\"2019-05-16 08:37:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_dc69e18411e45b6f22272ac4586b1\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3806\";s:7:\"updated\";s:19:\"2019-05-16 07:48:04\";s:7:\"created\";s:19:\"2019-05-16 07:48:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:15;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:4:\"slug\";s:20:\"ocean-social-sharing\";s:12:\"premium_slug\";s:28:\"ocean-social-sharing-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3807\";s:11:\"description\";s:336:\"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>\";s:17:\"short_description\";s:58:\"A simple plugin to add social share buttons to your posts.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png\";s:15:\"selling_point_0\";s:106:\"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:27:\"Choose between three styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png\";}s:2:\"id\";s:3:\"838\";s:7:\"updated\";s:19:\"2019-08-04 08:00:26\";s:7:\"created\";s:19:\"2019-05-16 08:44:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_0aa6121ff893b29efa9a58d6c0ad5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3807\";s:7:\"updated\";s:19:\"2019-12-18 18:42:00\";s:7:\"created\";s:19:\"2019-05-16 07:53:38\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:16;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:21:\"Ocean Product Sharing\";s:4:\"slug\";s:21:\"ocean-product-sharing\";s:12:\"premium_slug\";s:29:\"ocean-product-sharing-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3809\";s:11:\"description\";s:177:\"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>\";s:17:\"short_description\";s:121:\"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Add social twitter, facebook, pinterest and email sharing\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:48:\"Add or edit the social sharing via a child theme\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png\";}s:2:\"id\";s:3:\"837\";s:7:\"updated\";s:19:\"2019-08-04 07:55:00\";s:7:\"created\";s:19:\"2019-05-16 08:43:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e8cc3b7980be98f86dc7286572cc0\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3809\";s:7:\"updated\";s:19:\"2019-12-18 18:41:56\";s:7:\"created\";s:19:\"2019-05-16 08:00:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:17;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Custom Sidebar\";s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:12:\"premium_slug\";s:28:\"ocean-custom-sidebar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3810\";s:11:\"description\";s:58:\"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>\";s:17:\"short_description\";s:136:\"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png\";s:15:\"selling_point_0\";s:38:\"Create an unlimited number of sidebars\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png\";}s:2:\"id\";s:3:\"833\";s:7:\"updated\";s:19:\"2019-08-04 07:47:46\";s:7:\"created\";s:19:\"2019-05-16 08:38:20\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e1fc615375e847fd4d955c62b2a34\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3810\";s:7:\"updated\";s:19:\"2019-12-18 18:41:52\";s:7:\"created\";s:19:\"2019-05-16 08:04:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:18;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Demo Import\";s:4:\"slug\";s:17:\"ocean-demo-import\";s:12:\"premium_slug\";s:27:\"activity-log-mainwp-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3811\";s:11:\"description\";s:55:\"<ul>\n<li>Import the sample data in one click</li> </ul>\";s:17:\"short_description\";s:80:\"Import the OceanWP demo content, widgets and customizer settings with one click.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png\";s:15:\"selling_point_0\";s:35:\"Import the sample data in one click\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png\";}s:2:\"id\";s:3:\"834\";s:7:\"updated\";s:19:\"2019-08-04 07:48:57\";s:7:\"created\";s:19:\"2019-05-16 08:39:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_28285e0f391b4955f4460589da147\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3811\";s:7:\"updated\";s:19:\"2019-12-18 18:37:21\";s:7:\"created\";s:19:\"2019-05-16 08:06:15\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:19;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:12:\"premium_slug\";s:26:\"ocean-posts-slider-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3813\";s:11:\"description\";s:373:\"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>\";s:17:\"short_description\";s:71:\"Display your latest posts in a beautiful slider with different options.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png\";s:15:\"selling_point_0\";s:24:\"Choose your slider style\";s:15:\"selling_point_1\";s:36:\"Enter the number of posts to display\";s:15:\"selling_point_2\";s:29:\"Select the size of the images\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png\";}s:2:\"id\";s:3:\"836\";s:7:\"updated\";s:19:\"2019-08-04 07:53:25\";s:7:\"created\";s:19:\"2019-05-16 08:42:09\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3813\";s:7:\"updated\";s:19:\"2019-12-18 18:14:58\";s:7:\"created\";s:19:\"2019-05-16 08:08:26\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:20;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:12:\"premium_slug\";s:26:\"ocean-modal-window-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3814\";s:11:\"description\";s:203:\"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>\";s:17:\"short_description\";s:80:\"Insert any content in a modals and place the opening button anywhere to open it.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png\";s:15:\"selling_point_0\";s:33:\"Create as many modals as you want\";s:15:\"selling_point_1\";s:24:\"Choose your custom width\";s:15:\"selling_point_2\";s:48:\"Insert the content you want (shortcodes allowed)\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png\";}s:2:\"id\";s:3:\"835\";s:7:\"updated\";s:19:\"2019-08-04 07:51:54\";s:7:\"created\";s:19:\"2019-05-16 08:40:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3814\";s:7:\"updated\";s:19:\"2019-12-18 18:36:08\";s:7:\"created\";s:19:\"2019-05-16 08:10:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:21;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Stick Anything\";s:4:\"slug\";s:20:\"ocean-stick-anything\";s:12:\"premium_slug\";s:28:\"ocean-stick-anything-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3815\";s:11:\"description\";s:190:\"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>\";s:17:\"short_description\";s:43:\"A simple plugin to stick anything you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Stick one or several elements\";s:15:\"selling_point_1\";s:82:\"Add an offset to add a spacing between the top of the page and your sticky element\";s:15:\"selling_point_2\";s:39:\"Destroy the sticky on the size you want\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png\";}s:2:\"id\";s:3:\"839\";s:7:\"updated\";s:19:\"2019-08-04 08:03:54\";s:7:\"created\";s:19:\"2019-05-16 08:45:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_f9a790f52e74ee60eb2812ba763dd\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3815\";s:7:\"updated\";s:19:\"2019-12-18 18:42:04\";s:7:\"created\";s:19:\"2019-05-16 08:12:51\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:11:\"plugin_data\";a:1:{s:15:\"nextgen-gallery\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:29:\"nextgen-gallery/nggallery.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1569601154;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"3.2.19\";s:14:\"plugin_version\";s:6:\"3.2.23\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:22:\"himalayanhathayoga.com\";s:9:\"server_ip\";s:10:\"80.2.240.3\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1569601154;s:7:\"version\";s:6:\"3.2.18\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1569601172;s:7:\"version\";s:6:\"3.2.18\";}}}s:7:\"plugins\";a:1:{s:15:\"nextgen-gallery\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:15:\"NextGEN Gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:12:\"premium_slug\";s:23:\"nextgen-gallery-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:29:\"nextgen-gallery/nggallery.php\";s:7:\"version\";s:6:\"3.2.23\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_009356711cd548837f074e1ef60a4\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"266\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}','yes'),(258,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(259,'elementor_version','2.8.0','yes'),(260,'widget_ocean_about_me','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_ocean_contact_info','a:2:{i:2;a:29:{s:5:\"title\";s:12:\"Contact Info\";s:5:\"style\";s:7:\"default\";s:4:\"text\";s:0:\"\";s:6:\"target\";s:4:\"self\";s:12:\"address_icon\";s:17:\"icon-location-pin\";s:12:\"address_text\";s:8:\"Address:\";s:7:\"address\";s:21:\"Street Name, FL 54785\";s:12:\"address_link\";s:0:\"\";s:10:\"phone_icon\";s:10:\"icon-phone\";s:10:\"phone_text\";s:6:\"Phone:\";s:5:\"phone\";s:12:\"621-254-2147\";s:10:\"phone_link\";s:0:\"\";s:11:\"mobile_icon\";s:22:\"icon-screen-smartphone\";s:11:\"mobile_text\";s:7:\"Mobile:\";s:6:\"mobile\";s:12:\"621-254-2147\";s:11:\"mobile_link\";s:0:\"\";s:8:\"fax_icon\";s:12:\"icon-printer\";s:8:\"fax_text\";s:4:\"Fax:\";s:3:\"fax\";s:12:\"621-254-2147\";s:10:\"email_icon\";s:13:\"icon-envelope\";s:10:\"email_text\";s:6:\"Email:\";s:5:\"email\";s:19:\"contact@support.com\";s:8:\"emailtxt\";s:19:\"contact@support.com\";s:8:\"web_icon\";s:9:\"icon-link\";s:8:\"web_text\";s:8:\"Website:\";s:3:\"web\";s:1:\"#\";s:6:\"webtxt\";s:15:\"yourwebsite.com\";s:5:\"skype\";s:12:\"YourUsername\";s:8:\"skypetxt\";s:13:\"Skype Call Us\";}s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_ocean_custom_links','a:2:{i:2;a:23:{s:5:\"title\";s:12:\"Useful Links\";s:5:\"count\";s:1:\"9\";s:6:\"target\";s:5:\"blank\";s:5:\"url_1\";s:17:\"www.yogivile.life\";s:6:\"text_1\";s:17:\"Yogiville Gurukul\";s:5:\"url_2\";s:23:\"www.yogiashokananda.com\";s:6:\"text_2\";s:16:\"Yogi Ashokananda\";s:5:\"url_3\";s:22:\"www.pranakriyayoga.com\";s:6:\"text_3\";s:16:\"Prana Kriya Yoga\";s:5:\"url_4\";s:27:\"www.atmakriyameditation.com\";s:6:\"text_4\";s:21:\"Atma Kriya Meditation\";s:5:\"url_5\";s:26:\"www.yogalifeconference.com\";s:6:\"text_5\";s:20:\"Yoga LIfe Conference\";s:5:\"url_6\";s:18:\"www.yogisattwa.com\";s:6:\"text_6\";s:10:\"Yogisattwa\";s:5:\"url_7\";s:17:\"www.yogivile.life\";s:6:\"text_7\";s:9:\"Yogiville\";s:5:\"url_8\";s:18:\"www.yafcharity.org\";s:6:\"text_8\";s:27:\"Yogi Ashokananda Foundation\";s:5:\"url_9\";s:21:\"https://atcharity.org\";s:6:\"text_9\";s:21:\"Ashok Tree Foundation\";s:6:\"url_10\";s:0:\"\";s:7:\"text_10\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_ocean_custom_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_ocean_facebook','a:2:{i:2;a:2:{s:5:\"title\";s:19:\"like us on Facebook\";s:9:\"like_args\";a:9:{s:4:\"href\";s:44:\"https://www.facebook.com/himalayanhathayoga/\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:11:\"colorscheme\";s:5:\"light\";s:10:\"show_faces\";b:1;s:6:\"stream\";b:1;s:11:\"show_border\";b:1;s:6:\"header\";b:0;s:10:\"force_wall\";b:0;}}s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_ocean_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_ocean_instagram','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(267,'widget_ocean_mailchimp','a:2:{i:2;a:7:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:103:\"Get all latest content delivered to your email. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";}s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_ocean_recent_posts','a:2:{i:2;a:7:{s:5:\"title\";s:12:\"Recent Posts\";s:9:\"post_type\";s:4:\"post\";s:8:\"taxonomy\";s:0:\"\";s:5:\"terms\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:5:\"order\";s:4:\"DESC\";s:7:\"orderby\";s:4:\"date\";}s:12:\"_multiwidget\";i:1;}','yes'),(269,'widget_ocean_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(270,'widget_ocean_social_share','a:2:{i:2;a:9:{s:5:\"title\";s:17:\"Please share this\";s:5:\"style\";s:7:\"minimal\";s:13:\"border_radius\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:16:\"twitter_username\";s:0:\"\";s:11:\"social_name\";i:0;s:12:\"social_share\";a:10:{i:0;s:7:\"twitter\";i:1;s:8:\"facebook\";i:2;s:10:\"googleplus\";i:3;s:9:\"pinterest\";i:4;s:8:\"linkedin\";i:5;s:5:\"viber\";i:6;s:2:\"vk\";i:7;s:6:\"reddit\";i:8;s:6:\"tumblr\";i:9;s:6:\"viadeo\";}}s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_ocean_tags','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(272,'widget_ocean_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(273,'widget_ocean_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(274,'widget_ocean_custom_header_logo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(275,'widget_ocean_custom_header_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(285,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:628:{i:0;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";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\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:311;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:312;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:313;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:314;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:315;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:326;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:328;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:330;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:334;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:338;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:340;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:343;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"614\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:347;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:352;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"611\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:355;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:360;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"609\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:362;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:373;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:375;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:377;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:381;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:384;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:386;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:388;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:391;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:397;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:400;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:403;a:14:{s:2:\"id\";s:5:\"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\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:412;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:425;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:427;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:3:\"612\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:437;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:444;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:450;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:453;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:463;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:473;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:474;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:476;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:478;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"613\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:531;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:539;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:547;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"610\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:552;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:555;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no');
INSERT INTO `wpvq_options` VALUES (286,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:33:\"Meet the Table of Contents Widget\";s:7:\"excerpt\";s:155:\"Elementor Pro 2.8 brings you an important tool to help improve your site’s user experience, accessibility, and SEO. Meet the Table of Contents widget.​\";s:7:\"created\";s:10:\"1576684235\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:129:\"https://elementor.com/blog/introducing-table-of-contents/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:44:\"Introducing New Color Picker &amp; Dark Mode\";s:7:\"excerpt\";s:147:\"Today, we introduce colorful new features to Elementor: Dark Mode, a new color picker and more responsive improvements to streamline your workflow.\";s:7:\"created\";s:10:\"1575902465\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:124:\"https://elementor.com/blog/introducing-color-picker/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"WordPress Rich Snippets Guide: Everything You Need to Know (Including Plugins) \";s:7:\"excerpt\";s:148:\"In this post, we\'ll cover everything you need to start getting rich snippets for your site, as well as review 5 of the leading Rich Snippet addons. \";s:7:\"created\";s:10:\"1574751419\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:113:\"https://elementor.com/blog/rich-snippets/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:50:\"Coming Soon — Black Friday and Cyber Monday 2019\";s:7:\"excerpt\";s:102:\"We are super excited to announce that we’ve prepared something extraordinary for this Black Friday. \";s:7:\"created\";s:10:\"1574338433\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:124:\"https://elementor.com/blog/black-friday-coming-soon/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:59:\"What Online Businesses Need to Know and Do for Black Friday\";s:7:\"excerpt\";s:220:\"With Black Friday/Cyber Monday weekend fast upon us, we\'ve put together a checklist and a cheat sheet so that we can enjoy Thanksgiving Dinner with our families, and rest easy knowing that we’ve got everything covered.\";s:7:\"created\";s:10:\"1574163835\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/black-friday-marketing/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(20509,'_transient_timeout_elementor_remote_info_api_data_2.8.0','1576737992','no'),(20510,'_transient_elementor_remote_info_api_data_2.8.0','a:3:{s:9:\"timestamp\";i:1576691820;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: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:\"2.8.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.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:\"5.3.0\";s:12:\"requires_php\";s:3:\"5.4\";}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:6:{i:0;s:5:\"he_IL\";i:1;s:5:\"en_GB\";i:2;s:5:\"en_NZ\";i:3;s:5:\"en_ZA\";i:4;s:5:\"en_AU\";i:5;s:5:\"en_CA\";}s:8:\"operator\";s:2:\"in\";}}}}}','no'),(20511,'_transient_timeout_feed_2dd0202377a060f0df35cceaacc2c13c','1576737993','no'),(20512,'_transient_feed_2dd0202377a060f0df35cceaacc2c13c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://siteorigin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Free WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Dec 2019 15:54:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"A Custom CSS Guide to Page Builder Row, Cell &amp; Widget Attributes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://siteorigin.com/custom-css-guide-page-builder-row-cell-widget-attributes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://siteorigin.com/custom-css-guide-page-builder-row-cell-widget-attributes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Nov 2019 12:59:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=205410\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:729:\"<p>Custom CSS is a quick and accessible method for hobbyists and developers to make style changes beyond what can be done using available settings. In this tutorial, we\'ll cover the Page Builder Attributes tab and how it can be used when making Custom CSS changes. This brief guide is aimed at users with a basic understanding of CSS or those wanting to go beyond using the Visual Editor in <a href=\"http://siteorigin.com/css\">SiteOrigin CSS</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/custom-css-guide-page-builder-row-cell-widget-attributes/\">A Custom CSS Guide to Page Builder Row, Cell &#038; Widget Attributes</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16047:\"<p>Custom CSS is a quick and accessible method for hobbyists and developers to make style changes beyond what can be done using available settings. In this tutorial, we&#8217;ll cover the Page Builder Attributes tab and how it can be used when making Custom CSS changes. This brief guide is aimed at users with a basic understanding of CSS or those wanting to go beyond using the Visual Editor in <a href=\"http://siteorigin.com/css\">SiteOrigin CSS</a>.</p>\n<p>The Attributes tab is available when editing Page Builder rows, cells, and widgets.</p>\n<h2>Row Attributes</h2>\n<p>To edit a Page Builder row, hover over the spanner icon on the right and click <span class=\"adminized-section\"><span class=\"adminized-part\">Edit Row</span></span>. Click the Attributes heading on the right to open the panel.</p>\n<div id=\"attachment_209308\" style=\"width: 248px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-209308\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/row-attributes-238x300.png\" alt=\"\" width=\"238\" height=\"300\" class=\"size-medium wp-image-209308\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/row-attributes-238x300.png 238w, https://siteorigin.com/wp-content/uploads/2019/11/row-attributes-554x699.png 554w, https://siteorigin.com/wp-content/uploads/2019/11/row-attributes-313x395.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/row-attributes.png 580w\" sizes=\"(max-width: 238px) 100vw, 238px\" /></p>\n<p id=\"caption-attachment-209308\" class=\"wp-caption-text\">Row Attributes.</p>\n</div>\n<p>The following fields are available.</p>\n<h4>Row ID</h4>\n<p>A custom ID that&#8217;ll be applied to the row. Only the ID name should be inserted, the preceding hash normally used shouldn&#8217;t be inserted. For example, if the custom row ID was named &#8220;services&#8221;, only insert the word <code>services</code>. Keep in mind that an ID name should only be used once.</p>\n<div id=\"attachment_209296\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-209296\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/row-id-300x142.png\" alt=\"\" width=\"300\" height=\"142\" class=\"size-medium wp-image-209296\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/row-id-300x142.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/row-id-313x149.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/row-id.png 548w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p id=\"caption-attachment-209296\" class=\"wp-caption-text\">Row ID.</p>\n</div>\n<p>The row ID will be output into the Page Builder markup as follows:</p>\n<p><img src=\"https://siteorigin.com/wp-content/uploads/2019/11/row-id-699x158.gif\" alt=\"\" width=\"699\" height=\"158\" class=\"alignnone size-large wp-image-209546\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/row-id-699x158.gif 699w, https://siteorigin.com/wp-content/uploads/2019/11/row-id-300x68.gif 300w, https://siteorigin.com/wp-content/uploads/2019/11/row-id-768x174.gif 768w, https://siteorigin.com/wp-content/uploads/2019/11/row-id-1050x238.gif 1050w, https://siteorigin.com/wp-content/uploads/2019/11/row-id-313x71.gif 313w\" sizes=\"(max-width: 699px) 100vw, 699px\" /></p>\n<h4>Row Class</h4>\n<p>A custom class that&#8217;ll be applied to the row. Only the class name should be inserted, the preceding period normally used shouldn&#8217;t be inserted. For example, if the custom row class was named &#8220;drop-shadow&#8221;, only insert the word <code>drop-shadow</code>.</p>\n<div id=\"attachment_209299\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-209299\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/row-class-300x94.png\" alt=\"\" width=\"300\" height=\"94\" class=\"size-medium wp-image-209299\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/row-class-300x94.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/row-class-313x98.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/row-class.png 554w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p id=\"caption-attachment-209299\" class=\"wp-caption-text\">Row Class.</p>\n</div>\n<p>The row class will be output into the Page Builder markup as follows:</p>\n<p><img src=\"https://siteorigin.com/wp-content/uploads/2019/11/row-class-1-699x148.png\" alt=\"\" width=\"699\" height=\"148\" class=\"alignnone size-large wp-image-210495\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/row-class-1-699x148.png 699w, https://siteorigin.com/wp-content/uploads/2019/11/row-class-1-300x64.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/row-class-1-768x163.png 768w, https://siteorigin.com/wp-content/uploads/2019/11/row-class-1-1050x223.png 1050w, https://siteorigin.com/wp-content/uploads/2019/11/row-class-1-313x66.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/row-class-1.png 1287w\" sizes=\"(max-width: 699px) 100vw, 699px\" /></p>\n<h4>Cell Class</h4>\n<p>A custom class that&#8217;ll be applied to each cell in the row. Only the class name should be inserted, the preceding period normally used shouldn&#8217;t be inserted. For example, if the custom row class was named &#8220;dark-bg&#8221;, only insert the word <code>dark-bg</code>.</p>\n<div id=\"attachment_209306\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-209306\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-class-1-300x96.png\" alt=\"\" width=\"300\" height=\"96\" class=\"size-medium wp-image-209306\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-class-1-300x96.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-1-313x100.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-1.png 552w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p id=\"caption-attachment-209306\" class=\"wp-caption-text\">Cell Class.</p>\n</div>\n<p>The row class will be output into the Page Builder markup as follows:</p>\n<p><img src=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2-699x220.png\" alt=\"\" width=\"699\" height=\"220\" class=\"alignnone size-large wp-image-210497\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2-699x220.png 699w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2-300x94.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2-768x241.png 768w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2-1050x330.png 1050w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2-313x98.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/cell-class-2.png 1308w\" sizes=\"(max-width: 699px) 100vw, 699px\" /></p>\n<p>For those new to CSS, the above three fields would be used in conjunction with a plugin like <a href=\"http://siteorigin.com/css\">SiteOrigin CSS</a> or the core field at <span class=\"adminized-section\"><span class=\"adminized-part\">Customize</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Additional CSS</span></span>. Once the ID or class name you require has been inserted in one of the above fields you&#8217;d then head over to <span class=\"adminized-section\"><span class=\"adminized-part\">Appearance</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Custom CSS</span></span> to create a rule targetted at the ID or class name you&#8217;ve inserted.</p>\n<p>A rule targetting our example row ID would look as follows:</p>\n<pre class=\"prettyprint \">#services {\n	&#47;* Declarations go here *&#47;\n}</pre>\n<p>A rule targetting our example row class would look as follows:</p>\n<pre class=\"prettyprint \">.drop-shadow {\n	&#47;* Declarations go here *&#47;\n}</pre>\n<p>A rule targetting our example cell class would look as follows:</p>\n<pre class=\"prettyprint \">.dark-bg {\n	&#47;* Declarations go here *&#47;\n}</pre>\n<h4>CSS Styles</h4>\n<p>The CSS Styles field allows for style declarations to be applied to the row. A CSS declaration is made up a property and a value, for example <code>font-size: 20px</code>. <code>font-size</code> is the property and <code>20px</code> is the value. One declaration should be added per line. The semi-colon that would normally be used at the end of each declaration isn&#8217;t necessary.</p>\n<div id=\"attachment_210502\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-210502\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/css-styles-300x148.png\" alt=\"\" width=\"300\" height=\"148\" class=\"size-medium wp-image-210502\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/css-styles-300x148.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-313x154.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles.png 518w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p id=\"caption-attachment-210502\" class=\"wp-caption-text\">CSS Styles field.</p>\n</div>\n<p>The declarations displayed in the above screenshot will be output as follows:</p>\n<p><a href=\"https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output.png\" rel=\"noopener noreferrer\" target=\"_blank\"><img src=\"https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output.png\" alt=\"\" width=\"2362\" height=\"450\" class=\"alignnone size-full wp-image-210505\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output.png 2362w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-300x57.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-699x133.png 699w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-768x146.png 768w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-1536x293.png 1536w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-2048x390.png 2048w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-1050x200.png 1050w, https://siteorigin.com/wp-content/uploads/2019/11/css-styles-output-313x60.png 313w\" sizes=\"(max-width: 2362px) 100vw, 2362px\" /></a></p>\n<h4>Mobile CSS Styles</h4>\n<p>Mobile CSS Styles will only be applied to screen resolutions below the mobile resolution set at <span class=\"adminized-section\"><span class=\"adminized-part\">Settings</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Page Builder</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Layout</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Mobile Width</span></span>.</p>\n<div id=\"attachment_210566\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-210566\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/mobile-css-styles-300x148.png\" alt=\"\" width=\"300\" height=\"148\" class=\"size-medium wp-image-210566\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/mobile-css-styles-300x148.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-css-styles-313x154.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-css-styles.png 518w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p id=\"caption-attachment-210566\" class=\"wp-caption-text\">Mobile CSS Styles</p>\n</div>\n<p>The declaration displayed in the above screenshot will be output as follows:</p>\n<p><a href=\"https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles.png\"><img src=\"https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles.png\" alt=\"\" width=\"2283\" height=\"447\" class=\"alignnone size-full wp-image-210574\" target=\"_blank\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles.png 2283w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-300x59.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-699x137.png 699w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-768x150.png 768w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-1536x301.png 1536w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-2048x401.png 2048w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-1050x206.png 1050w, https://siteorigin.com/wp-content/uploads/2019/11/mobile-cell-styles-313x61.png 313w\" sizes=\"(max-width: 2283px) 100vw, 2283px\" /></a></p>\n<h2>Cell Attributes</h2>\n<p>When editing a Page Builder row you can reveal the relevant Cell Styles field by clicking on the cell you&#8217;d like to edit. Click the Attributes heading on the right to open the panel.</p>\n<div id=\"attachment_210755\" style=\"width: 2019px\" class=\"wp-caption alignnone\"><a href=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-styles.png\"><img aria-describedby=\"caption-attachment-210755\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-styles.png\" alt=\"\" width=\"2009\" height=\"1044\" class=\"size-full wp-image-210755\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/cell-styles.png 2009w, https://siteorigin.com/wp-content/uploads/2019/11/cell-styles-300x156.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/cell-styles-699x363.png 699w, https://siteorigin.com/wp-content/uploads/2019/11/cell-styles-768x399.png 768w, https://siteorigin.com/wp-content/uploads/2019/11/cell-styles-1536x798.png 1536w, https://siteorigin.com/wp-content/uploads/2019/11/cell-styles-1050x546.png 1050w, https://siteorigin.com/wp-content/uploads/2019/11/cell-styles-313x163.png 313w\" sizes=\"(max-width: 2009px) 100vw, 2009px\" /></a></p>\n<p id=\"caption-attachment-210755\" class=\"wp-caption-text\">Click on the cell you&#8217;d like to edit to reveal the Cell Styles section.</p>\n</div>\n<p>The following fields are available.</p>\n<ul>\n<li>Cell ID</li>\n<li>Cell Class</li>\n<li>CSS Styles</li>\n<li>Mobile CSS Styles</li>\n</ul>\n<p>Cell attributes function in the same way as row attributes just targetted at the cell in question.</p>\n<h2>Widget Attributes</h2>\n<p>The Widget Styles panel is available on the right when editing any widget in Page Builder. Click the Attributes heading to open the panel.</p>\n<div id=\"attachment_210765\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https://siteorigin.com/wp-content/uploads/2019/11/widget-styles.png\"><img aria-describedby=\"caption-attachment-210765\" src=\"https://siteorigin.com/wp-content/uploads/2019/11/widget-styles-300x278.png\" alt=\"\" width=\"300\" height=\"278\" class=\"size-medium wp-image-210765\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/11/widget-styles-300x278.png 300w, https://siteorigin.com/wp-content/uploads/2019/11/widget-styles-313x290.png 313w, https://siteorigin.com/wp-content/uploads/2019/11/widget-styles.png 563w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></p>\n<p id=\"caption-attachment-210765\" class=\"wp-caption-text\">Click the Attributes heading in the Widget Styles panel to access widget level attribute fields.</p>\n</div>\n<p>The following fields are available.</p>\n<ul>\n<li>Widget ID</li>\n<li>Cell Class</li>\n<li>CSS Styles</li>\n<li>Mobile CSS Styles</li>\n</ul>\n<p>Widget attributes function in the same way as row and cell attributes just targetted at the widget in question.</p>\n<p>Thanks for reading, hopefully, you now have an overview of how row, cell and widget attributes can be used. If you have any questions or comments, please, let us know in the comments section below.</p>\n<h3>Do More with SiteOrigin Premium</h3>\n<p><a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> offers a huge array of additional functionality for Page Builder by SiteOrigin, the SiteOrigin Widgets Bundle, SiteOrigin CSS and all of our themes. SiteOrigin Premium also includes access to our next-level email support service, perfect for those times when you need fast and effective technical support.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/custom-css-guide-page-builder-row-cell-widget-attributes/\">A Custom CSS Guide to Page Builder Row, Cell &#038; Widget Attributes</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://siteorigin.com/custom-css-guide-page-builder-row-cell-widget-attributes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Migrating Parent to Child Theme Customizer Settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://siteorigin.com/migrating-parent-child-customizer-settings/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://siteorigin.com/migrating-parent-child-customizer-settings/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Aug 2019 14:47:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=191325\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:728:\"<p>A child theme ensures that your code-level customizations are kept safe and not overwritten during the theme update process. If you think you might need to make code-level customizations in the future, it\'s best to make use of a child theme from the beginning of your WordPress site\'s development. In this tutorial, we\'ll look at what happens to your Customizer settings when switching to a child theme late in the development process and how to quickly resolve the problem.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/migrating-parent-child-customizer-settings/\">Migrating Parent to Child Theme Customizer Settings</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3482:\"<p>A child theme ensures that your code-level customizations are kept safe and not overwritten during the theme update process. If you think you might need to make code-level customizations in the future, it&#8217;s best to make use of a child theme from the beginning of your WordPress site&#8217;s development. In this tutorial, we&#8217;ll look at what happens to your Customizer settings when switching to a child theme late in the development process and how to quickly resolve the problem using <a href=\"https://wordpress.org/plugins/customizer-export-import/\">Customizer Export/Import</a>.</p>\n<h3>Customizer Settings and Your Activated Theme</h3>\n<p>Customizer settings are safely stored in the database with each theme storing its own collection of settings. Just as with any other theme, a child theme has its own collection of settings stored in the database. When switching from your parent theme to a child theme for the first time, your Customizer settings will reset to their default values. This is no problem if you’re installing a child theme at the start of your site’s development. However, if you’ve already set up menus, backgrounds and a long list of theme settings, this is a big time waster.</p>\n<h3>Migrating Customizer Settings from the Parent to a Child Theme</h3>\n<p>Go to <span class=\"adminized-section\"><span class=\"adminized-part\">Plugins</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Add New</span></span>, search for and install <span class=\"adminized-section\"><span class=\"adminized-part\">Customizer Export/Import</span></span> plugin. </p>\n<p>With your parent theme activated go to <span class=\"adminized-section\"><span class=\"adminized-part\">Customize</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Export/Import</span></span>. Click the Export button which will download a <code>.dat</code> file to your desktop or downloads folder.</p>\n<p>Assuming your child theme has already been installed, go to <span class=\"adminized-section\"><span class=\"adminized-part\">Appearance</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Themes</span></span> or <span class=\"adminized-section\"><span class=\"adminized-part\">Appearance</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Customize</span></span> and activate it.</p>\n<p>With your child theme activated, go to <span class=\"adminized-section\"><span class=\"adminized-part\">Customize</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Export/Import</span></span>, under the Import heading, click the Choose File button, select the <code>.dat</code> file you downloaded in step two, enable the import images option and click Import.</p>\n<h3>Do More with SiteOrigin Premium</h3>\n<p><a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> offers a huge array of additional functionality for Page Builder by SiteOrigin, the SiteOrigin Widgets Bundle and all of our themes. SiteOrigin Premium also includes access to our next-level email support service, perfect for those times when you need fast and effective technical support.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/migrating-parent-child-customizer-settings/\">Migrating Parent to Child Theme Customizer Settings</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://siteorigin.com/migrating-parent-child-customizer-settings/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Create WooCommerce Templates with Page Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://siteorigin.com/woocommerce-templates-page-builder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://siteorigin.com/woocommerce-templates-page-builder/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Aug 2019 14:25:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=190344\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:690:\"<p>Take control of your WooCommerce layouts with Page Builder. <a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> version <code>1.10.0</code> includes our new WooCommerce Templates addon which allows you to build custom Page Builder templates for the Product, Archives, Shop, Cart, Empty Cart, Checkout and My Account pages. Reorganize existing WooCommerce content or add new content, all in the familiar Page Builder interface.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/woocommerce-templates-page-builder/\">Create WooCommerce Templates with Page Builder</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4485:\"<p>Take control of your WooCommerce layouts with Page Builder by SiteOrigin. <a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> version <code>1.10.0</code> includes our new WooCommerce Templates addon which allows you to build custom Page Builder templates for the Product, Archives, Shop, Cart, Empty cart, Checkout, and My account pages. Reorganize existing WooCommerce content or add new content, all in the familiar Page Builder interface.</p>\n<p><a href=\"https://siteorigin.com/premium-documentation/plugin-addons/woocommerce-templates/\">View the comprehensive documentation</a>.</p>\n<h3>WooCommerce Template Builder Interface</h3>\n<div id=\"attachment_190486\" style=\"width: 1616px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-190486\" src=\"https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default.jpg\" alt=\"WooCommerce Product Template\" width=\"1606\" height=\"1759\" class=\"size-full wp-image-190486\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default.jpg 1606w, https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default-274x300.jpg 274w, https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default-768x841.jpg 768w, https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default-638x699.jpg 638w, https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default-959x1050.jpg 959w, https://siteorigin.com/wp-content/uploads/2019/08/woocommerce-product-template-default-313x343.jpg 313w\" sizes=\"(max-width: 1606px) 100vw, 1606px\" /></p>\n<p id=\"caption-attachment-190486\" class=\"wp-caption-text\">WooCommerce Product Template</p>\n</div>\n<p>The WooCommerce Template Builder interface is separated into seven tabs:</p>\n<ul>\n<li>Product</li>\n<li>Product archive</li>\n<li>Shop</li>\n<li>Cart</li>\n<li>Empty cart</li>\n<li>Checkout</li>\n<li>My account</li>\n</ul>\n<p>The Product and Product archive tabs allow for multiple templates to be created. A default template can be assigned to all product and product archives pages, individual templates can be applied to specific products or product archives as required.</p>\n<h3>WooCommerce Sections in Widget Form</h3>\n<p>Each WooCommerce page section such as the Product short description or Product data tabs have been provided in widget form. </p>\n<div id=\"attachment_190702\" style=\"width: 2204px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-190702\" src=\"https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets.jpg\" alt=\"WooCommerce product template widgets\" width=\"2194\" height=\"994\" class=\"size-full wp-image-190702\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets.jpg 2194w, https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets-300x136.jpg 300w, https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets-768x348.jpg 768w, https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets-699x317.jpg 699w, https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets-1050x476.jpg 1050w, https://siteorigin.com/wp-content/uploads/2019/08/product-template-widgets-313x142.jpg 313w\" sizes=\"(max-width: 2194px) 100vw, 2194px\" /></p>\n<p id=\"caption-attachment-190702\" class=\"wp-caption-text\">Product template widgets</p>\n</div>\n<p>You can either start out a template with a prebuilt layout or create your own. In addition to existing WooCommerce functionality in widget form you can also add any of the widgets you&#8217;d normally make use of in Page Builder.</p>\n<h3>Compatible Themes</h3>\n<p>This addon supports themes that offer basic WooCommerce support such as <a href=\"https://wordpress.org/themes/vantage/\" target=\"_blank\" rel=\"noopener noreferrer\">Vantage</a>. Themes that have heavily modified WooCommerce templates such as Corp, unfortunately, aren&#8217;t supported. We hope to release a compatibility setting for Corp soon. If you&#8217;re unsure whether your theme will be compatible, feel free to reach out to us via email on <a href=\"mailto:support@siteorigin.com\">support@siteorigin.com</a>, we&#8217;ll gladly take a look.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/woocommerce-templates-page-builder/\">Create WooCommerce Templates with Page Builder</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://siteorigin.com/woocommerce-templates-page-builder/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Unique Page Styling with Custom CSS Body Classes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://siteorigin.com/unique-page-styling-custom-css-body-classes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://siteorigin.com/unique-page-styling-custom-css-body-classes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Aug 2019 14:10:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=188679\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:587:\"<p>The ability to make a rule specific to a post, page or group of posts is really useful and much easier than you might think. WordPress outputs class names into the body tag of each post or page, we can use those class names to prefix our CSS rules and thereby make them specific to the post, page or group of posts we\'d like to target.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/unique-page-styling-custom-css-body-classes/\">Unique Page Styling with Custom CSS Body Classes</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7783:\"<p>Cascading Style Sheets (CSS) is the programming language used to style your WordPress pages and posts. If you&#8217;d like to make small style changes that aren&#8217;t available via theme or plugin settings, Custom CSS is a great way to do that. Our <a href=\"https://siteorigin.com/css/\">SiteOrigin CSS</a> plugin offers a visual editor interface as well as a standard Custom CSS field for you to enter your CSS rules. If you aren&#8217;t familiar with CSS basics, our <a href=\"https://siteorigin.com/css/visual-editor/\">visual editor</a> is a great way to get started.</p>\n<p>We chat with many users that are comfortable adding Custom CSS rules but aren&#8217;t quite sure how to apply a particular rule to a page or group of pages. The ability to make a rule specific to a post, page or group of posts is really useful and much easier than you might think. WordPress outputs class names into the body tag of each post or page, we can use those class names to prefix our CSS rules and thereby make them specific to the post, page or group of posts we&#8217;d like to target. In this introductory tutorial, we&#8217;ll cover using your browser&#8217;s developer tool to locate body classes and how to apply them to your Custom CSS rules.</p>\n<h3>Opening Your Browser&#8217;s Developer Tool and Locating the Body Tag</h3>\n<p>To get started, browse to the page on your website that you&#8217;d like to customize. Next, open your browser&#8217;s developer tool either by right-clicking anywhere and selecting Inspect (Inspect Element for Firefox and Safari) or via the keyboard shortcut <code>Control + Shift + I</code> on Windows/Linux or <code>Command + Option + I</code> on Mac. In Chrome and Safari, ensure you&#8217;re viewing the Elements tab, in Firefox ensure you&#8217;re viewing the Inspector tab. Next, locate the <code>body</code> tag, you&#8217;ll find it close to the top of the page&#8217;s source code, just below the closing <code>head</code> tag.</p>\n<div id=\"attachment_189826\" style=\"width: 1585px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-189826\" src=\"https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag.jpg\" alt=\"Developer inspector view of body tag\" width=\"1575\" height=\"372\" class=\"size-full wp-image-189826\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag.jpg 1575w, https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag-300x71.jpg 300w, https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag-768x181.jpg 768w, https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag-699x165.jpg 699w, https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag-1050x248.jpg 1050w, https://siteorigin.com/wp-content/uploads/2019/08/inspector-body-tag-313x74.jpg 313w\" sizes=\"(max-width: 1575px) 100vw, 1575px\" /></p>\n<p id=\"caption-attachment-189826\" class=\"wp-caption-text\">Locate the body tag, just below the closing head tag.</p>\n</div>\n<p>In this example we&#8217;re viewing the <a href=\"https://demo.siteorigin.com/corp/ target=\"_blank\" rel=\"noopener noreferrer\">Corp demo home page</a>. There are two body classes we could use to target this particular page, either <code>home</code> or <code>page-id-31</code>.</p>\n<h3>Using a Page Body Class to Prefix a CSS Rule</h3>\n<p>Let&#8217;s say for example that we&#8217;d like to change the background color of the Corp demo home page footer. The footer background color is defined by the following CSS rule:</p>\n<pre class=\"prettyprint \">.site-footer {\n    background: #363a43;\n}</pre>\n<p>If we add the above rule to our Custom CSS and change the background value, the rule will be applied to the entire site. However, if we prefix the rule with one of the body classes specific to the home page, it&#8217;ll ensure the rule is only applied to the home page. The two body classes we can choose from are <code>home</code> or <code>page-id-31</code>, either can be used.</p>\n<pre class=\"prettyprint \">.home .site-footer {\n    background: #2f333b;\n}</pre>\n<p>The above rule will change the background color of the site footer from <code>#363a43</code> to <code>#2f333b</code> and will do so only on the home page. Note the period before the <code>home</code> class name. Class names are prefixed with a period when writing CSS.</p>\n<h3>Common WordPress Body Class Names</h3>\n<p>Below you&#8217;ll find a list of some of the class names used within WordPress. This list is to give you an idea of some of the common class names used but is by no means complete.</p>\n<p><strong>Home:</strong> <code>home</code><br />\nTargets the static home page assigned at <span class=\"adminized-section\"><span class=\"adminized-part\">Settings</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Reading</span></span>.</p>\n<p><strong>Blog:</strong> <code>blog</code><br />\nTargets the blog (posts) page assigned at <span class=\"adminized-section\"><span class=\"adminized-part\">Settings</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Reading</span></span>.</p>\n<p><strong>Pages:</strong> <code>page</code> to target all pages or <code>page-id-x</code> to target a single page.<br />\nReplace <code>x</code> with the ID of the page, you can locate the ID by editing the page and checking the URL, the page ID number will be the only number listed in the URL.</p>\n<p><strong>Posts:</strong> <code>single-post</code> to target all posts or <code>postid-x</code> to target a single post.<br />\nReplace <code>x</code> with the ID of the post, you can locate the ID by editing the post and checking the URL, the post ID number will be the only number listed in the URL.</p>\n<p><strong>Archive:</strong> <code>archive</code><br />\nApplies to all archive pages such as category, tag and author archives.</p>\n<p><strong>Category:</strong> <code>category</code> to target all category pages. <code>category-slug</code> or <code>category-x</code> can be used to target a single category. Replace <code>slug</code> with the category slug or <code>x</code> with the ID number of the category you&#8217;re targetting. Either can be used.</p>\n<p><strong>Tag:</strong> <code>tag</code> to target all tag pages. <code>tag-slug</code> or <code>tag-x</code> can be used to target a single tag. Replace <code>slug</code> with the tag slug or <code>x</code> with the ID number of the tag you&#8217;re targetting. Either can be used.</p>\n<p><strong>Author:</strong> <code>author</code> to target all author pages. <code>author-username</code> or <code>author-x</code> can be used to target a single author. Replace <code>username</code> with the author&#8217;s username or <code>x</code> with the ID number of the author you&#8217;re targetting. Either can be used.</p>\n<p><strong>404:</strong> <code>error404</code></p>\n<p><strong>Search Results:</strong> <code>search-results</code></p>\n<h3>Do More with Siteorigin Premium</h3>\n<p><a href=\"http://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> offers a huge array of additional functionality for Page Builder, the Widgets Bundle and all of our themes. Enhance SiteOrigin CSS with <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/web-font-selector/\">Web Font Selector</a> addon which allows you to easily choose from hundreds of beautiful web fonts right in the visual editor. SiteOrigin Premium also includes access to our next-level email support service, perfect for those times when you need fast and effective technical support.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/unique-page-styling-custom-css-body-classes/\">Unique Page Styling with Custom CSS Body Classes</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://siteorigin.com/unique-page-styling-custom-css-body-classes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Announcing the Mirror Widgets Addon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://siteorigin.com/announcing-the-mirror-widgets-addon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://siteorigin.com/announcing-the-mirror-widgets-addon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 May 2019 16:38:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=177070\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:599:\"<p>We\'re excited to announce that version <code>1.9</code> of SiteOrigin Premium introduces the Mirror Widgets addon. Create a widget once, use it everywhere. Update it and the changes reflect in all instances of the widget. The Mirror Widget addon is perfect for information or functionality that you’d like to insert in several places but manage in a single location.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/announcing-the-mirror-widgets-addon/\">Announcing the Mirror Widgets Addon</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1252:\"<p>We&#8217;re excited to announce that version <code>1.9</code> of <a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> introduces the Mirror Widgets addon. Create a widget once, use it everywhere. Update it and the changes reflect in all instances of the widget. The Mirror Widget addon is perfect for information or functionality that you’d like to insert in several pages but manage from a single location. Sliders, banners, contact details and groups of social media icons are just a few of the possible use cases that come to mind. If you&#8217;re currently managing widgets with the same content across multiple pages, we&#8217;re sure you&#8217;ll find this new addon a huge time saver.</p>\n<p><a href=\"https://siteorigin.com/premium-documentation/plugin-addons/mirror-widgets/\">Mirror Widgets documentation</a></p>\n<p>Thanks for reading. If you have any questions or feedback, please let us know in the comments section below. What sort of content might you use the Mirror Widgets addon for?</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/announcing-the-mirror-widgets-addon/\">Announcing the Mirror Widgets Addon</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://siteorigin.com/announcing-the-mirror-widgets-addon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Boost SiteOrigin Plugin Performance with Autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://siteorigin.com/boost-siteorigin-plugin-performance-autoptimize/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://siteorigin.com/boost-siteorigin-plugin-performance-autoptimize/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Apr 2019 20:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=174492\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:632:\"<p>Autoptimize is our preferred plugin for reducing page size and improving load time, we use it right here on SiteOrigin.com. In our latest release of the Widgets Bundle, version <code>1.15.6</code> we\'ve added a filter which prevents the exclusion of the <code>/uploads/siteorigin-widgets/</code> folder, ensuring Widgets Bundle stylesheets are concatenation and minified.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/boost-siteorigin-plugin-performance-autoptimize/\">Boost SiteOrigin Plugin Performance with Autoptimize</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1306:\"<p><a href=\"https://wordpress.org/plugins/autoptimize/\" target=\"_blank\" rel=\"noopener noreferrer\">Autoptimize</a> is our preferred plugin for reducing page size and improving load time, we use it right here on SiteOrigin.com. By default, Autoptimize excludes the WordPress uploads folder in its concatenation and minification processes. The SiteOrigin Widgets Bundle stores its stylesheets in the uploads folder. This means that up until now, Widgets Bundle generated stylesheets haven&#8217;t been concatenation and minified by Autoptimize. In our latest release of the Widgets Bundle, version <code>1.15.6</code> we&#8217;ve added a filter which prevents the exclusion of the <code>/uploads/siteorigin-widgets/</code> folder, ensuring Widgets Bundle stylesheets are concatenation and minified. If you&#8217;re using Autoptimize, you&#8217;ll already be taking advantage of this enhancement. If not, we recommend you give it a try.</p>\n<p>Thanks for reading. If you have any questions or comments, please let us know in the comments section below.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/boost-siteorigin-plugin-performance-autoptimize/\">Boost SiteOrigin Plugin Performance with Autoptimize</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://siteorigin.com/boost-siteorigin-plugin-performance-autoptimize/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Announcing the Image Overlay Addon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://siteorigin.com/announcing-the-image-overlay-addon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://siteorigin.com/announcing-the-image-overlay-addon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Apr 2019 13:53:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=171037\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:577:\"<p>Add beautiful, customizable hover text overlays with animations to your images. Hover overlays are great for galleries, portfolios or any image that would benefit from displaying information on hover. Overlays can be deployed in seconds using the predefined light/dark themes or fully customized using the wide array of style and animation options.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/announcing-the-image-overlay-addon/\">Announcing the Image Overlay Addon</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2977:\"<p>Add beautiful, customizable hover text overlays with animations to your images. Great for galleries, portfolios or any image that would benefit from displaying information on hover.</p>\n<p>SiteOrigin Premium version <code>1.8</code> introduces the Image Overlay addon. Once you&#8217;ve updated, head over to <span class=\"adminized-section\"><span class=\"adminized-part\">WP Admin: SiteOrigin Premium</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Image Overlay</span></span> to activate and view the global settings.</p>\n<p><a href=\"https://demo.siteorigin.com/premium/image-overlay/\" target=\"_blank\" rel=\"noopener noreferrer\">View the demo</a>.<br />\n<a href=\"https://siteorigin.com/premium-documentation/plugin-addons/image-overlay/\">View the documentation</a>.</p>\n<p>Support has been provided for the SiteOrigin Image, Image Grid, and Simple Masonry widgets. Overlays can be deployed in seconds using the predefined light/dark themes or fully customized using the wide array of style and animation options provided in the global addon settings. Overlay text is provided by the Media Library image title or the widget image title.</p>\n<div id=\"attachment_172355\" style=\"width: 2290px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-172355\" src=\"https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry.jpg\" alt=\"\" width=\"2280\" height=\"1140\" class=\"size-full wp-image-172355\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry.jpg 2280w, https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry-300x150.jpg 300w, https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry-768x384.jpg 768w, https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry-699x350.jpg 699w, https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry-1050x525.jpg 1050w, https://siteorigin.com/wp-content/uploads/2019/04/overlay-dark-masonry-313x157.jpg 313w\" sizes=\"(max-width: 2280px) 100vw, 2280px\" /></p>\n<p id=\"caption-attachment-172355\" class=\"wp-caption-text\">An example of the dark overlay theme used in the Simple Masonry widget.</p>\n</div>\n<h3>Do More with SiteOrigin Premium</h3>\n<p><a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> offers a huge array of additional functionality for Page Builder, the Widgets Bundle and all of our themes. Enhance your layouts with the Image Overlay and 17 other powerful addons.</p>\n<p>If you&#8217;ve built something awesome with the Image Overlay addon and would like to share it, feel free to let us know in the comments section below.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/announcing-the-image-overlay-addon/\">Announcing the Image Overlay Addon</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://siteorigin.com/announcing-the-image-overlay-addon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Build Your Portfolio with Corp and Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://siteorigin.com/build-your-portfolio-corp-jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://siteorigin.com/build-your-portfolio-corp-jetpack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Apr 2019 10:09:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=169774\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:508:\"<p>We\'re excited to announce Jetpack Portfolio support for our Corp theme. Jetpack Portfolio is a custom post type that allows you to easily add and manage your portfolio projects. A portfolio can be any body of work that you\'d like to show off to your prospective customers.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/build-your-portfolio-corp-jetpack/\">Build Your Portfolio with Corp and Jetpack</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3324:\"<p>We&#8217;re excited to announce Jetpack Portfolio support for our Corp theme. Jetpack Portfolio is a custom post type that allows you to easily add and manage your portfolio projects. A portfolio can be any body of work that you&#8217;d like to show off to your prospective customers.</p>\n<p><a href=\"https://demo.siteorigin.com/corp/portfolio/\" target=\"_blank\" rel=\"noopener noreferrer\">View the demo</a>.<br />\n<a href=\"https://siteorigin.com/corp-documentation/portfolio/\">View the documentation</a>.</p>\n<h4>Filter and Sort</h4>\n<p>Corp&#8217;s portfolio layout sorts your projects by type, allowing users to quickly filter the projects they&#8217;d like to view. Projects snap into place using the stunning Isotope masonry effect.</p>\n<div id=\"attachment_171625\" style=\"width: 396px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-171625\" src=\"https://siteorigin.com/wp-content/uploads/2019/04/portfolio-filter.png\" alt=\"\" width=\"386\" height=\"82\" class=\"size-full wp-image-171625\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/04/portfolio-filter.png 386w, https://siteorigin.com/wp-content/uploads/2019/04/portfolio-filter-300x64.png 300w, https://siteorigin.com/wp-content/uploads/2019/04/portfolio-filter-313x66.png 313w\" sizes=\"(max-width: 386px) 100vw, 386px\" /></p>\n<p id=\"caption-attachment-171625\" class=\"wp-caption-text\">Filter and sort by project type.</p>\n</div>\n<h4>Project Details on Hover</h4>\n<p>Each project&#8217;s name and type is displayed when hovering over the project thumbnail.</p>\n<div id=\"attachment_171626\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-171626\" src=\"https://siteorigin.com/wp-content/uploads/2019/04/project-hover-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"size-medium wp-image-171626\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/04/project-hover-300x300.jpg 300w, https://siteorigin.com/wp-content/uploads/2019/04/project-hover-150x150.jpg 150w, https://siteorigin.com/wp-content/uploads/2019/04/project-hover-699x699.jpg 699w, https://siteorigin.com/wp-content/uploads/2019/04/project-hover-313x313.jpg 313w, https://siteorigin.com/wp-content/uploads/2019/04/project-hover-128x128.jpg 128w, https://siteorigin.com/wp-content/uploads/2019/04/project-hover-256x256.jpg 256w, https://siteorigin.com/wp-content/uploads/2019/04/project-hover.jpg 724w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p id=\"caption-attachment-171626\" class=\"wp-caption-text\">Project name and type visible on hover.</p>\n</div>\n<h4>Flexbile Display Options</h4>\n<p>Your portfolio can be inserted using the default URL structure, a SiteOrigin Post Loop widget or using the Jetpack shortcode, the choice is yours.</p>\n<h3>Do More with SiteOrigin Premium</h3>\n<p><a href=\"http://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> offers a huge array of additional functionality for Page Builder, the Widgets Bundle and all of our themes. Remove the Corp footer attribution, add Ajax comments and enhance your Corp Page Builder layouts with the Animations Addon.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/build-your-portfolio-corp-jetpack/\">Build Your Portfolio with Corp and Jetpack</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://siteorigin.com/build-your-portfolio-corp-jetpack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10 Beautiful Google Font Pairings for 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://siteorigin.com/10-beautiful-google-font-pairings-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://siteorigin.com/10-beautiful-google-font-pairings-2019/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2019 10:10:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=167232\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:587:\"<p>Choosing complimentary Google Fonts that match your website design and branding can be daunting. To celebrate the launch of our <a href=\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/\">expanded Web Font Selector addon</a>, we\'ve selected 10 beautiful combinations for 2019, ready for your blog, portfolio or business focussed site.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/10-beautiful-google-font-pairings-2019/\">10 Beautiful Google Font Pairings for 2019</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12425:\"<p>Choosing complimentary Google Fonts that match your website design and branding can be daunting. To celebrate the launch of our <a href=\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/\">expanded Web Font Selector addon</a>, we&#8217;ve selected 10 beautiful combinations for 2019, ready for your blog, portfolio or business focussed site.</p>\n<h2>Sans Serif and Sans Serif</h2>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Oxygen:300|Source+Sans+Pro\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Oxygen\', sans-serif; font-size: 26px; font-weight: 300; margin: 0;\">Oxygen Light and Source Sans Pro Regular</h3>\n<p style=\"color: #626262; font-family: \'Source Sans Pro\', sans-serif; font-size: 16px; line-height: 29px;\">In the wake of the French Revolution and the Napoleonic Wars, Iceland&#8217;s struggle for independence took form and culminated in independence in 1918 and the founding of a republic in 1944. Until the 20th century, Iceland relied largely on subsistence fishing and agriculture, and was among the poorest countries in Europe. Industrialisation of the fisheries and Marshall Plan aid following World War II brought prosperity and Iceland became one of the wealthiest and most developed nations in the world. In 1994, it became a part of the European Economic Area, which further diversified the economy into sectors such as finance, biotechnology, and manufacturing.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Open+Sans|Raleway:300\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Raleway\', sans-serif; font-size: 26px; font-weight: 300; margin: 0;\">Raleway Light and Open Sans Regular</h3>\n<p style=\"color: #626262; font-family: \'Open Sans\', sans-serif; font-size: 16px; line-height: 29px;\">Iceland has a market economy with relatively low taxes, compared to other OECD countries. It maintains a Nordic social welfare system that provides universal health care and tertiary education for its citizens. Iceland ranks high in economic, democratic, social stability, and equality, currently ranking first in the world by median wealth per adult. In 2018, it was ranked as the sixth most developed country in the world by the United Nations&#8217; Human Development Index, and it ranks first on the Global Peace Index. Iceland runs almost completely on renewable energy.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:700\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Roboto Condensed\', sans-serif; font-size: 26px; font-weight: 700; margin: 0;\">Roboto Condensed Bold and Roboto Regular</h3>\n<p style=\"color: #626262; font-family: \'Roboto\', sans-serif; font-size: 16px; line-height: 29px;\">The Sagas of Icelanders say that a Norwegian named Naddodd (or Naddador) was the first Norseman to reach Iceland, and in the 9th century he named it Snæland or &#8220;snow land&#8221; because it was snowing. Following Naddodd, the Swede Garðar Svavarsson arrived, and so the island was then called Garðarshólmur which means &#8220;Garðar&#8217;s Isle&#8221;.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Lato|Ubuntu:700\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Ubuntu\', sans-serif; font-weight: 700; font-size: 26px; margin: 0;\">Ubuntu Bold and Lato Regular</h3>\n<p style=\"color: #626262; font-family: \'Lato\', sans-serif; font-size: 16px; line-height: 29px;\">According to the ancient manuscript Landnámabók, the settlement of Iceland began in 874 AD when the Norwegian chieftain Ingólfr Arnarson became the first permanent settler on the island. In the following centuries, Norwegians, and to a lesser extent other Scandinavians, emigrated to Iceland, bringing with them thralls (i.e., slaves or serfs) of Gaelic origin. The island was governed as an independent commonwealth under the Althing, one of the world&#8217;s oldest functioning legislative assemblies.</p>\n</div>\n<h2>Serif and Sans Serif</h2>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Cardo|Libre+Franklin\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Cardo\', serif; font-size: 26px; margin: 0;\">Cardo Regular and Libre Franklin Regular</h3>\n<p style=\"color: #626262; font-family: \'Libre Franklin\', sans-serif; font-size: 16px; line-height: 29px;\">Icelandic culture is founded upon the nation&#8217;s Scandinavian heritage. Most Icelanders are descendants of Norse and Gaelic settlers. Icelandic, a North Germanic language, is descended from Old West Norse and is closely related to Faroese and West Norwegian dialects. The country&#8217;s cultural heritage includes traditional Icelandic cuisine, Icelandic literature, and medieval sagas. Iceland has the smallest population of any NATO member and is the only one with no standing army, with a lightly armed coast guard.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Merriweather|Muli:300\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Merriweather\', serif; font-size: 26px; margin: 0;\">Merriweather Regular and Muli Light</h3>\n<p style=\"color: #626262; font-family: \'Muli\', sans-serif; font-size: 16px; font-weight: 300; line-height: 29px;\">The interior consists of a plateau characterised by sand and lava fields, mountains, and glaciers, and many glacial rivers flow to the sea through the lowlands. Iceland is warmed by the Gulf Stream and has a temperate climate, despite a high latitude just outside the Arctic Circle. Its high latitude and marine influence keep summers chilly, with most of the archipelago having a tundra climate.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Exo|Vollkorn:700\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Vollkorn\', serif; font-size: 26px; font-weight: 700; margin: 0;\">Vollkorn Bold and Exo Regular</h3>\n<p style=\"color: #626262; font-family: \'Exo\', sans-serif; font-size: 16px; line-height: 29px;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam condimentum eleifend fringilla. Nam pharetra tortor in urna convallis viverra. Nulla hendrerit ipsum id iaculis imperdiet. In massa risus, consectetur nec luctus id, iaculis et metus. Phasellus lacus metus, pharetra quis eleifend et, hendrerit vitae augue. Curabitur fringilla libero ac augue tristique, auctor posuere nibh vulputate. Fusce eu tellus ut ligula tempus sollicitudin vitae sit amet velit.</p>\n</div>\n<h2>Sans Serif and Serif</h2>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Roboto+Slab:300|Ruda\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Ruda\', sans-serif; font-size: 26px; margin: 0;\">Ruda Regular and Roboto Slab Light</h3>\n<p style=\"color: #626262; font-family: \'Roboto Slab\', serif; font-size: 16px; font-weight: 300; line-height: 29px;\">Iceland is a Nordic island country in the North Atlantic, with a population of 348,580 and an area of 103,000 km2 (40,000 sq mi), making it the most sparsely populated country in Europe. The capital and largest city is Reykjavík, with Reykjavík and the surrounding areas in the southwest of the country being home to over two-thirds of the population. Iceland is volcanically and geologically active.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Oswald|Quattrocento\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Oswald\', sans-serif; font-size: 26px; margin: 0;\">Oswald Regular and Quattrocento Regular</h3>\n<p style=\"color: #626262; font-family: \'Quattrocento\', serif; font-size: 16px; line-height: 29px;\">Following a period of civil strife, Iceland acceded to Norwegian rule in the 13th century. The establishment of the Kalmar Union in 1397 united the kingdoms of Norway, Denmark, and Sweden. Iceland thus followed Norway&#8217;s integration into that union, coming under Danish rule after Sweden&#8217;s secession from the union in 1523. Although the Danish kingdom introduced Lutheranism forcefully in 1550, Iceland remained a distant semi-colonial territory in which Danish institutions and infrastructures were conspicuous by their absence.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=PT+Sans:700|Playfair+Display\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'PT Sans\', sans-serif; font-size: 26px; font-weight: 700; margin: 0;\">PT Sans Bold and Playfair Display Regular</h3>\n<p style=\"color: #626262; font-family: \'Playfair Display\', serif; font-size: 16px; line-height: 29px;\">Hit hard by the worldwide financial crisis, the nation&#8217;s entire banking system systemically failed in October 2008, leading to a severe depression, substantial political unrest, the Icesave dispute, and the institution of capital controls. Some bankers were jailed. Since then, the economy has made a significant recovery, in large part due to a surge in tourism. A law that took effect in 2018 makes it illegal in Iceland for women to be paid less than men.</p>\n</div>\n<div style=\"background:#efefef; margin-bottom: 35px; padding:35px;\">\n<style>\n	@import url(\'https://fonts.googleapis.com/css?family=Lora|Montserrat:700\');\n	</style>\n<h3 style=\"color: #2d2d2d; font-family: \'Montserrat\', sans-serif; font-size: 26px; font-weight: 700; margin: 0;\">Montserrat Bold and Lora Regular</h3>\n<p style=\"color: #626262; font-family: \'Lora\', serif; font-size: 16px; line-height: 29px;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam condimentum eleifend fringilla. Nam pharetra tortor in urna convallis viverra. Nulla hendrerit ipsum id iaculis imperdiet. In massa risus, consectetur nec luctus id, iaculis et metus. Phasellus lacus metus, pharetra quis eleifend et, hendrerit vitae augue. Curabitur fringilla libero ac augue tristique, auctor posuere nibh vulputate. Fusce eu tellus ut ligula tempus sollicitudin vitae sit amet velit.</p>\n</div>\n<h2>SiteOrigin Editor Google Font Selector</h2>\n<p><a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> version <code>1.7</code> includes an exciting expansion to the Web Font Selector addon. It&#8217;s now possible to choose from over 900 beautiful Google Web Fonts, right inside the SiteOrigin Editor widget or any instance of the TinyMCE editor. For content you haven&#8217;t yet written, the font family can be selected before typing. Alternatively, for existing content, simply highlight the text and then select the font of your choice. If you&#8217;d like to select fonts independently from theme settings, the Web Font Selector is a perfect addition to your content creation and editing process. </p>\n<p><a href=\"https://siteorigin.com/premium-documentation/plugin-addons/web-font-selector/\">SiteOrigin Premium Web Font Selector documentation</a>.</p>\n<h3>Further Reading</h3>\n<p><a href=\"https://design.google/library/choosing-web-fonts-beginners-guide/\" rel=\"noopener noreferrer\" target=\"_blank\">Choosing Web Fonts: A Beginner’s Guide</a><br />\n<a href=\"https://www.canva.com/learn/serif-vs-sans-serif-fonts/\" rel=\"noopener noreferrer\" target=\"_blank\">Serif vs Sans Serif Fonts</a><br />\n<a href=\"https://fonts.google.com/analytics\">Google Fonts Analytics</a> </p>\n<p>Thanks for reading, hopefully, you&#8217;ve found a font combination for your next project. If not, there are many more options to choose from. Perhaps try <a href=\"https://fontpair.co/\" rel=\"noopener noreferrer\" target=\"_blank\">FontPair</a> for a helping hand. </p>\n<p>Are there any Google Font combinations you enjoy using for your projects? Let us know in the comments section below.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/10-beautiful-google-font-pairings-2019/\">10 Beautiful Google Font Pairings for 2019</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://siteorigin.com/10-beautiful-google-font-pairings-2019/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Google Fonts Now in the Editor Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Mar 2019 13:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://siteorigin.com/?p=166033\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:548:\"<p><a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> version <code>1.7</code> includes an exciting expansion to the Web Font Selector addon. It\'s now possible to choose from over 900 beautiful Google Web Fonts, right inside the SiteOrigin Editor widget or any instance of the TinyMCE editor.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/\">Google Fonts Now in the Editor Widget</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Andrew Misplon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3861:\"<p><a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> version <code>1.7</code> includes an exciting expansion to the Web Font Selector addon. It&#8217;s now possible to choose from over 900 beautiful Google Web Fonts, right inside the SiteOrigin Editor widget or any instance of the TinyMCE editor. For content you haven&#8217;t yet written, the font family can be selected before typing. Alternatively, for existing content, simply highlight the text and then select the font of your choice.</p>\n<div id=\"attachment_166761\" style=\"width: 709px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-166761\" class=\"size-large wp-image-166761\" src=\"https://siteorigin.com/wp-content/uploads/2019/03/siteorigin-editor-web-font-selector-699x403.png\" alt=\"\" width=\"699\" height=\"403\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/03/siteorigin-editor-web-font-selector-699x403.png 699w, https://siteorigin.com/wp-content/uploads/2019/03/siteorigin-editor-web-font-selector-300x173.png 300w, https://siteorigin.com/wp-content/uploads/2019/03/siteorigin-editor-web-font-selector-768x442.png 768w, https://siteorigin.com/wp-content/uploads/2019/03/siteorigin-editor-web-font-selector-1050x605.png 1050w, https://siteorigin.com/wp-content/uploads/2019/03/siteorigin-editor-web-font-selector-313x180.png 313w\" sizes=\"(max-width: 699px) 100vw, 699px\" /></p>\n<p id=\"caption-attachment-166761\" class=\"wp-caption-text\">The Select Web Font drop-down offers a wide range of Google hosted fonts.</p>\n</div>\n<p>The SiteOrigin Premium Web Font Selector is added to any instance of the TinyMCE editor. Below is a small sample of the plugins, widgets, and locations you&#8217;ll find the TinyMCE editor:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/so-widgets-bundle/\" target=\"_blank\" rel=\"noopener noreferrer\">SiteOrigin Widgets Bundle:</a>\n<ul>\n<li>SiteOrigin Editor widget</li>\n<li>SiteOrigin Accordion widget</li>\n<li>SiteOrigin Contact Form widget</li>\n<li>SiteOrigin Features widget</li>\n<li>SiteOrigin Google Maps widget</li>\n<li>SiteOrigin Hero widget</li>\n<li>SiteOrigin Tabs widget</li>\n<li>SiteOrigin Testimonial widget</li>\n</ul>\n</li>\n<li>Other Plugins:\n<ul>\n<li><a href=\"https://wordpress.org/plugins/so-css/\" target=\"_blank\" rel=\"noopener noreferrer\">SiteOrigin CSS Editor</a></li>\n<li><a href=\"https://wordpress.org/plugins/black-studio-tinymce-widget/\" target=\"_blank\" rel=\"noopener noreferrer\">Black Studio TinyMCE Widget</a></li>\n</ul>\n</li>\n<li>WordPress Core:\n<ul>\n<li>The default Classic Editor Visual tab</li>\n<li>The Block Editor (Gutenberg) Classic block</li>\n</ul>\n</li>\n</ul>\n<p>The SiteOrigin Widgets Bundle plugin isn&#8217;t required to add the Web Font Selector to other plugins or the WordPress core (Classic Editor or Block Editor). If you&#8217;d like to select fonts independently from theme settings, the Web Font Selector is a perfect addition to your content creation and editing process.</p>\n<p><a href=\"https://siteorigin.com/premium-documentation/plugin-addons/web-font-selector/\">View the addon documentation</a>.</p>\n<h3>Additional Features and a Helping Hand with SiteOrigin Premium</h3>\n<p>SiteOrigin Premium is a single plugin that adds loads of additional settings and functionality to SiteOrigin widgets, Page Builder and SiteOrign themes. The Web Font Selector is just one of 17 addons included. <a href=\"https://siteorigin.com/downloads/premium/\">Find out more</a> about our premium plugin and next level email support service.</p>\n<p>Thanks for reading. If you have any questions or feedback, please let us know in the comments section below.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/\">Google Fonts Now in the Editor Widget</a> appeared first on <a rel=\"nofollow\" href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://siteorigin.com/google-fonts-now-in-the-editor-widget/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:28:\"https://siteorigin.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:4:\"date\";s:29:\"Wed, 18 Dec 2019 18:46:33 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:5:\"14673\";s:10:\"set-cookie\";s:145:\"__cfduid=d64a32bec4884e26752b98186b478f9a51576694793; expires=Fri, 17-Jan-20 18:46:33 GMT; path=/; domain=.siteorigin.com; HttpOnly; SameSite=Lax\";s:12:\"x-powered-by\";s:10:\"PHP/7.0.31\";s:13:\"cache-control\";s:14:\"max-age=432000\";s:7:\"expires\";s:10:\"1576699115\";s:4:\"link\";s:59:\"<https://siteorigin.com/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:13:\"last-modified\";s:29:\"Wed, 18 Dec 2019 13:50:33 GMT\";s:4:\"etag\";s:39:\"\"f61a82651fefd95482ab34d031849a6c-gzip\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:3:\"age\";s:5:\"10078\";s:13:\"accept-ranges\";s:5:\"bytes\";s:9:\"expect-ct\";s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"54734cd8cc68f116-IAD\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(6082,'ocean_extra_dismiss_rating_notice','1','yes'),(5535,'wpseo_titles','a:88:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:26:\"showdate-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:21:\"title-oceanwp_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-oceanwp_library\";s:0:\"\";s:23:\"noindex-oceanwp_library\";b:0;s:24:\"showdate-oceanwp_library\";b:0;s:34:\"display-metabox-pt-oceanwp_library\";b:1;s:34:\"post_types-oceanwp_library-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:17:\"title-tax-ngg_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-tax-ngg_tag\";s:0:\"\";s:27:\"display-metabox-tax-ngg_tag\";b:1;s:19:\"noindex-tax-ngg_tag\";b:0;s:25:\"taxonomy-ngg_tag-ptparent\";i:0;}','yes'),(5536,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(5537,'wpseo_flush_rewrite','1','yes'),(19357,'_elementor_global_css','a:5:{s:4:\"time\";i:1576003583;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(19338,'rewrite_rules','a:258:{s:34:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml$\";s:40:\"index.php?xml_sitemap=params=$matches[2]\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml\\.gz$\";s:49:\"index.php?xml_sitemap=params=$matches[2];zip=true\";s:35:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html$\";s:50:\"index.php?xml_sitemap=params=$matches[2];html=true\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html.gz$\";s:59:\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:52:\"wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:33:\"wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:45:\"wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:27:\"wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:24:\"ngg_tag/([^/]+)/embed/?$\";s:40:\"index.php?ngg_tag=$matches[1]&embed=true\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:37:\"ngg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"ngg_album/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"ngg_album/([^/]+)/embed/?$\";s:42:\"index.php?ngg_album=$matches[1]&embed=true\";s:30:\"ngg_album/([^/]+)/trackback/?$\";s:36:\"index.php?ngg_album=$matches[1]&tb=1\";s:38:\"ngg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&paged=$matches[2]\";s:45:\"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_album/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?ngg_album=$matches[1]&page=$matches[2]\";s:26:\"ngg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ngg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_album/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ngg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ngg_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ngg_gallery/([^/]+)/embed/?$\";s:44:\"index.php?ngg_gallery=$matches[1]&embed=true\";s:32:\"ngg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?ngg_gallery=$matches[1]&tb=1\";s:40:\"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]\";s:36:\"ngg_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ngg_gallery=$matches[1]&page=$matches[2]\";s:28:\"ngg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ngg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"ngg_pictures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ngg_pictures/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ngg_pictures/([^/]+)/embed/?$\";s:45:\"index.php?ngg_pictures=$matches[1]&embed=true\";s:33:\"ngg_pictures/([^/]+)/trackback/?$\";s:39:\"index.php?ngg_pictures=$matches[1]&tb=1\";s:41:\"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&paged=$matches[2]\";s:48:\"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]\";s:37:\"ngg_pictures/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ngg_pictures=$matches[1]&page=$matches[2]\";s:29:\"ngg_pictures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ngg_pictures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ngg_pictures/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"lightbox_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"lightbox_library/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"lightbox_library/([^/]+)/embed/?$\";s:49:\"index.php?lightbox_library=$matches[1]&embed=true\";s:37:\"lightbox_library/([^/]+)/trackback/?$\";s:43:\"index.php?lightbox_library=$matches[1]&tb=1\";s:45:\"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&paged=$matches[2]\";s:52:\"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&cpage=$matches[2]\";s:41:\"lightbox_library/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?lightbox_library=$matches[1]&page=$matches[2]\";s:33:\"lightbox_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lightbox_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"lightbox_library/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"amn_wpforms-lite/([^/]+)/embed/?$\";s:49:\"index.php?amn_wpforms-lite=$matches[1]&embed=true\";s:37:\"amn_wpforms-lite/([^/]+)/trackback/?$\";s:43:\"index.php?amn_wpforms-lite=$matches[1]&tb=1\";s:45:\"amn_wpforms-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&paged=$matches[2]\";s:52:\"amn_wpforms-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&cpage=$matches[2]\";s:41:\"amn_wpforms-lite/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?amn_wpforms-lite=$matches[1]&page=$matches[2]\";s:33:\"amn_wpforms-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"amn_wpforms-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"amn_wpforms-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"amn_wpforms-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"displayed_gallery/([^/]+)/embed/?$\";s:50:\"index.php?displayed_gallery=$matches[1]&embed=true\";s:38:\"displayed_gallery/([^/]+)/trackback/?$\";s:44:\"index.php?displayed_gallery=$matches[1]&tb=1\";s:46:\"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&paged=$matches[2]\";s:53:\"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]\";s:42:\"displayed_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?displayed_gallery=$matches[1]&page=$matches[2]\";s:34:\"displayed_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"displayed_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"display_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"display_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"display_type/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"display_type/([^/]+)/embed/?$\";s:45:\"index.php?display_type=$matches[1]&embed=true\";s:33:\"display_type/([^/]+)/trackback/?$\";s:39:\"index.php?display_type=$matches[1]&tb=1\";s:41:\"display_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&paged=$matches[2]\";s:48:\"display_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&cpage=$matches[2]\";s:37:\"display_type/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?display_type=$matches[1]&page=$matches[2]\";s:29:\"display_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"display_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"display_type/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"gal_display_source/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"gal_display_source/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"gal_display_source/([^/]+)/embed/?$\";s:51:\"index.php?gal_display_source=$matches[1]&embed=true\";s:39:\"gal_display_source/([^/]+)/trackback/?$\";s:45:\"index.php?gal_display_source=$matches[1]&tb=1\";s:47:\"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&paged=$matches[2]\";s:54:\"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&cpage=$matches[2]\";s:43:\"gal_display_source/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?gal_display_source=$matches[1]&page=$matches[2]\";s:35:\"gal_display_source/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gal_display_source/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"gal_display_source/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s: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=76&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'),(5544,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1576406138;}','yes'),(8023,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"yogivillegurukul@gmail.com\";s:7:\"version\";s:5:\"5.2.5\";s:9:\"timestamp\";i:1576229413;}','no'),(19366,'_transient_timeout_jetpack_file_data_8.0','1578513777','no'),(19367,'_transient_jetpack_file_data_8.0','a:51:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}}','no'),(19536,'_transient_timeout_sow:cleared','1576712683','no'),(4870,'sm_options','a:52:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.6;s:15:\"sm_pr_posts_min\";d:0.2;s:11:\"sm_pr_pages\";d:0.6;s:10:\"sm_pr_cats\";d:0.3;s:10:\"sm_pr_arch\";d:0.3;s:10:\"sm_pr_auth\";d:0.3;s:10:\"sm_pr_tags\";d:0.3;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1569602291;s:16:\"sm_i_hide_survey\";b:0;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"a51f008bb67b39f4aecd\";s:13:\"sm_i_lastping\";i:1575069655;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1575480146;}','yes'),(4486,'siteorigin_widgets_active','a:22:{s:6:\"button\";b:1;s:10:\"google-map\";b:1;s:5:\"image\";b:1;s:6:\"slider\";b:1;s:13:\"post-carousel\";b:1;s:6:\"editor\";b:1;s:4:\"hero\";b:1;s:8:\"headline\";b:1;s:9:\"accordion\";b:1;s:3:\"cta\";b:1;s:7:\"contact\";b:1;s:8:\"features\";b:1;s:4:\"icon\";b:1;s:10:\"image-grid\";b:1;s:13:\"layout-slider\";b:1;s:11:\"price-table\";b:1;s:14:\"simple-masonry\";b:1;s:5:\"video\";b:1;s:4:\"tabs\";b:1;s:11:\"testimonial\";b:1;s:20:\"social-media-buttons\";b:1;s:8:\"taxonomy\";b:1;}','yes'),(4487,'widget_sow-hero','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4488,'widget_sow-headline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4489,'widget_sow-accordion','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4490,'widget_sow-cta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4491,'widget_sow-contact-form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4492,'widget_sow-features','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4493,'widget_sow-icon','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4494,'widget_sow-image-grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4495,'widget_sow-layout-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4451,'siteorigin_panels_settings','a:26:{s:10:\"post-types\";a:6:{i:0;s:4:\"page\";i:1;s:4:\"post\";i:2;s:8:\"tp_event\";i:3;s:17:\"elementor_library\";i:4;s:15:\"oceanwp_library\";i:5;s:15:\"event_auth_book\";}s:11:\"use-classic\";b:1;s:22:\"live-editor-quick-link\";b:1;s:16:\"admin-post-state\";b:1;s:18:\"admin-widget-count\";b:0;s:15:\"parallax-motion\";s:0:\"\";s:17:\"sidebars-emulator\";b:1;s:14:\"display-teaser\";b:0;s:14:\"load-on-attach\";b:0;s:25:\"layout-block-default-mode\";s:7:\"preview\";s:10:\"title-html\";s:39:\"<h3 class=\"widget-title\">{{title}}</h3>\";s:16:\"add-widget-class\";b:1;s:15:\"bundled-widgets\";b:1;s:19:\"recommended-widgets\";b:1;s:20:\"instant-open-widgets\";b:0;s:10:\"responsive\";b:1;s:13:\"tablet-layout\";b:1;s:13:\"legacy-layout\";s:4:\"auto\";s:12:\"tablet-width\";i:1024;s:12:\"mobile-width\";i:780;s:13:\"margin-bottom\";i:30;s:22:\"margin-bottom-last-row\";b:0;s:12:\"margin-sides\";i:30;s:20:\"full-width-container\";s:4:\"body\";s:12:\"copy-content\";b:1;s:11:\"copy-styles\";b:0;}','yes'),(4452,'siteorigin_panels_initial_version','2.10.10','no'),(4455,'siteorigin_panels_active_version','2.10.13','yes'),(4456,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4457,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4458,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4953,'widget_origin_animated-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4954,'widget_origin_button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4955,'widget_origin_call-to-action','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4956,'widget_origin_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4957,'widget_origin_price-box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4958,'widget_origin_testimonial','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4959,'widget_siteorigin-panels-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4960,'widget_siteorigin-panels-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4961,'widget_siteorigin-panels-embedded-video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4962,'widget_siteorigin-panels-video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4963,'thimpress_events_email_enable','yes','yes'),(4964,'thimpress_events_email_from_name','','yes'),(4965,'thimpress_events_admin_email','yogivillegurukul@gmail.com','yes'),(4966,'thimpress_events_email_subject','','yes'),(4967,'thimpress_events_email_body','&lt;h2&gt;Hello {user_displayname}&lt;/h2&gt;\r\nYou have been registered successful &lt;a href=&quot;{event_link}&quot;&gt;our event&lt;/a&gt;. Please go to the following link for more details.&lt;a href=&quot;{user_link}&quot;&gt;Your account.&lt;/a&gt;\r\n&lt;table class=&quot;event_auth_admin_table_booking&quot;&gt;\r\n&lt;thead&gt;\r\n&lt;tr&gt;\r\n&lt;th&gt;ID&lt;/th&gt;\r\n&lt;th&gt;Event&lt;/th&gt;\r\n&lt;th&gt;Type&lt;/th&gt;\r\n&lt;th&gt;Quantity&lt;/th&gt;\r\n&lt;th&gt;Cost&lt;/th&gt;\r\n&lt;th&gt;Payment Method&lt;/th&gt;\r\n&lt;th&gt;Status&lt;/th&gt;\r\n&lt;/tr&gt;\r\n&lt;/thead&gt;\r\n&lt;tbody&gt;\r\n&lt;tr&gt;\r\n&lt;td&gt;#{booking_id}&lt;/td&gt;\r\n&lt;td&gt;&lt;a href=&quot;{event_link}&quot;&gt;{event_title}&lt;/a&gt;&lt;/td&gt;\r\n&lt;td&gt;{event_type}&lt;/td&gt;\r\n&lt;td&gt;{booking_quantity}&lt;/td&gt;\r\n&lt;td&gt;{booking_price}&lt;/td&gt;\r\n&lt;td&gt;{booking_payment_method}&lt;/td&gt;\r\n&lt;td&gt;{booking_status}&lt;/td&gt;\r\n&lt;/tr&gt;\r\n&lt;/tbody&gt;\r\n&lt;/table&gt;','yes'),(4968,'thimpress_events_register_notify','1','yes'),(4971,'thimpress_events_allow_register_event','yes','yes'),(4972,'thimpress_events_currency','USD','yes'),(4973,'thimpress_events_currency_position','left','yes'),(4974,'thimpress_events_currency_thousand',',','yes'),(4975,'thimpress_events_currency_separator','.','yes'),(4976,'thimpress_events_currency_num_decimal','2','yes'),(4977,'thimpress_events_google_map_api_key','','yes'),(16086,'_transient_timeout_jetpack_file_data_7.9.1','1576785993','no'),(16087,'_transient_jetpack_file_data_7.9.1','a:51:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}}','no'),(299,'recently_activated','a:1:{s:36:\"google-sitemap-generator/sitemap.php\";i:1575995363;}','yes'),(5534,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.7\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1569752775;s:13:\"myyoast-oauth\";b:0;}','yes'),(5177,'so_widget_settings[SiteOrigin_Widget_GoogleMap_Widget]','a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:21:\"responsive_breakpoint\";d:780;}','yes'),(15047,'category_children','a:1:{i:20;a:4:{i:0;i:24;i:1;i:25;i:2;i:26;i:3;i:27;}}','yes'),(448,'elementor_library_category_children','a:0:{}','yes'),(1944,'tribe_events_cat_children','a:0:{}','yes'),(321,'tribe_last_generate_rewrite_rules','1569082792.89','yes'),(320,'tribe_last_save_post','1569082811.97','yes'),(4320,'customize_stashed_theme_mods','a:0:{}','no'),(2665,'em_last_modified','1569084321','yes'),(3111,'wpforms_settings','a:9:{s:14:\"recaptcha-type\";s:2:\"v2\";s:18:\"recaptcha-site-key\";s:40:\"6LfHurkUAAAAAIpXJblIP_JTeje9DJ4v5AL-4hCQ\";s:20:\"recaptcha-secret-key\";s:40:\"6LfHurkUAAAAAG-BGxq_X6sN3Qgg7Y5LOSMR24tv\";s:20:\"recaptcha-noconflict\";b:0;s:19:\"validation-required\";s:23:\"This field is required.\";s:14:\"validation-url\";s:25:\"Please enter a valid URL.\";s:16:\"validation-email\";s:35:\"Please enter a valid email address.\";s:17:\"validation-number\";s:34:\"Please enter a valid phone number.\";s:18:\"validation-confirm\";s:26:\"Field values do not match.\";}','yes'),(2683,'dbem_thumbnails_enabled','0','yes'),(2684,'dbem_gmap_type','dynamic','yes'),(2685,'dbem_gmap_embed_type','place','yes'),(2686,'dbem_google_maps_styles','','yes'),(2687,'dbem_js_limit','0','yes'),(2688,'dbem_js_limit_general','0','yes'),(2689,'dbem_js_limit_search','','yes'),(2690,'dbem_js_limit_events_form','','yes'),(2691,'dbem_js_limit_edit_bookings','','yes'),(2692,'dbem_css_limit','0','yes'),(2693,'dbem_css_limit_include','0','yes'),(2694,'dbem_css_limit_exclude','0','yes'),(2695,'dbem_pro_dev_updates','0','yes'),(2696,'dbem_disable_title_rewrites','0','yes'),(2697,'dbem_title_html','','yes'),(2698,'dbem_events_current_are_past','0','yes'),(2699,'dbem_bookings_default_orderby','event_name','yes'),(2700,'dbem_bookings_default_order','ASC','yes'),(2701,'dbem_edit_events_page','194','yes'),(2702,'dbem_edit_locations_page','','yes'),(2703,'dbem_edit_bookings_page','','yes'),(2704,'dbem_time_24h','1','yes'),(2705,'dbem_display_calendar_day_single','0','yes'),(2706,'dbem_bookings_tickets_show_member_tickets','0','yes'),(2707,'dbem_mail_sender_address','','yes'),(2708,'dbem_smtp_username','','yes'),(2709,'dbem_smtp_password','','yes'),(4471,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4472,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4473,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4474,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4852,'ngg_options','a:76:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";i:0;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:1800;s:9:\"imgHeight\";i:1200;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:1;s:9:\"galImages\";s:2:\"24\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:0;s:12:\"galTextSlide\";s:14:\"View Slideshow\";s:14:\"galTextGallery\";s:15:\"View Thumbnails\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:1;s:11:\"thumbEffect\";s:14:\"simplelightbox\";s:9:\"thumbCode\";s:47:\"class=\"ngg-simplelightbox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:15;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:5:\"image\";s:6:\"wmPath\";s:26:\"www.himalayanhathayoga.com\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:30;s:6:\"wmText\";s:20:\"Himalayan Hatha Yoga\";s:7:\"wmColor\";s:7:\"#ffffff\";s:8:\"wmOpaque\";s:2:\"33\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:750;s:8:\"irHeight\";i:500;s:12:\"irRotatetime\";i:5;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:27:\"use_alternate_random_method\";b:0;s:23:\"random_widget_cache_ttl\";i:30;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:11:\"installDate\";i:1569601174;s:13:\"gallery_count\";i:1;s:18:\"thumbEffectScripts\";a:1:{i:0;s:0:\"\";}s:17:\"thumbEffectStyles\";a:1:{i:0;s:0:\"\";}s:15:\"thumbEffectCode\";s:0:\"\";s:40:\"gallery_created_after_reviews_introduced\";b:1;s:19:\"disable_fontawesome\";b:0;}','yes'),(358,'elementor_controls_usage','a:3:{s:7:\"wp-page\";a:13:{s:6:\"column\";a:2:{s:5:\"count\";i:-1340;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:-1060;}}s:5:\"style\";a:4:{s:14:\"section_border\";a:8:{s:23:\"border_hover_transition\";i:2;s:12:\"border_color\";i:2;s:12:\"border_width\";i:6;s:13:\"border_radius\";i:6;s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;s:32:\"box_shadow_hover_box_shadow_type\";i:6;s:27:\"box_shadow_hover_box_shadow\";i:6;}s:13:\"section_style\";a:4:{s:21:\"background_background\";i:-103;s:16:\"background_color\";i:-110;s:16:\"background_image\";i:4;s:27:\"background_hover_background\";i:1;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:8:{s:9:\"screen_sm\";i:-137;s:15:\"screen_sm_width\";i:-137;s:7:\"padding\";i:-188;s:14:\"padding_mobile\";i:-38;s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:6;s:14:\"padding_tablet\";i:6;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:-753;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:16:\"content_position\";i:-409;s:13:\"content_width\";i:-377;s:6:\"height\";i:-52;s:13:\"custom_height\";i:-93;s:6:\"layout\";i:-28;s:15:\"column_position\";i:-14;s:19:\"custom_height_inner\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:-422;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:-245;s:16:\"background_image\";i:-13;s:16:\"background_color\";i:-36;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:-50;s:26:\"background_overlay_opacity\";i:6;}s:14:\"section_border\";a:2:{s:21:\"box_shadow_box_shadow\";i:6;s:26:\"box_shadow_box_shadow_type\";i:1;}s:21:\"section_shape_divider\";a:0:{}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:-528;s:14:\"padding_mobile\";i:-105;s:6:\"margin\";i:-42;s:14:\"padding_tablet\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:-710;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:-710;s:5:\"align\";i:-707;s:11:\"header_size\";i:-113;s:4:\"link\";i:-117;s:4:\"size\";i:-115;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:17:{s:11:\"title_color\";i:-678;s:21:\"typography_typography\";i:-673;s:20:\"typography_font_size\";i:-673;s:27:\"typography_font_size_mobile\";i:-514;s:22:\"typography_font_family\";i:-248;s:25:\"typography_letter_spacing\";i:-482;s:29:\"typography_line_height_tablet\";i:-219;s:29:\"typography_line_height_mobile\";i:-219;s:22:\"typography_font_weight\";i:-132;s:22:\"typography_line_height\";i:-149;s:21:\"typography_font_style\";i:-18;s:25:\"typography_text_transform\";i:1;s:32:\"typography_letter_spacing_tablet\";i:9;s:32:\"typography_letter_spacing_mobile\";i:9;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:9;}s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:-176;s:15:\"_padding_mobile\";i:3;s:15:\"_padding_tablet\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:17:\"_background_image\";i:7;s:22:\"_background_background\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:-76;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:-76;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:-74;s:29:\"typography_line_height_tablet\";i:-52;s:29:\"typography_line_height_mobile\";i:-52;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:3;s:22:\"typography_font_family\";i:2;s:25:\"typography_letter_spacing\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:32:\"typography_letter_spacing_tablet\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:-15;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:4:\"link\";i:-9;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:-15;s:4:\"size\";i:-15;s:12:\"icon_padding\";i:-15;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:0:{}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:11;s:5:\"align\";i:8;s:4:\"link\";i:8;s:12:\"align_tablet\";i:8;s:12:\"align_mobile\";i:8;s:7:\"link_to\";i:6;s:14:\"caption_source\";i:6;s:7:\"caption\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:4;s:5:\"space\";i:10;s:7:\"opacity\";i:8;s:18:\"image_border_width\";i:6;s:19:\"image_border_radius\";i:6;s:27:\"image_box_shadow_box_shadow\";i:8;s:13:\"opacity_hover\";i:6;s:15:\"hover_animation\";i:6;}s:21:\"section_style_caption\";a:15:{s:28:\"caption_typography_font_size\";i:8;s:30:\"caption_typography_line_height\";i:8;s:33:\"caption_typography_letter_spacing\";i:8;s:35:\"caption_typography_font_size_tablet\";i:8;s:35:\"caption_typography_font_size_mobile\";i:8;s:37:\"caption_typography_line_height_tablet\";i:8;s:37:\"caption_typography_line_height_mobile\";i:8;s:40:\"caption_typography_letter_spacing_tablet\";i:8;s:40:\"caption_typography_letter_spacing_mobile\";i:8;s:10:\"text_color\";i:6;s:29:\"caption_typography_typography\";i:6;s:30:\"caption_typography_font_family\";i:6;s:29:\"caption_typography_font_style\";i:6;s:30:\"caption_typography_font_weight\";i:6;s:13:\"caption_space\";i:3;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:8;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:6;s:5:\"shape\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:6;s:18:\"icon_primary_color\";i:6;s:20:\"icon_secondary_color\";i:6;s:9:\"icon_size\";i:6;s:12:\"icon_padding\";i:6;s:12:\"icon_spacing\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:6;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:10:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:35:\"title_typography_line_height_tablet\";i:6;s:28:\"title_typography_font_family\";i:6;s:13:\"title_padding\";i:6;s:16:\"tab_active_color\";i:3;s:28:\"title_typography_line_height\";i:1;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:4:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}}}}s:11:\"testimonial\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:6;s:17:\"testimonial_image\";i:6;s:16:\"testimonial_name\";i:6;s:15:\"testimonial_job\";i:6;s:21:\"testimonial_alignment\";i:6;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;s:30:\"content_typography_line_height\";i:6;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:6;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:6;s:26:\"name_typography_typography\";i:6;s:25:\"name_typography_font_size\";i:6;s:32:\"name_typography_font_size_tablet\";i:6;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:6;s:25:\"job_typography_typography\";i:6;s:24:\"job_typography_font_size\";i:6;s:26:\"job_typography_font_weight\";i:6;}}}}}s:4:\"page\";a:9:{s:6:\"column\";a:2:{s:5:\"count\";i:23;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:19;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:8;s:21:\"background_background\";i:8;s:27:\"background_hover_background\";i:1;}s:14:\"section_border\";a:8:{s:21:\"box_shadow_box_shadow\";i:14;s:32:\"box_shadow_hover_box_shadow_type\";i:5;s:27:\"box_shadow_hover_box_shadow\";i:5;s:23:\"border_hover_transition\";i:2;s:12:\"border_width\";i:5;s:12:\"border_color\";i:2;s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:8:{s:6:\"margin\";i:11;s:7:\"padding\";i:13;s:9:\"screen_sm\";i:11;s:15:\"screen_sm_width\";i:11;s:13:\"margin_tablet\";i:9;s:13:\"margin_mobile\";i:11;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:1;s:13:\"custom_height\";i:7;s:13:\"content_width\";i:8;s:6:\"layout\";i:4;s:3:\"gap\";i:8;s:16:\"content_position\";i:6;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:6;}s:14:\"section_border\";a:2:{s:21:\"box_shadow_box_shadow\";i:6;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:8;s:6:\"margin\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:11;s:5:\"align\";i:8;s:4:\"link\";i:8;s:12:\"align_tablet\";i:8;s:12:\"align_mobile\";i:8;s:7:\"link_to\";i:6;s:14:\"caption_source\";i:6;s:7:\"caption\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:4;s:5:\"space\";i:10;s:7:\"opacity\";i:8;s:18:\"image_border_width\";i:6;s:19:\"image_border_radius\";i:6;s:27:\"image_box_shadow_box_shadow\";i:8;s:13:\"opacity_hover\";i:6;s:15:\"hover_animation\";i:6;}s:21:\"section_style_caption\";a:15:{s:28:\"caption_typography_font_size\";i:8;s:30:\"caption_typography_line_height\";i:8;s:33:\"caption_typography_letter_spacing\";i:8;s:35:\"caption_typography_font_size_tablet\";i:8;s:35:\"caption_typography_font_size_mobile\";i:8;s:37:\"caption_typography_line_height_tablet\";i:8;s:37:\"caption_typography_line_height_mobile\";i:8;s:40:\"caption_typography_letter_spacing_tablet\";i:8;s:40:\"caption_typography_letter_spacing_mobile\";i:8;s:10:\"text_color\";i:6;s:29:\"caption_typography_typography\";i:6;s:30:\"caption_typography_font_family\";i:6;s:29:\"caption_typography_font_style\";i:6;s:30:\"caption_typography_font_weight\";i:6;s:13:\"caption_space\";i:3;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:8;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:13;s:5:\"align\";i:13;s:11:\"header_size\";i:8;s:4:\"link\";i:9;s:4:\"size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:17:{s:11:\"title_color\";i:13;s:21:\"typography_typography\";i:13;s:20:\"typography_font_size\";i:13;s:22:\"typography_font_weight\";i:10;s:22:\"typography_line_height\";i:12;s:27:\"typography_font_size_mobile\";i:10;s:22:\"typography_font_family\";i:6;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:10;s:27:\"typography_font_size_tablet\";i:10;s:29:\"typography_line_height_tablet\";i:9;s:29:\"typography_line_height_mobile\";i:9;s:32:\"typography_letter_spacing_tablet\";i:9;s:32:\"typography_letter_spacing_mobile\";i:9;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:9;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:3;s:22:\"typography_font_family\";i:2;s:25:\"typography_letter_spacing\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:32:\"typography_letter_spacing_tablet\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:6;s:5:\"shape\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:6;s:18:\"icon_primary_color\";i:6;s:20:\"icon_secondary_color\";i:6;s:9:\"icon_size\";i:6;s:12:\"icon_padding\";i:6;s:12:\"icon_spacing\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:6;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:10:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:35:\"title_typography_line_height_tablet\";i:6;s:28:\"title_typography_font_family\";i:6;s:13:\"title_padding\";i:6;s:16:\"tab_active_color\";i:3;s:28:\"title_typography_line_height\";i:1;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:4:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}}}}s:11:\"testimonial\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:3;s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:30:\"content_typography_font_weight\";i:3;s:30:\"content_typography_line_height\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:3;s:26:\"name_typography_typography\";i:3;s:25:\"name_typography_font_size\";i:3;s:32:\"name_typography_font_size_tablet\";i:3;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:3;s:25:\"job_typography_typography\";i:3;s:24:\"job_typography_font_size\";i:3;s:26:\"job_typography_font_weight\";i:3;}}}}}s:7:\"wp-post\";a:3:{s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:0:{}}s:5:\"style\";a:1:{s:14:\"section_border\";a:0:{}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:0:{}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:0:{}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:0:{}s:14:\"section_border\";a:0:{}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:0:{}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:1:{s:9:\"icon_size\";i:1;}s:20:\"section_social_hover\";a:1:{s:15:\"hover_animation\";i:1;}}}}}}','no'),(359,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(392,'fs_api_cache','a:2:{s:55:\"get:/v1/plugins/3752/addons.json?enriched=true&count=50\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:7:\"plugins\";a:22:{i:0;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629141\";s:4:\"slug\";s:20:\"ocean-footer-callout\";s:5:\"title\";s:20:\"Ocean Footer Callout\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/icons/bec506a5749cb71fe0d1547d7c893a87.png\";s:15:\"default_plan_id\";s:4:\"6079\";s:5:\"plans\";i:6079;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:3385;s:21:\"active_installs_count\";i:2620;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_c3ff094ed1cbaf287c6f833d3ba09\";s:2:\"id\";s:4:\"3754\";s:7:\"created\";s:19:\"2019-05-06 13:24:01\";s:7:\"updated\";s:19:\"2019-12-18 16:45:10\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3754\";s:3:\"url\";s:51:\"https://oceanwp.org/extension/ocean-footer-callout/\";s:11:\"description\";s:280:\"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:65:\"Add some important information about your company in your footer.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png\";s:15:\"selling_point_0\";s:41:\"Display/hide the callout on any page/post\";s:15:\"selling_point_1\";s:48:\"Edit the content and button url on any page/post\";s:15:\"selling_point_2\";s:39:\"Display the page content on the callout\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png\";}s:2:\"id\";s:3:\"821\";s:7:\"created\";s:19:\"2019-05-16 04:54:10\";s:7:\"updated\";s:19:\"2019-08-04 06:53:40\";}s:12:\"premium_slug\";s:20:\"ocean-footer-callout\";}i:1;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629149\";s:4:\"slug\";s:19:\"ocean-sticky-header\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/icons/85148d096a3d4157cb78b020421bdfd3.png\";s:15:\"default_plan_id\";s:4:\"6078\";s:5:\"plans\";i:6078;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:10958;s:21:\"active_installs_count\";i:10131;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:61;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:1613.21;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_21f01f3d0a79bcd65042e3c332188\";s:2:\"id\";s:4:\"3755\";s:7:\"created\";s:19:\"2019-05-06 13:27:16\";s:7:\"updated\";s:19:\"2019-12-18 18:38:20\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3755\";s:3:\"url\";s:50:\"https://oceanwp.org/extension/ocean-sticky-header/\";s:11:\"description\";s:512:\"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>\";s:17:\"short_description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png\";s:15:\"selling_point_0\";s:51:\"Stick manually, perfect for the Custom Header style\";s:15:\"selling_point_1\";s:17:\"Fixed the top bar\";s:15:\"selling_point_2\";s:17:\"Add sticky mobile\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png\";}s:2:\"id\";s:3:\"829\";s:7:\"created\";s:19:\"2019-05-16 05:01:04\";s:7:\"updated\";s:19:\"2019-08-04 07:27:06\";}s:12:\"premium_slug\";s:19:\"ocean-sticky-header\";}i:2;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629165\";s:4:\"slug\";s:16:\"ocean-side-panel\";s:5:\"title\";s:16:\"Ocean Side Panel\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/icons/e88e1d58965c5e4453f9adbdc0704df4.png\";s:15:\"default_plan_id\";s:4:\"6077\";s:5:\"plans\";i:6077;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:3089;s:21:\"active_installs_count\";i:2340;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:2;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:29.99;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_95ab9dabcffc015befcfaf19dd91e\";s:2:\"id\";s:4:\"3756\";s:7:\"created\";s:19:\"2019-05-06 13:30:08\";s:7:\"updated\";s:19:\"2019-12-18 18:16:33\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3756\";s:3:\"url\";s:47:\"https://oceanwp.org/extension/ocean-side-panel/\";s:11:\"description\";s:443:\"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png\";s:15:\"selling_point_0\";s:44:\"Add your widgets into the Side Panel sidebar\";s:15:\"selling_point_1\";s:39:\"Choose your icon for the opening button\";s:15:\"selling_point_2\";s:31:\"Add text for the opening button\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png\";}s:2:\"id\";s:3:\"827\";s:7:\"created\";s:19:\"2019-05-16 05:00:01\";s:7:\"updated\";s:19:\"2019-08-04 07:22:03\";}s:12:\"premium_slug\";s:16:\"ocean-side-panel\";}i:3;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629243\";s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/icons/c403505d517eaedf5ec1e8e0feec6c34.png\";s:15:\"default_plan_id\";s:4:\"6076\";s:5:\"plans\";i:6076;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:12963;s:21:\"active_installs_count\";i:11730;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:50;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:1267.46;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_25eeed8cddc1b8bede158756886e8\";s:2:\"id\";s:4:\"3757\";s:7:\"created\";s:19:\"2019-05-06 13:36:11\";s:7:\"updated\";s:19:\"2019-12-18 16:32:14\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3757\";s:3:\"url\";s:54:\"https://oceanwp.org/extension/ocean-elementor-widgets/\";s:11:\"description\";s:1290:\"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>\";s:17:\"short_description\";s:75:\"Add many new powerful widgets to the popular free page builder - Elementor.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png\";s:15:\"selling_point_0\";s:23:\"Image Comparison widget\";s:15:\"selling_point_1\";s:21:\"Instagram Feed widget\";s:15:\"selling_point_2\";s:12:\"Table widget\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png\";}s:2:\"id\";s:3:\"820\";s:7:\"created\";s:19:\"2019-05-16 04:53:49\";s:7:\"updated\";s:19:\"2019-08-04 06:51:31\";}s:12:\"premium_slug\";s:23:\"ocean-elementor-widgets\";}i:4;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629263\";s:4:\"slug\";s:11:\"ocean-hooks\";s:5:\"title\";s:11:\"Ocean Hooks\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/icons/7df3f43b29db802dbdc4bf12323e9034.png\";s:15:\"default_plan_id\";s:4:\"6075\";s:5:\"plans\";i:6075;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:4775;s:21:\"active_installs_count\";i:4230;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:1;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_bf5672ee85c0032b2b4d7c0a3d244\";s:2:\"id\";s:4:\"3758\";s:7:\"created\";s:19:\"2019-05-06 13:39:32\";s:7:\"updated\";s:19:\"2019-12-18 16:22:26\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3758\";s:3:\"url\";s:42:\"https://oceanwp.org/extension/ocean-hooks/\";s:11:\"description\";s:278:\"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>\";s:17:\"short_description\";s:60:\"Add your custom content throughout various areas of OceanWP.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png\";s:15:\"selling_point_0\";s:48:\"Add different content for the same hook location\";s:15:\"selling_point_1\";s:13:\"Add shortcode\";s:15:\"selling_point_2\";s:12:\"Add PHP code\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png\";}s:2:\"id\";s:3:\"823\";s:7:\"created\";s:19:\"2019-05-16 04:54:56\";s:7:\"updated\";s:19:\"2019-08-04 07:02:53\";}s:12:\"premium_slug\";s:11:\"ocean-hooks\";}i:5;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629271\";s:4:\"slug\";s:19:\"ocean-sticky-footer\";s:5:\"title\";s:19:\"Ocean Sticky Footer\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/icons/0b821026b5a995b136dc9b01ba1a13de.png\";s:15:\"default_plan_id\";s:4:\"6074\";s:5:\"plans\";i:6074;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2674;s:21:\"active_installs_count\";i:1882;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:1;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:29.99;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_5552f1b8d38d0f09df4b2990b57b2\";s:2:\"id\";s:4:\"3759\";s:7:\"created\";s:19:\"2019-05-06 13:41:42\";s:7:\"updated\";s:19:\"2019-12-18 16:21:35\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3759\";s:3:\"url\";s:50:\"https://oceanwp.org/extension/ocean-sticky-footer/\";s:11:\"description\";s:163:\"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>\";s:17:\"short_description\";s:69:\"A simple extension to attach your footer to the bottom of the screen.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Add menu in the footer bar\";s:15:\"selling_point_1\";s:26:\"Add text in the footer bar\";s:15:\"selling_point_2\";s:22:\"Choose your own colors\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png\";}s:2:\"id\";s:3:\"828\";s:7:\"created\";s:19:\"2019-05-16 05:00:32\";s:7:\"updated\";s:19:\"2019-08-04 07:25:54\";}s:12:\"premium_slug\";s:19:\"ocean-sticky-footer\";}i:6;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629304\";s:4:\"slug\";s:15:\"ocean-woo-popup\";s:5:\"title\";s:15:\"Ocean Woo Popup\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/icons/0430e84fecb53c3ec35df5759e22f7b2.png\";s:15:\"default_plan_id\";s:4:\"6073\";s:5:\"plans\";i:6073;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2772;s:21:\"active_installs_count\";i:2264;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:2;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:29.99;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_9414dbc7719b150c20046f728e994\";s:2:\"id\";s:4:\"3760\";s:7:\"created\";s:19:\"2019-05-06 13:53:08\";s:7:\"updated\";s:19:\"2019-12-18 17:23:17\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3760\";s:3:\"url\";s:46:\"https://oceanwp.org/extension/ocean-woo-popup/\";s:11:\"description\";s:333:\"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>\";s:17:\"short_description\";s:79:\"A simple extension to display a popup when you click on the Add To Cart button.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png\";s:15:\"selling_point_0\";s:108:\"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup\";s:15:\"selling_point_1\";s:52:\"Control width, height, padding and the border radius\";s:15:\"selling_point_2\";s:50:\"Show/hide and reorganize the elements of the popup\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png\";}s:2:\"id\";s:3:\"831\";s:7:\"created\";s:19:\"2019-05-16 05:02:03\";s:7:\"updated\";s:19:\"2019-08-04 07:39:37\";}s:12:\"premium_slug\";s:23:\"ocean-woo-popup-premium\";}i:7;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629316\";s:4:\"slug\";s:15:\"ocean-portfolio\";s:5:\"title\";s:15:\"Ocean Portfolio\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/icons/7279eda792d103bde5896515ef4e63be.png\";s:15:\"default_plan_id\";s:4:\"6072\";s:5:\"plans\";i:6072;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2243;s:21:\"active_installs_count\";i:1912;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_d0109c81ea2f48fdfa29c30d9d20b\";s:2:\"id\";s:4:\"3761\";s:7:\"created\";s:19:\"2019-05-06 13:55:52\";s:7:\"updated\";s:19:\"2019-12-18 16:20:14\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3761\";s:3:\"url\";s:46:\"https://oceanwp.org/extension/ocean-portfolio/\";s:11:\"description\";s:473:\"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>\";s:17:\"short_description\";s:75:\"A complete extension to display your portfolio and work in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png\";s:15:\"selling_point_0\";s:75:\"Display your portfolio anywhere you want via a page template or a shortcode\";s:15:\"selling_point_1\";s:24:\"Show/hide the filter bar\";s:15:\"selling_point_2\";s:58:\"Control the filter bar positioning, styling and typography\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png\";}s:2:\"id\";s:3:\"826\";s:7:\"created\";s:19:\"2019-05-16 04:56:11\";s:7:\"updated\";s:19:\"2019-08-04 07:20:12\";}s:12:\"premium_slug\";s:15:\"ocean-portfolio\";}i:8;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629325\";s:4:\"slug\";s:17:\"ocean-white-label\";s:5:\"title\";s:17:\"Ocean White Label\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/icons/5fb23be4920f1bcb4c61b01ab2fc75fb.png\";s:15:\"default_plan_id\";s:4:\"6071\";s:5:\"plans\";i:6071;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2481;s:21:\"active_installs_count\";i:2207;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_c9bb8f8d46af4c19cc2b66105accb\";s:2:\"id\";s:4:\"3762\";s:7:\"created\";s:19:\"2019-05-06 13:57:59\";s:7:\"updated\";s:19:\"2019-12-18 16:19:39\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3762\";s:3:\"url\";s:48:\"https://oceanwp.org/extension/ocean-white-label/\";s:11:\"description\";s:302:\"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>\";s:17:\"short_description\";s:69:\"Impress clients by replacing the OceanWP name by your own brand name.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png\";s:15:\"selling_point_0\";s:45:\"Add your own branding name in the admin pages\";s:15:\"selling_point_1\";s:68:\"Add your own theme name, author, author url, description, screenshot\";s:15:\"selling_point_2\";s:41:\"Remove the White Label box in Theme Panel\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png\";}s:2:\"id\";s:3:\"830\";s:7:\"created\";s:19:\"2019-05-16 05:01:36\";s:7:\"updated\";s:19:\"2019-08-04 07:36:38\";}s:12:\"premium_slug\";s:17:\"ocean-white-label\";}i:9;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629330\";s:4:\"slug\";s:15:\"ocean-instagram\";s:5:\"title\";s:15:\"Ocean Instagram\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/icons/8b0a80f52bcda98cf367971dd98152d4.png\";s:15:\"default_plan_id\";s:4:\"6070\";s:5:\"plans\";i:6070;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2710;s:21:\"active_installs_count\";i:2276;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:2;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:59.98;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_60babf307a20c89d435bcd61d54e8\";s:2:\"id\";s:4:\"3763\";s:7:\"created\";s:19:\"2019-05-06 14:00:21\";s:7:\"updated\";s:19:\"2019-12-18 16:26:42\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3763\";s:3:\"url\";s:46:\"https://oceanwp.org/extension/ocean-instagram/\";s:11:\"description\";s:224:\"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes &amp; comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>\";s:17:\"short_description\";s:70:\"Fetch and customize your Instagram feed to display in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Display your Instagram photos\";s:15:\"selling_point_1\";s:24:\"Choose the column number\";s:15:\"selling_point_2\";s:34:\"Show/hide the likes &amp; comments\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png\";}s:2:\"id\";s:3:\"824\";s:7:\"created\";s:19:\"2019-05-16 04:55:16\";s:7:\"updated\";s:19:\"2019-08-04 07:11:09\";}s:12:\"premium_slug\";s:15:\"ocean-instagram\";}i:10;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629332\";s:4:\"slug\";s:17:\"ocean-popup-login\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/icons/d5cd0bf761dd09b3ab23ab234d1d7ee9.png\";s:15:\"default_plan_id\";s:4:\"6069\";s:5:\"plans\";i:6069;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:1344;s:21:\"active_installs_count\";i:1069;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:3;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:1;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:29.99;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_e0499681c773af2bbac0016bb24ff\";s:2:\"id\";s:4:\"3764\";s:7:\"created\";s:19:\"2019-05-06 14:02:12\";s:7:\"updated\";s:19:\"2019-12-18 16:31:51\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3764\";s:3:\"url\";s:48:\"https://oceanwp.org/extension/ocean-popup-login/\";s:11:\"description\";s:185:\"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>\";s:17:\"short_description\";s:59:\"A plugin to add a popup login/register form where you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png\";s:15:\"selling_point_0\";s:42:\"Add the login/register link where you want\";s:15:\"selling_point_1\";s:14:\"Style the form\";s:15:\"selling_point_2\";s:34:\"Add a background image in the form\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png\";}s:2:\"id\";s:3:\"825\";s:7:\"created\";s:19:\"2019-05-16 04:55:50\";s:7:\"updated\";s:19:\"2019-08-04 07:12:58\";}s:12:\"premium_slug\";s:17:\"ocean-popup-login\";}i:11;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629338\";s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/icons/82552898a159e5b0f04c8ffb62a9d7bb.png\";s:15:\"default_plan_id\";s:4:\"6068\";s:5:\"plans\";i:6068;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2244;s:21:\"active_installs_count\";i:1823;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:1;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_2ebffcd411ce5f21e543822065b7d\";s:2:\"id\";s:4:\"3765\";s:7:\"created\";s:19:\"2019-05-06 14:04:05\";s:7:\"updated\";s:19:\"2019-12-18 16:14:40\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3765\";s:3:\"url\";s:50:\"https://oceanwp.org/extension/ocean-cookie-notice/\";s:11:\"description\";s:368:\"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>\";s:17:\"short_description\";s:91:\"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png\";s:15:\"selling_point_0\";s:59:\"Add scripts that will be loaded only after the user consent\";s:15:\"selling_point_1\";s:49:\"Choose to reload the page after the cookie accept\";s:15:\"selling_point_2\";s:17:\"Two notice styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png\";}s:2:\"id\";s:3:\"817\";s:7:\"created\";s:19:\"2019-05-15 10:13:47\";s:7:\"updated\";s:19:\"2019-08-04 06:36:09\";}s:12:\"premium_slug\";s:19:\"ocean-cookie-notice\";}i:12;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2629341\";s:4:\"slug\";s:17:\"ocean-full-screen\";s:5:\"title\";s:17:\"Ocean Full Screen\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/icons/ceb8fda62fbae704a43b326772e28e3f.png\";s:15:\"default_plan_id\";s:4:\"6067\";s:5:\"plans\";i:6067;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:2928;s:21:\"active_installs_count\";i:2561;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:1;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:29.99;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_e0f5fb19e66d3b97f64adb891fae5\";s:2:\"id\";s:4:\"3766\";s:7:\"created\";s:19:\"2019-05-06 14:06:43\";s:7:\"updated\";s:19:\"2019-12-18 16:13:37\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3766\";s:3:\"url\";s:48:\"https://oceanwp.org/extension/ocean-full-screen/\";s:11:\"description\";s:241:\"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>\";s:17:\"short_description\";s:63:\"A simple and easy way to create a fullscreen scrolling website.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png\";s:15:\"selling_point_0\";s:16:\"Very easy to use\";s:15:\"selling_point_1\";s:28:\"Add your own scrolling speed\";s:15:\"selling_point_2\";s:21:\"Add a side navigation\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png\";}s:2:\"id\";s:3:\"822\";s:7:\"created\";s:19:\"2019-05-16 04:54:33\";s:7:\"updated\";s:19:\"2019-08-04 06:57:28\";}s:12:\"premium_slug\";s:17:\"ocean-full-screen\";}i:13;O:8:\"stdClass\":37:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2650006\";s:4:\"slug\";s:15:\"ocean-pro-demos\";s:5:\"title\";s:15:\"Ocean Pro Demos\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3797/icons/92e859b19391b3fda145dd81cbe14f1b.png\";s:15:\"default_plan_id\";s:4:\"6115\";s:5:\"plans\";i:6115;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:4303;s:21:\"active_installs_count\";i:3758;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:2;s:14:\"total_renewals\";i:0;s:8:\"earnings\";d:59.98;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_a34c58ab5e7159d54e88175c1c03f\";s:2:\"id\";s:4:\"3797\";s:7:\"created\";s:19:\"2019-05-14 12:39:32\";s:7:\"updated\";s:19:\"2019-12-18 18:36:27\";s:12:\"premium_slug\";s:15:\"ocean-pro-demos\";}i:14;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655231\";s:4:\"slug\";s:11:\"ocean-extra\";s:5:\"title\";s:11:\"Ocean Extra\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/icons/a8a66d9af9373c572cd362013c38fdef.png\";s:15:\"default_plan_id\";s:4:\"6131\";s:5:\"plans\";i:6131;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:0;s:21:\"active_installs_count\";i:0;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_dc69e18411e45b6f22272ac4586b1\";s:2:\"id\";s:4:\"3806\";s:7:\"created\";s:19:\"2019-05-16 07:48:04\";s:7:\"updated\";s:19:\"2019-05-16 07:48:04\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3806\";s:3:\"url\";N;s:11:\"description\";s:759:\"<ul>\n<li style=\"color: #333;font-weight: 600\">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style=\"color: #333;font-weight: 600;margin-top: 20px\">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts &amp; styles</li>\n<li>Import/Export the customizer settings</li> </ul>\";s:17:\"short_description\";N;s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png\";s:15:\"selling_point_0\";s:31:\"Change the layout per page/post\";s:15:\"selling_point_1\";s:32:\"Select the sidebar per page/post\";s:15:\"selling_point_2\";s:45:\"Add gallery image for the gallery post format\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png\";}s:2:\"id\";s:3:\"832\";s:7:\"created\";s:19:\"2019-05-16 08:37:18\";s:7:\"updated\";s:19:\"2019-08-04 07:50:27\";}s:12:\"premium_slug\";s:19:\"ocean-extra-premium\";}i:15;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655252\";s:4:\"slug\";s:20:\"ocean-social-sharing\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/icons/472046596ff2243e1bab433a07d35533.png\";s:15:\"default_plan_id\";s:4:\"6132\";s:5:\"plans\";i:6132;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:25703;s:21:\"active_installs_count\";i:23338;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_0aa6121ff893b29efa9a58d6c0ad5\";s:2:\"id\";s:4:\"3807\";s:7:\"created\";s:19:\"2019-05-16 07:53:38\";s:7:\"updated\";s:19:\"2019-12-18 18:42:00\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3807\";s:3:\"url\";N;s:11:\"description\";s:336:\"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>\";s:17:\"short_description\";s:58:\"A simple plugin to add social share buttons to your posts.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png\";s:15:\"selling_point_0\";s:106:\"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:27:\"Choose between three styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png\";}s:2:\"id\";s:3:\"838\";s:7:\"created\";s:19:\"2019-05-16 08:44:21\";s:7:\"updated\";s:19:\"2019-08-04 08:00:26\";}s:12:\"premium_slug\";s:28:\"ocean-social-sharing-premium\";}i:16;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655271\";s:4:\"slug\";s:21:\"ocean-product-sharing\";s:5:\"title\";s:21:\"Ocean Product Sharing\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/icons/be28eef8c31337b3f73addbcce9dfde4.png\";s:15:\"default_plan_id\";s:4:\"6135\";s:5:\"plans\";i:6135;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:13084;s:21:\"active_installs_count\";i:11686;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_e8cc3b7980be98f86dc7286572cc0\";s:2:\"id\";s:4:\"3809\";s:7:\"created\";s:19:\"2019-05-16 08:00:39\";s:7:\"updated\";s:19:\"2019-12-18 18:41:56\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3809\";s:3:\"url\";N;s:11:\"description\";s:177:\"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>\";s:17:\"short_description\";s:121:\"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Add social twitter, facebook, pinterest and email sharing\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:48:\"Add or edit the social sharing via a child theme\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png\";}s:2:\"id\";s:3:\"837\";s:7:\"created\";s:19:\"2019-05-16 08:43:10\";s:7:\"updated\";s:19:\"2019-08-04 07:55:00\";}s:12:\"premium_slug\";s:29:\"ocean-product-sharing-premium\";}i:17;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655279\";s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:5:\"title\";s:20:\"Ocean Custom Sidebar\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/icons/06fd0e67684e995d78b72746831434ac.png\";s:15:\"default_plan_id\";s:4:\"6136\";s:5:\"plans\";i:6136;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:12505;s:21:\"active_installs_count\";i:10592;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_e1fc615375e847fd4d955c62b2a34\";s:2:\"id\";s:4:\"3810\";s:7:\"created\";s:19:\"2019-05-16 08:04:08\";s:7:\"updated\";s:19:\"2019-12-18 18:41:52\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3810\";s:3:\"url\";N;s:11:\"description\";s:58:\"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>\";s:17:\"short_description\";s:136:\"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png\";s:15:\"selling_point_0\";s:38:\"Create an unlimited number of sidebars\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png\";}s:2:\"id\";s:3:\"833\";s:7:\"created\";s:19:\"2019-05-16 08:38:20\";s:7:\"updated\";s:19:\"2019-08-04 07:47:46\";}s:12:\"premium_slug\";s:28:\"ocean-custom-sidebar-premium\";}i:18;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655283\";s:4:\"slug\";s:17:\"ocean-demo-import\";s:5:\"title\";s:17:\"Ocean Demo Import\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/icons/bac62de0483069acf490a59267f15f99.png\";s:15:\"default_plan_id\";s:4:\"6137\";s:5:\"plans\";i:6137;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:8476;s:21:\"active_installs_count\";i:5202;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_28285e0f391b4955f4460589da147\";s:2:\"id\";s:4:\"3811\";s:7:\"created\";s:19:\"2019-05-16 08:06:15\";s:7:\"updated\";s:19:\"2019-12-18 18:37:21\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3811\";s:3:\"url\";N;s:11:\"description\";s:55:\"<ul>\n<li>Import the sample data in one click</li> </ul>\";s:17:\"short_description\";s:80:\"Import the OceanWP demo content, widgets and customizer settings with one click.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png\";s:15:\"selling_point_0\";s:35:\"Import the sample data in one click\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png\";}s:2:\"id\";s:3:\"834\";s:7:\"created\";s:19:\"2019-05-16 08:39:11\";s:7:\"updated\";s:19:\"2019-08-04 07:48:57\";}s:12:\"premium_slug\";s:27:\"activity-log-mainwp-premium\";}i:19;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655290\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/icons/9672cd2dd221c216014c9ad6f73e8d64.png\";s:15:\"default_plan_id\";s:4:\"6139\";s:5:\"plans\";i:6139;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:5826;s:21:\"active_installs_count\";i:4786;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:2:\"id\";s:4:\"3813\";s:7:\"created\";s:19:\"2019-05-16 08:08:26\";s:7:\"updated\";s:19:\"2019-12-18 18:14:58\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3813\";s:3:\"url\";N;s:11:\"description\";s:373:\"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>\";s:17:\"short_description\";s:71:\"Display your latest posts in a beautiful slider with different options.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png\";s:15:\"selling_point_0\";s:24:\"Choose your slider style\";s:15:\"selling_point_1\";s:36:\"Enter the number of posts to display\";s:15:\"selling_point_2\";s:29:\"Select the size of the images\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png\";}s:2:\"id\";s:3:\"836\";s:7:\"created\";s:19:\"2019-05-16 08:42:09\";s:7:\"updated\";s:19:\"2019-08-04 07:53:25\";}s:12:\"premium_slug\";s:26:\"ocean-posts-slider-premium\";}i:20;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655295\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/icons/6f292d54bf178d4f0e6ea68523fcc206.png\";s:15:\"default_plan_id\";s:4:\"6140\";s:5:\"plans\";i:6140;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:3922;s:21:\"active_installs_count\";i:3283;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:2:\"id\";s:4:\"3814\";s:7:\"created\";s:19:\"2019-05-16 08:10:28\";s:7:\"updated\";s:19:\"2019-12-18 18:36:08\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3814\";s:3:\"url\";N;s:11:\"description\";s:203:\"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>\";s:17:\"short_description\";s:80:\"Insert any content in a modals and place the opening button anywhere to open it.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png\";s:15:\"selling_point_0\";s:33:\"Create as many modals as you want\";s:15:\"selling_point_1\";s:24:\"Choose your custom width\";s:15:\"selling_point_2\";s:48:\"Insert the content you want (shortcodes allowed)\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png\";}s:2:\"id\";s:3:\"835\";s:7:\"created\";s:19:\"2019-05-16 08:40:03\";s:7:\"updated\";s:19:\"2019-08-04 07:51:54\";}s:12:\"premium_slug\";s:26:\"ocean-modal-window-premium\";}i:21;O:8:\"stdClass\":38:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:10:\"install_id\";s:7:\"2655298\";s:4:\"slug\";s:20:\"ocean-stick-anything\";s:5:\"title\";s:20:\"Ocean Stick Anything\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/icons/57da39476e63889a0289c2e64206c970.png\";s:15:\"default_plan_id\";s:4:\"6141\";s:5:\"plans\";i:6141;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:11033;s:21:\"active_installs_count\";i:9515;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_f9a790f52e74ee60eb2812ba763dd\";s:2:\"id\";s:4:\"3815\";s:7:\"created\";s:19:\"2019-05-16 08:12:51\";s:7:\"updated\";s:19:\"2019-12-18 18:42:04\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3815\";s:3:\"url\";N;s:11:\"description\";s:190:\"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>\";s:17:\"short_description\";s:43:\"A simple plugin to stick anything you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Stick one or several elements\";s:15:\"selling_point_1\";s:82:\"Add an offset to add a spacing between the top of the page and your sticky element\";s:15:\"selling_point_2\";s:39:\"Destroy the sticky on the size you want\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png\";}s:2:\"id\";s:3:\"839\";s:7:\"created\";s:19:\"2019-05-16 08:45:08\";s:7:\"updated\";s:19:\"2019-08-04 08:03:54\";}s:12:\"premium_slug\";s:28:\"ocean-stick-anything-premium\";}}}s:7:\"created\";i:1576694790;s:9:\"timestamp\";i:1576781190;}s:33:\"get:/v1/plugins/3767/pricing.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:8:\"stdClass\":27:{s:14:\"bundle_plan_id\";s:3:\"163\";s:9:\"bundle_id\";N;s:12:\"plugin_plans\";N;s:12:\"is_inherited\";b:1;s:9:\"plugin_id\";s:4:\"3767\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";s:44:\"https://wordpress.org/support/theme/oceanwp/\";s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"6125\";s:7:\"created\";s:19:\"2019-05-15 10:52:26\";s:7:\"updated\";s:19:\"2019-05-15 11:09:29\";s:8:\"features\";a:9:{i:0;O:8:\"stdClass\":9:{s:5:\"value\";i:13;s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:10:\"Free Demos\";s:11:\"description\";s:0:\"\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4595\";s:7:\"created\";s:19:\"2019-05-15 10:59:09\";s:7:\"updated\";s:19:\"2019-05-15 11:00:27\";}i:1;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Stick Anything\";s:11:\"description\";s:51:\"Stick very easily anything you want on your website\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4577\";s:7:\"created\";s:19:\"2019-05-15 10:53:52\";s:7:\"updated\";s:19:\"2019-05-15 11:01:53\";}i:2;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Modal Window\";s:11:\"description\";s:75:\"Insert any content into a modal and place the opening button where you want\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4578\";s:7:\"created\";s:19:\"2019-05-15 10:54:01\";s:7:\"updated\";s:19:\"2019-05-15 11:01:59\";}i:3;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Posts Slider\";s:11:\"description\";s:70:\"Display your latest posts in a beautiful slider with different options\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4579\";s:7:\"created\";s:19:\"2019-05-15 10:54:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:03\";}i:4;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Demo Import\";s:11:\"description\";s:71:\"Import the demo content, widgets and customizer settings with one click\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4580\";s:7:\"created\";s:19:\"2019-05-15 10:54:39\";s:7:\"updated\";s:19:\"2019-05-15 11:02:13\";}i:5;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Custom Sidebar\";s:11:\"description\";s:68:\"Generates an unlimited number of sidebars and place them on any page\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4581\";s:7:\"created\";s:19:\"2019-05-15 10:54:49\";s:7:\"updated\";s:19:\"2019-05-15 11:02:21\";}i:6;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:15:\"Product Sharing\";s:11:\"description\";s:77:\"Add social share buttons to your single product page with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4582\";s:7:\"created\";s:19:\"2019-05-15 10:54:57\";s:7:\"updated\";s:19:\"2019-05-15 11:02:28\";}i:7;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Social Sharing\";s:11:\"description\";s:70:\"Add social share buttons to your single posts with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4583\";s:7:\"created\";s:19:\"2019-05-15 10:55:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:34\";}i:8;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Ocean Extra\";s:11:\"description\";s:76:\"Add meta boxes, import/export and a panel to activate the premium extensions\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4584\";s:7:\"created\";s:19:\"2019-05-15 10:55:25\";s:7:\"updated\";s:19:\"2019-05-15 11:02:41\";}}}i:1;O:8:\"stdClass\":28:{s:14:\"bundle_plan_id\";s:3:\"157\";s:9:\"bundle_id\";N;s:12:\"plugin_plans\";O:8:\"stdClass\":15:{s:4:\"3754\";s:4:\"6079\";s:4:\"3755\";s:4:\"6078\";s:4:\"3756\";s:4:\"6077\";s:4:\"3757\";s:4:\"6076\";s:4:\"3758\";s:4:\"6075\";s:4:\"3759\";s:4:\"6074\";s:4:\"3760\";s:4:\"6073\";s:4:\"3761\";s:4:\"6072\";s:4:\"3762\";s:4:\"6071\";s:4:\"3763\";s:4:\"6070\";s:4:\"3764\";s:4:\"6069\";s:4:\"3765\";s:4:\"6068\";s:4:\"3766\";s:4:\"6067\";s:4:\"3797\";s:4:\"6115\";s:4:\"3752\";s:4:\"6040\";}s:12:\"is_inherited\";b:1;s:9:\"plugin_id\";s:4:\"3767\";s:4:\"name\";s:3:\"pro\";s:5:\"title\";s:3:\"Pro\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";s:25:\"https://docs.oceanwp.org/\";s:13:\"support_forum\";N;s:13:\"support_email\";s:19:\"support@oceanwp.org\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"6056\";s:7:\"created\";s:19:\"2019-05-06 17:02:57\";s:7:\"updated\";s:19:\"2019-09-26 12:46:24\";s:7:\"pricing\";a:4:{i:0;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:39;s:14:\"lifetime_price\";i:159;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"5262\";s:7:\"created\";s:19:\"2019-05-06 17:05:45\";s:7:\"updated\";s:19:\"2019-05-06 17:05:58\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:3;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:79;s:14:\"lifetime_price\";i:319;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"5268\";s:7:\"created\";s:19:\"2019-05-07 16:42:55\";s:7:\"updated\";s:19:\"2019-05-07 16:43:14\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:25;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:129;s:14:\"lifetime_price\";i:519;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"5366\";s:7:\"created\";s:19:\"2019-05-14 11:56:38\";s:7:\"updated\";s:19:\"2019-05-14 11:56:45\";s:8:\"currency\";s:3:\"usd\";}i:3;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";N;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:129;s:14:\"lifetime_price\";i:519;s:9:\"is_hidden\";b:1;s:2:\"id\";s:4:\"5269\";s:7:\"created\";s:19:\"2019-05-07 16:43:01\";s:7:\"updated\";s:19:\"2019-05-14 11:56:32\";s:8:\"currency\";s:3:\"usd\";}}s:8:\"features\";a:23:{i:0;O:8:\"stdClass\":9:{s:5:\"value\";i:13;s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:10:\"Free Demos\";s:11:\"description\";s:0:\"\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4595\";s:7:\"created\";s:19:\"2019-05-15 10:59:09\";s:7:\"updated\";s:19:\"2019-05-15 11:00:27\";}i:1;O:8:\"stdClass\":9:{s:5:\"value\";i:60;s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Pro Demos\";s:11:\"description\";N;s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4596\";s:7:\"created\";s:19:\"2019-05-15 10:59:40\";s:7:\"updated\";N;}i:2;O:8:\"stdClass\":9:{s:5:\"value\";N;s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Stick Anything\";s:11:\"description\";s:51:\"Stick very easily anything you want on your website\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4577\";s:7:\"created\";s:19:\"2019-05-15 10:53:52\";s:7:\"updated\";s:19:\"2019-05-15 11:01:53\";}i:3;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Modal Window\";s:11:\"description\";s:75:\"Insert any content into a modal and place the opening button where you want\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4578\";s:7:\"created\";s:19:\"2019-05-15 10:54:01\";s:7:\"updated\";s:19:\"2019-05-15 11:01:59\";}i:4;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Posts Slider\";s:11:\"description\";s:70:\"Display your latest posts in a beautiful slider with different options\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4579\";s:7:\"created\";s:19:\"2019-05-15 10:54:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:03\";}i:5;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Demo Import\";s:11:\"description\";s:71:\"Import the demo content, widgets and customizer settings with one click\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4580\";s:7:\"created\";s:19:\"2019-05-15 10:54:39\";s:7:\"updated\";s:19:\"2019-05-15 11:02:13\";}i:6;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Custom Sidebar\";s:11:\"description\";s:68:\"Generates an unlimited number of sidebars and place them on any page\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4581\";s:7:\"created\";s:19:\"2019-05-15 10:54:49\";s:7:\"updated\";s:19:\"2019-05-15 11:02:21\";}i:7;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:15:\"Product Sharing\";s:11:\"description\";s:77:\"Add social share buttons to your single product page with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4582\";s:7:\"created\";s:19:\"2019-05-15 10:54:57\";s:7:\"updated\";s:19:\"2019-05-15 11:02:28\";}i:8;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Social Sharing\";s:11:\"description\";s:70:\"Add social share buttons to your single posts with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4583\";s:7:\"created\";s:19:\"2019-05-15 10:55:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:34\";}i:9;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Ocean Extra\";s:11:\"description\";s:76:\"Add meta boxes, import/export and a panel to activate the premium extensions\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4584\";s:7:\"created\";s:19:\"2019-05-15 10:55:25\";s:7:\"updated\";s:19:\"2019-05-15 11:02:41\";}i:10;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Full Screen\";s:11:\"description\";s:62:\"A simple and easy way to create a fullscreen scrolling website\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4505\";s:7:\"created\";s:19:\"2019-05-06 17:07:30\";s:7:\"updated\";s:19:\"2019-05-15 11:02:53\";}i:11;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:20:\"Cookie Notice (GDPR)\";s:11:\"description\";s:71:\"Add a Cookie notice on your website to comply with the GDPR regulations\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4506\";s:7:\"created\";s:19:\"2019-05-06 17:07:38\";s:7:\"updated\";s:19:\"2019-05-15 11:04:19\";}i:12;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Popup Login\";s:11:\"description\";s:58:\"A plugin to add a popup login/register form where you want\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4507\";s:7:\"created\";s:19:\"2019-05-06 17:07:46\";s:7:\"updated\";s:19:\"2019-05-15 11:04:14\";}i:13;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Instagram\";s:11:\"description\";s:69:\"Fetch and customize your Instagram feed to display in a beautiful way\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4585\";s:7:\"created\";s:19:\"2019-05-15 10:56:46\";s:7:\"updated\";s:19:\"2019-05-15 11:04:13\";}i:14;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"White Label\";s:11:\"description\";s:68:\"Impress clients by replacing the OceanWP name by your own brand name\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4586\";s:7:\"created\";s:19:\"2019-05-15 10:56:51\";s:7:\"updated\";s:19:\"2019-05-15 11:04:12\";}i:15;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Portfolio\";s:11:\"description\";s:74:\"A complete extension to display your portfolio and work in a beautiful way\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4587\";s:7:\"created\";s:19:\"2019-05-15 10:56:57\";s:7:\"updated\";s:19:\"2019-05-15 11:04:11\";}i:16;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Woo Popup\";s:11:\"description\";s:78:\"A simple extension to display a popup when you click on the Add To Cart button\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4588\";s:7:\"created\";s:19:\"2019-05-15 10:57:01\";s:7:\"updated\";s:19:\"2019-05-15 11:04:10\";}i:17;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:13:\"Sticky Footer\";s:11:\"description\";s:68:\"A simple extension to attach your footer to the bottom of the screen\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4589\";s:7:\"created\";s:19:\"2019-05-15 10:57:07\";s:7:\"updated\";s:19:\"2019-05-15 11:04:09\";}i:18;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Ocean Hooks\";s:11:\"description\";s:59:\"Add your custom content throughout various areas of OceanWP\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4590\";s:7:\"created\";s:19:\"2019-05-15 10:57:13\";s:7:\"updated\";s:19:\"2019-05-15 11:03:42\";}i:19;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:17:\"Elementor Widgets\";s:11:\"description\";s:74:\"Add many new powerful widgets to the popular free page builder - Elementor\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4591\";s:7:\"created\";s:19:\"2019-05-15 10:57:17\";s:7:\"updated\";s:19:\"2019-05-15 11:04:08\";}i:20;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:10:\"Side Panel\";s:11:\"description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4592\";s:7:\"created\";s:19:\"2019-05-15 10:57:24\";s:7:\"updated\";s:19:\"2019-05-15 11:03:54\";}i:21;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:13:\"Sticky Header\";s:11:\"description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4593\";s:7:\"created\";s:19:\"2019-05-15 10:57:28\";s:7:\"updated\";s:19:\"2019-05-15 11:03:59\";}i:22;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Footer Callout\";s:11:\"description\";s:64:\"Add some important information about your company in your footer\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4594\";s:7:\"created\";s:19:\"2019-05-15 10:57:34\";s:7:\"updated\";s:19:\"2019-05-15 11:04:08\";}}}}}s:7:\"created\";i:1573736645;s:9:\"timestamp\";i:1573823045;}}','yes'),(4319,'theme_switched_via_customizer','','yes'),(4406,'jetpack_ab_connect_banner_green_bar','a','yes'),(421,'tribe_customizer','a:2:{s:13:\"general_theme\";a:1:{s:21:\"featured_color_scheme\";s:10:\"blue-steel\";}s:15:\"global_elements\";a:1:{s:15:\"filterbar_color\";s:7:\"#dddddd\";}}','yes'),(495,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(5538,'_transient_timeout_wpseo_link_table_inaccessible','1601288776','no'),(4848,'widget_ngg-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4849,'widget_ngg-mrssw','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4850,'widget_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4851,'ngg_transient_groups','a:7:{s:9:\"__counter\";i:7;s:16:\"WordPress-Router\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:17:\"col_in_wpvq_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:23:\"col_in_wpvq_ngg_gallery\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:24:\"col_in_wpvq_ngg_pictures\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:21:\"col_in_wpvq_ngg_album\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}}','yes'),(4854,'photocrati_auto_update_admin_update_list','','yes'),(4855,'photocrati_auto_update_admin_check_date','','yes'),(4856,'ngg_db_version','1.8.1','yes'),(4859,'pope_module_list','a:37:{i:0;s:19:\"photocrati-fs|3.1.8\";i:1;s:22:\"photocrati-i18n|3.2.10\";i:2;s:29:\"photocrati-validation|3.1.4.2\";i:3;s:25:\"photocrati-router|3.1.7.1\";i:4;s:34:\"photocrati-wordpress_routing|3.1.8\";i:5;s:25:\"photocrati-security|3.1.8\";i:6;s:33:\"photocrati-nextgen_settings|3.1.9\";i:7;s:20:\"photocrati-mvc|3.1.8\";i:8;s:21:\"photocrati-ajax|3.1.8\";i:9;s:28:\"photocrati-datamapper|3.1.19\";i:10;s:31:\"photocrati-nextgen-legacy|3.2.1\";i:11;s:32:\"photocrati-simple_html_dom|3.0.0\";i:12;s:30:\"photocrati-nextgen-data|3.2.17\";i:13;s:31:\"photocrati-nextgen_block|3.1.19\";i:14;s:36:\"photocrati-dynamic_thumbnails|3.2.13\";i:15;s:31:\"photocrati-nextgen_admin|3.2.21\";i:16;s:41:\"photocrati-nextgen_gallery_display|3.2.17\";i:17;s:36:\"photocrati-frame_communication|3.0.0\";i:18;s:32:\"photocrati-attach_to_post|3.2.21\";i:19;s:41:\"photocrati-nextgen_addgallery_page|3.2.17\";i:20;s:39:\"photocrati-nextgen_other_options|3.2.21\";i:21;s:37:\"photocrati-nextgen_pagination|3.0.0.2\";i:22;s:35:\"photocrati-dynamic_stylesheet|3.0.0\";i:23;s:37:\"photocrati-nextgen_pro_upgrade|3.2.23\";i:24;s:22:\"photocrati-cache|3.0.0\";i:25;s:26:\"photocrati-lightbox|3.1.19\";i:26;s:42:\"photocrati-nextgen_basic_templates|3.0.0.2\";i:27;s:38:\"photocrati-nextgen_basic_gallery|3.1.8\";i:28;s:43:\"photocrati-nextgen_basic_imagebrowser|3.1.8\";i:29;s:40:\"photocrati-nextgen_basic_singlepic|3.1.8\";i:30;s:39:\"photocrati-nextgen_basic_tagcloud|3.1.8\";i:31;s:36:\"photocrati-nextgen_basic_album|3.1.8\";i:32;s:23:\"photocrati-widget|3.1.6\";i:33;s:38:\"photocrati-third_party_compat|3.1.11.1\";i:34;s:32:\"photocrati-nextgen_xmlrpc|3.2.19\";i:35;s:22:\"photocrati-wpcli|3.0.0\";i:36;s:24:\"photocrati-imagify|3.1.8\";}','yes'),(4470,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4496,'widget_sow-price-table','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4497,'widget_sow-simple-masonry','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4498,'widget_sow-video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4499,'widget_sow-tabs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4500,'widget_sow-testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4501,'widget_sow-social-media-buttons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(694,'theme_mods_astra','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"footer_menu\";i:5;s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:144;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1569159702;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:12:\"categories-2\";i:3;s:7:\"pages-3\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:1:{i:0;s:16:\"wpforms-widget-3\";}s:15:\"footer-widget-2\";a:1:{i:0;s:11:\"tag_cloud-3\";}s:24:\"advanced-footer-widget-1\";a:1:{i:0;s:6:\"text-3\";}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}','yes'),(700,'astra-theme-old-setup','1','yes'),(20487,'_transient_timeout_jetpack_idc_allowed','1576695589','no'),(8020,'bglib_activity','a:1:{s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:3;}}','yes'),(4084,'elementor_allow_tracking','no','yes'),(4085,'elementor_tracker_notice','1','yes'),(4364,'wpforms_version','1.5.1.3','yes'),(4502,'widget_sow-taxonomy','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3016,'wpforms_challenge','a:11:{s:6:\"status\";s:7:\"skipped\";s:4:\"step\";i:0;s:7:\"user_id\";i:1;s:7:\"form_id\";i:0;s:10:\"embed_page\";i:0;s:16:\"started_date_gmt\";s:19:\"2019-09-22 09:44:12\";s:17:\"finished_date_gmt\";s:19:\"2019-09-22 09:44:12\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:300;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;}','yes'),(3005,'wpforms_activated','a:1:{s:4:\"lite\";i:1569145407;}','yes'),(19889,'_site_transient_boldgrid_plugins_filtered','a:2:{s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:11:{s:4:\"Name\";s:23:\"BoldGrid Backup Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.1.0\";s:11:\"Description\";s:49:\"Premium extension for the BoldGrid Backup plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:23:\"BoldGrid Backup Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:11:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.12.1\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(8018,'boldgrid_backup_last_backup','1576229390','no'),(8019,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:126936151;s:4:\"save\";b:1;s:10:\"total_size\";i:301101028;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:37:\"/home/neurop9/himalayanhathayoga.com/\";s:9:\"backup_id\";s:8:\"1e6fe7cf\";s:7:\"siteurl\";s:30:\"https://himalayanhathayoga.com\";s:9:\"timestamp\";i:1576229270;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:22:\"himalayanhathayoga.com\";s:13:\"php_sapi_name\";s:8:\"cgi-fcgi\";s:9:\"php_uname\";s:113:\"Linux ecbiz187.inmotionhosting.com 2.6.32-954.3.5.lve1.4.74.el6.x86_64 #1 SMP Thu Oct 17 04:22:13 EDT 2019 x86_64\";s:11:\"php_version\";s:5:\"7.3.7\";s:11:\"server_addr\";s:13:\"198.46.81.210\";s:11:\"server_name\";s:22:\"himalayanhathayoga.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.1\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:3391;s:8:\"username\";s:7:\"neurop9\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:97:\"/home/neurop9/boldgrid_backup/boldgrid-backup-himalayanhathayoga.com-1e6fe7cf-20191213-092757.zip\";s:11:\"lastmodunix\";i:1576229381;s:8:\"duration\";s:6:\"110.69\";s:11:\"db_duration\";s:4:\"4.28\";s:11:\"db_filename\";s:31:\"neurop9_hhy.20191213-092750.sql\";s:12:\"mail_success\";b:1;}','yes'),(4838,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1569601132;s:7:\"version\";s:5:\"5.1.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(4648,'elementor_log','a:6:{s:32:\"31c8e5e850391079847f658836239f05\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-24 17:33:56\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.2\";s:2:\"to\";s:5:\"2.7.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-24 17:33:56\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.2\";s:2:\"to\";s:5:\"2.7.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4a0f68d45a71f55821c27345411f6fca\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"19225\";s:7:\"\0*\0file\";s:93:\"https://himalayanhathayoga.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.3\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-10-20 16:35:45\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:202:\"elementor.getCurrentElement().isPasteEnabled is not a function. (In \\&#039;elementor.getCurrentElement().isPasteEnabled()\\&#039;, \\&#039;elementor.getCurrentElement().isPasteEnabled\\&#039; is undefined)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-10-20 16:35:45\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1571589345\";s:7:\"message\";s:182:\"elementor.getCurrentElement().isPasteEnabled is not a function. (In \\\'elementor.getCurrentElement().isPasteEnabled()\\\', \\\'elementor.getCurrentElement().isPasteEnabled\\\' is undefined)\";s:3:\"url\";s:93:\"https://himalayanhathayoga.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.3\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:5:\"19225\";}}s:32:\"aab497f9e16282c310cf78ab961012b1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-10-20 18:45:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.7.4\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2019-10-20 18:45:35\";i:1;s:19:\"2019-10-20 18:45:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.7.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7f38afc286952bb80d9938ff3e601129\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-10-20 18:45:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.7.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-10-20 18:45:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.7.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"713a937d54ec12487340a3956b135aad\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-10-30 21:21:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.4\";s:2:\"to\";s:5:\"2.7.5\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2019-10-30 21:21:15\";i:1;s:19:\"2019-10-30 21:21:15\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.4\";s:2:\"to\";s:5:\"2.7.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"917a193a76b75f9a0f4808f62e1943de\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-12-10 16:27:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.5\";s:2:\"to\";s:5:\"2.8.0\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2019-12-10 16:27:48\";i:1;s:19:\"2019-12-10 16:27:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.5\";s:2:\"to\";s:5:\"2.8.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','no'),(2156,'dbem_tags_page','197','yes'),(5600,'elementor_allow_svg','1','yes'),(9074,'elementor_default_generic_fonts','Sans-serif','yes'),(9075,'_elementor_general_settings','a:3:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";i:1412;s:21:\"space_between_widgets\";i:20;}','yes'),(9076,'elementor_space_between_widgets','20','yes'),(8015,'boldgrid_backup_in_progress_data','a:3:{s:6:\"status\";s:22:\"Backing up database...\";s:6:\"tables\";a:24:{i:0;s:16:\"wpvq_commentmeta\";i:1;s:13:\"wpvq_comments\";i:2;s:16:\"wpvq_em_bookings\";i:3;s:14:\"wpvq_em_events\";i:4;s:17:\"wpvq_em_locations\";i:5;s:12:\"wpvq_em_meta\";i:6;s:15:\"wpvq_em_tickets\";i:7;s:24:\"wpvq_em_tickets_bookings\";i:8;s:10:\"wpvq_links\";i:9;s:14:\"wpvq_ngg_album\";i:10;s:16:\"wpvq_ngg_gallery\";i:11;s:17:\"wpvq_ngg_pictures\";i:12;s:12:\"wpvq_options\";i:13;s:13:\"wpvq_postmeta\";i:14;s:10:\"wpvq_posts\";i:15;s:23:\"wpvq_term_relationships\";i:16;s:18:\"wpvq_term_taxonomy\";i:17;s:13:\"wpvq_termmeta\";i:18;s:10:\"wpvq_terms\";i:19;s:13:\"wpvq_usermeta\";i:20;s:10:\"wpvq_users\";i:21;s:17:\"wpvq_wpforms_lite\";i:22;s:20:\"wpvq_yoast_seo_links\";i:23;s:19:\"wpvq_yoast_seo_meta\";}s:4:\"step\";i:1;}','yes'),(4318,'theme_switch_menu_locations','a:2:{s:11:\"footer_menu\";i:5;s:7:\"primary\";i:2;}','yes'),(2153,'dbem_locations_page','195','yes'),(2154,'dbem_categories_page','196','yes'),(2502,'widget_em_locations_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2149,'widget_em_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2150,'widget_em_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2157,'dbem_my_bookings_page','198','yes'),(2158,'dbem_hello_to_user','1','yes'),(1947,'external_updates-event-aggregator','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1569081288;s:14:\"checkedVersion\";N;s:6:\"update\";O:19:\"Tribe__PUE__Utility\":13:{s:2:\"id\";i:0;s:6:\"plugin\";N;s:4:\"slug\";N;s:7:\"version\";s:3:\"1.0\";s:8:\"homepage\";N;s:12:\"download_url\";N;s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:0:\"\";}s:14:\"upgrade_notice\";N;s:13:\"custom_update\";N;s:11:\"api_invalid\";b:1;s:19:\"api_invalid_message\";s:214:\"<p>You are using %plugin_name% but your license key is invalid. Visit the Events Calendar website to check your <a href=\"https://theeventscalendar.com/license-keys/?utm_medium=pue&utm_campaign=in-app\">licenses</a>.\";s:26:\"api_inline_invalid_message\";s:196:\"<p>Your %plugin_name% license key is invalid. Visit the Events Calendar website to check your <a href=\"https://theeventscalendar.com/license-keys/?utm_medium=pue&utm_campaign=in-app\">licenses</a>.\";s:13:\"license_error\";s:203:\"<p>Your Event Aggregator license key is invalid. Visit the Events Calendar website to check your <a href=\"https://theeventscalendar.com/license-keys/?utm_medium=pue&amp;utm_campaign=in-app\">licenses</a>.\";}}','no'),(1948,'tribe_pue_key_notices','a:0:{}','yes'),(2152,'dbem_events_page','194','yes'),(2146,'dbem_flush_needed','0','yes'),(2543,'event-categories_children','a:0:{}','yes'),(2159,'dbem_data','a:0:{}','yes'),(2160,'dbem_time_format','g:i a','yes'),(2161,'dbem_date_format','d/m/Y','yes'),(2162,'dbem_date_format_js','dd/mm/yy','yes'),(2163,'dbem_dates_separator',' - ','yes'),(2164,'dbem_times_separator',' - ','yes'),(2165,'dbem_default_category','-1','yes'),(2166,'dbem_default_location','0','yes'),(2167,'dbem_events_default_orderby','event_start_date,event_start_time,event_name','yes'),(2168,'dbem_events_default_order','ASC','yes'),(2169,'dbem_events_default_limit','10','yes'),(2170,'dbem_search_form_submit','Search','yes'),(2171,'dbem_search_form_advanced','1','yes'),(2172,'dbem_search_form_advanced_hidden','1','yes'),(2173,'dbem_search_form_advanced_show','Show Advanced Search','yes'),(2174,'dbem_search_form_advanced_hide','Hide Advanced Search','yes'),(2175,'dbem_search_form_text','1','yes'),(2176,'dbem_search_form_text_label','Search','yes'),(2177,'dbem_search_form_geo','1','yes'),(2178,'dbem_search_form_geo_label','Near...','yes'),(2179,'dbem_search_form_geo_units','1','yes'),(2180,'dbem_search_form_geo_units_label','Within','yes'),(2181,'dbem_search_form_geo_unit_default','mi','yes'),(2182,'dbem_search_form_geo_distance_default','25','yes'),(2183,'dbem_search_form_geo_distance_options','5,10,25,50,100','yes'),(2184,'dbem_search_form_dates','1','yes'),(2185,'dbem_search_form_dates_label','Dates','yes'),(2186,'dbem_search_form_dates_separator','and','yes'),(2187,'dbem_search_form_categories','1','yes'),(2188,'dbem_search_form_categories_label','All Categories','yes'),(2189,'dbem_search_form_category_label','Category','yes'),(2190,'dbem_search_form_countries','1','yes'),(2191,'dbem_search_form_default_country','0','yes'),(2192,'dbem_search_form_countries_label','All Countries','yes'),(2193,'dbem_search_form_country_label','Country','yes'),(2194,'dbem_search_form_regions','1','yes'),(2195,'dbem_search_form_regions_label','All Regions','yes'),(2196,'dbem_search_form_region_label','Region','yes'),(2197,'dbem_search_form_states','1','yes'),(2198,'dbem_search_form_states_label','All States','yes'),(2199,'dbem_search_form_state_label','State/County','yes'),(2200,'dbem_search_form_towns','0','yes'),(2201,'dbem_search_form_towns_label','All Cities/Towns','yes'),(2202,'dbem_search_form_town_label','City/Town','yes'),(2203,'dbem_events_form_editor','1','yes'),(2204,'dbem_events_form_reshow','1','yes'),(2205,'dbem_events_form_result_success','You have successfully submitted your event, which will be published pending approval.','yes'),(2206,'dbem_events_form_result_success_updated','You have successfully updated your event, which will be republished pending approval.','yes'),(2207,'dbem_events_anonymous_submissions','0','yes'),(2208,'dbem_events_anonymous_user','2','yes'),(2209,'dbem_events_anonymous_result_success','You have successfully submitted your event, which will be published pending approval.','yes'),(2210,'dbem_event_submitted_email_admin','','yes'),(2211,'dbem_event_submitted_email_subject','Submitted Event Awaiting Approval','yes'),(2212,'dbem_event_submitted_email_body','A new event has been submitted by #_CONTACTNAME.\r\n\r\nName : #_EVENTNAME \r\n\r\nDate : #_EVENTDATES \r\n\r\nTime : #_EVENTTIMES \r\n\r\nPlease visit https://himalayanhathayoga.com/wp-admin/post.php?action=edit&post=#_EVENTPOSTID to review this event for approval.\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2213,'dbem_event_resubmitted_email_subject','Re-Submitted Event Awaiting Approval','yes'),(2214,'dbem_event_resubmitted_email_body','A previously published event has been modified by #_CONTACTNAME, and this event is now unpublished and pending your approval.\r\n\r\nName : #_EVENTNAME \r\n\r\nDate : #_EVENTDATES \r\n\r\nTime : #_EVENTTIMES \r\n\r\nPlease visit https://himalayanhathayoga.com/wp-admin/post.php?action=edit&post=#_EVENTPOSTID to review this event for approval.\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2215,'dbem_event_published_email_subject','Published Event - #_EVENTNAME','yes'),(2216,'dbem_event_published_email_body','A new event has been published by #_CONTACTNAME.\r\n\r\nName : #_EVENTNAME \r\n\r\nDate : #_EVENTDATES \r\n\r\nTime : #_EVENTTIMES \r\n\r\nEdit this event - https://himalayanhathayoga.com/wp-admin/post.php?action=edit&post=#_EVENTPOSTID \r\n\r\n View this event - #_EVENTURL\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2217,'dbem_event_approved_email_subject','Event Approved - #_EVENTNAME','yes'),(2218,'dbem_event_approved_email_body','Dear #_CONTACTNAME, \r\n\r\nYour event #_EVENTNAME on #_EVENTDATES has been approved.\r\n\r\nYou can view your event here: #_EVENTURL\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2219,'dbem_event_reapproved_email_subject','Event Approved - #_EVENTNAME','yes'),(2220,'dbem_event_reapproved_email_body','Dear #_CONTACTNAME, \r\n\r\nYour event #_EVENTNAME on #_EVENTDATES has been approved.\r\n\r\nYou can view your event here: #_EVENTURL\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2221,'dbem_events_page_title','Events','yes'),(2222,'dbem_events_page_scope','future','yes'),(2223,'dbem_events_page_search_form','1','yes'),(2224,'dbem_event_list_item_format_header','<table class=\"events-table\" >\r\n    <thead>\r\n        <tr>\r\n			<th class=\"event-time\" scope=\"col\">Date/Time</th>\r\n			<th class=\"event-description\" scope=\"col\">Event</th>\r\n		</tr>\r\n   	</thead>\r\n    <tbody>','yes'),(2225,'dbem_event_list_item_format','<tr>\r\n			<td>\r\n                #_EVENTDATES<br/>\r\n                #_EVENTTIMES\r\n            </td>\r\n            <td>\r\n                #_EVENTLINK\r\n                {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}\r\n            </td>\r\n        </tr>','yes'),(2226,'dbem_event_list_item_format_footer','</tbody></table>','yes'),(2227,'dbem_event_list_groupby','monthly','yes'),(2228,'dbem_event_list_groupby_format','','yes'),(2229,'dbem_event_list_groupby_header_format','<h2>#s</h2>','yes'),(2230,'dbem_display_calendar_in_events_page','0','yes'),(2231,'dbem_single_event_format','<div style=\"float:right; margin:0px 0px 15px 15px;\">#_LOCATIONMAP</div>\r\n<p>\r\n	<strong>Date/Time</strong><br/>\r\n	Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i>\r\n</p>\r\n{has_location}\r\n<p>\r\n	<strong>Location</strong><br/>\r\n	#_LOCATIONLINK\r\n</p>\r\n{/has_location}\r\n<p>\r\n	<strong>Categories</strong>\r\n	#_CATEGORIES\r\n</p>\r\n<br style=\"clear:both\" />\r\n#_EVENTNOTES\r\n{has_bookings}\r\n<h3>Bookings</h3>\r\n#_BOOKINGFORM\r\n{/has_bookings}','yes'),(2232,'dbem_event_excerpt_format','#_EVENTDATES @ #_EVENTTIMES - #_EVENTEXCERPT','yes'),(2233,'dbem_event_excerpt_alt_format','#_EVENTDATES @ #_EVENTTIMES - #_EVENTEXCERPT{55}','yes'),(2234,'dbem_event_page_title_format','#_EVENTNAME','yes'),(2235,'dbem_event_all_day_message','All Day','yes'),(2236,'dbem_no_events_message','No Events','yes'),(2237,'dbem_locations_default_orderby','location_name','yes'),(2238,'dbem_locations_default_order','ASC','yes'),(2239,'dbem_locations_default_limit','10','yes'),(2240,'dbem_locations_page_title','Event Locations','yes'),(2241,'dbem_locations_page_search_form','1','yes'),(2242,'dbem_no_locations_message','No Locations','yes'),(2243,'dbem_location_default_country','0','yes'),(2244,'dbem_location_list_item_format_header','<ul class=\"em-locations-list\">','yes'),(2245,'dbem_location_list_item_format','<li>#_LOCATIONLINK<ul><li>#_LOCATIONFULLLINE</li></ul></li>','yes'),(2246,'dbem_location_list_item_format_footer','</ul>','yes'),(2247,'dbem_location_page_title_format','#_LOCATIONNAME','yes'),(2248,'dbem_single_location_format','<div style=\"float:right; margin:0px 0px 15px 15px;\">#_LOCATIONMAP</div>\r\n<p>\r\n	<strong>Address</strong><br/>\r\n	#_LOCATIONADDRESS<br/>\r\n	#_LOCATIONTOWN<br/>\r\n	#_LOCATIONSTATE<br/>\r\n	#_LOCATIONREGION<br/>\r\n	#_LOCATIONPOSTCODE<br/>\r\n	#_LOCATIONCOUNTRY\r\n</p>\r\n<br style=\"clear:both\" />\r\n#_LOCATIONNOTES\r\n\r\n<h3>Upcoming Events</h3>\r\n<p>#_LOCATIONNEXTEVENTS</p>','yes'),(2249,'dbem_location_excerpt_format','#_LOCATIONEXCERPT','yes'),(2250,'dbem_location_excerpt_alt_format','#_LOCATIONEXCERPT{55}','yes'),(2251,'dbem_location_no_events_message','<li>No events in this location</li>','yes'),(2252,'dbem_location_event_list_item_header_format','<ul>','yes'),(2253,'dbem_location_event_list_item_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES</li>','yes'),(2254,'dbem_location_event_list_item_footer_format','</ul>','yes'),(2255,'dbem_location_event_list_limit','20','yes'),(2256,'dbem_location_event_list_orderby','event_start_date,event_start_time,event_name','yes'),(2257,'dbem_location_event_list_order','ASC','yes'),(2258,'dbem_location_event_single_format','#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES','yes'),(2259,'dbem_location_no_event_message','No events in this location','yes'),(2260,'dbem_categories_default_limit','10','yes'),(2261,'dbem_categories_default_orderby','name','yes'),(2262,'dbem_categories_default_order','ASC','yes'),(2263,'dbem_categories_list_item_format_header','<ul class=\"em-categories-list\">','yes'),(2264,'dbem_categories_list_item_format','<li>#_CATEGORYLINK</li>','yes'),(2265,'dbem_categories_list_item_format_footer','</ul>','yes'),(2266,'dbem_no_categories_message','No Categories','yes'),(2267,'dbem_category_page_title_format','#_CATEGORYNAME','yes'),(2268,'dbem_category_page_format','#_CATEGORYNOTES<h3>Upcoming Events</h3>#_CATEGORYNEXTEVENTS','yes'),(2269,'dbem_category_no_events_message','<li>No events in this category</li>','yes'),(2270,'dbem_category_event_list_item_header_format','<ul>','yes'),(2271,'dbem_category_event_list_item_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES</li>','yes'),(2272,'dbem_category_event_list_item_footer_format','</ul>','yes'),(2273,'dbem_category_event_list_limit','20','yes'),(2274,'dbem_category_event_list_orderby','event_start_date,event_start_time,event_name','yes'),(2275,'dbem_category_event_list_order','ASC','yes'),(2276,'dbem_category_event_single_format','#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES','yes'),(2277,'dbem_category_no_event_message','No events in this category','yes'),(2278,'dbem_category_default_color','#a8d144','yes'),(2279,'dbem_tags_default_limit','10','yes'),(2280,'dbem_tags_default_orderby','name','yes'),(2281,'dbem_tags_default_order','ASC','yes'),(2282,'dbem_tags_list_item_format_header','<ul class=\"em-tags-list\">','yes'),(2283,'dbem_tags_list_item_format','<li>#_TAGLINK</li>','yes'),(2284,'dbem_tags_list_item_format_footer','</ul>','yes'),(2285,'dbem_no_tags_message','No Tags','yes'),(2286,'dbem_tag_page_title_format','#_TAGNAME','yes'),(2287,'dbem_tag_page_format','<h3>Upcoming Events</h3>#_TAGNEXTEVENTS','yes'),(2288,'dbem_tag_no_events_message','<li>No events with this tag</li>','yes'),(2289,'dbem_tag_event_list_item_header_format','<ul class=\"em-tags-list\">','yes'),(2290,'dbem_tag_event_list_item_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES</li>','yes'),(2291,'dbem_tag_event_list_item_footer_format','</ul>','yes'),(2292,'dbem_tag_event_single_format','#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES','yes'),(2293,'dbem_tag_no_event_message','No events with this tag','yes'),(2294,'dbem_tag_event_list_limit','20','yes'),(2295,'dbem_tag_event_list_orderby','event_start_date,event_start_time,event_name','yes'),(2296,'dbem_tag_event_list_order','ASC','yes'),(2297,'dbem_tag_default_color','#a8d145','yes'),(2298,'dbem_rss_limit','50','yes'),(2299,'dbem_rss_scope','future','yes'),(2300,'dbem_rss_main_title','Himalayan Hatha Yoga - Events','yes'),(2301,'dbem_rss_main_description','Himalayan Hatha Yoga - Events','yes'),(2302,'dbem_rss_description_format','#_EVENTDATES - #_EVENTTIMES <br/>#_LOCATIONNAME <br/>#_LOCATIONADDRESS <br/>#_LOCATIONTOWN','yes'),(2303,'dbem_rss_title_format','#_EVENTNAME','yes'),(2304,'dbem_rss_order','ASC','yes'),(2305,'dbem_rss_orderby','event_start_date,event_start_time,event_name','yes'),(2306,'em_rss_pubdate','Sat, 21 Sep 2019 16:19:51 +0000','yes'),(2307,'dbem_ical_limit','50','yes'),(2308,'dbem_ical_scope','future','yes'),(2309,'dbem_ical_description_format','#_EVENTNAME','yes'),(2310,'dbem_ical_real_description_format','#_EVENTEXCERPT','yes'),(2311,'dbem_ical_location_format','#_LOCATIONNAME, #_LOCATIONFULLLINE, #_LOCATIONCOUNTRY','yes'),(2312,'dbem_gmap_is_active','1','yes'),(2313,'dbem_google_maps_browser_key','','yes'),(2314,'dbem_map_default_width','400px','yes'),(2315,'dbem_map_default_height','300px','yes'),(2316,'dbem_location_baloon_format','<strong>#_LOCATIONNAME</strong><br/>#_LOCATIONADDRESS - #_LOCATIONTOWN<br/><a href=\"#_LOCATIONPAGEURL\">Events</a>','yes'),(2317,'dbem_map_text_format','<strong>#_LOCATIONNAME</strong><p>#_LOCATIONADDRESS</p><p>#_LOCATIONTOWN</p>','yes'),(2318,'dbem_email_disable_registration','0','yes'),(2319,'dbem_rsvp_mail_port','465','yes'),(2320,'dbem_smtp_host','localhost','yes'),(2321,'dbem_mail_sender_name','','yes'),(2322,'dbem_rsvp_mail_send_method','wp_mail','yes'),(2323,'dbem_rsvp_mail_SMTPAuth','1','yes'),(2324,'dbem_smtp_html','1','yes'),(2325,'dbem_smtp_html_br','1','yes'),(2326,'dbem_image_max_width','700','yes'),(2327,'dbem_image_max_height','700','yes'),(2328,'dbem_image_min_width','50','yes'),(2329,'dbem_image_min_height','50','yes'),(2330,'dbem_image_max_size','204800','yes'),(2331,'dbem_list_date_title','Events - #j #M #y','yes'),(2332,'dbem_full_calendar_month_format','M Y','yes'),(2333,'dbem_full_calendar_event_format','<li>#_EVENTLINK</li>','yes'),(2334,'dbem_full_calendar_long_events','0','yes'),(2335,'dbem_full_calendar_initials_length','0','yes'),(2336,'dbem_full_calendar_abbreviated_weekdays','1','yes'),(2337,'dbem_display_calendar_day_single_yes','1','yes'),(2338,'dbem_small_calendar_month_format','M Y','yes'),(2339,'dbem_small_calendar_event_title_format','#_EVENTNAME','yes'),(2340,'dbem_small_calendar_event_title_separator',', ','yes'),(2341,'dbem_small_calendar_initials_length','1','yes'),(2342,'dbem_small_calendar_abbreviated_weekdays','0','yes'),(2343,'dbem_small_calendar_long_events','0','yes'),(2344,'dbem_display_calendar_order','ASC','yes'),(2345,'dbem_display_calendar_orderby','event_name,event_start_time','yes'),(2346,'dbem_display_calendar_events_limit','3','yes'),(2347,'dbem_display_calendar_events_limit_msg','more...','yes'),(2348,'dbem_calendar_direct_links','1','yes'),(2349,'dbem_timezone_enabled','1','yes'),(2350,'dbem_timezone_default','Europe/London','yes'),(2351,'dbem_require_location','0','yes'),(2352,'dbem_locations_enabled','1','yes'),(2353,'dbem_use_select_for_locations','1','yes'),(2354,'dbem_attributes_enabled','1','yes'),(2355,'dbem_recurrence_enabled','1','yes'),(2356,'dbem_rsvp_enabled','1','yes'),(2357,'dbem_categories_enabled','1','yes'),(2358,'dbem_tags_enabled','1','yes'),(2359,'dbem_placeholders_custom','','yes'),(2360,'dbem_location_attributes_enabled','1','yes'),(2361,'dbem_location_placeholders_custom','','yes'),(2362,'dbem_bookings_registration_disable','0','yes'),(2363,'dbem_bookings_registration_disable_user_emails','0','yes'),(2364,'dbem_bookings_approval','1','yes'),(2365,'dbem_bookings_approval_reserved','0','yes'),(2366,'dbem_bookings_approval_overbooking','0','yes'),(2367,'dbem_bookings_double','0','yes'),(2368,'dbem_bookings_user_cancellation','1','yes'),(2369,'dbem_bookings_currency','GBP','yes'),(2370,'dbem_bookings_currency_decimal_point','.','yes'),(2371,'dbem_bookings_currency_thousands_sep',',','yes'),(2372,'dbem_bookings_currency_format','@#','yes'),(2373,'dbem_bookings_tax','0','yes'),(2374,'dbem_bookings_tax_auto_add','0','yes'),(2375,'dbem_bookings_submit_button','Send your booking','yes'),(2376,'dbem_bookings_login_form','1','yes'),(2377,'dbem_bookings_anonymous','1','yes'),(2378,'dbem_bookings_form_max','20','yes'),(2379,'dbem_bookings_form_msg_disabled','Online bookings are not available for this event.','yes'),(2380,'dbem_bookings_form_msg_closed','Bookings are closed for this event.','yes'),(2381,'dbem_bookings_form_msg_full','This event is fully booked.','yes'),(2382,'dbem_bookings_form_msg_attending','You are currently attending this event.','yes'),(2383,'dbem_bookings_form_msg_bookings_link','Manage my bookings','yes'),(2384,'dbem_booking_warning_cancel','Are you sure you want to cancel your booking?','yes'),(2385,'dbem_booking_feedback_cancelled','Booking Cancelled','yes'),(2386,'dbem_booking_feedback_pending','Booking successful, pending confirmation (you will also receive an email once confirmed).','yes'),(2387,'dbem_booking_feedback','Booking successful.','yes'),(2388,'dbem_booking_feedback_full','Booking cannot be made, not enough spaces available!','yes'),(2389,'dbem_booking_feedback_log_in','You must log in or register to make a booking.','yes'),(2390,'dbem_booking_feedback_nomail','However, there were some problems whilst sending confirmation emails to you and/or the event contact person. You may want to contact them directly and letting them know of this error.','yes'),(2391,'dbem_booking_feedback_error','Booking could not be created:','yes'),(2392,'dbem_booking_feedback_email_exists','This email already exists in our system, please log in to register to proceed with your booking.','yes'),(2393,'dbem_booking_feedback_new_user','A new user account has been created for you. Please check your email for access details.','yes'),(2394,'dbem_booking_feedback_reg_error','There was a problem creating a user account, please contact a website administrator.','yes'),(2395,'dbem_booking_feedback_already_booked','You already have booked a seat at this event.','yes'),(2396,'dbem_booking_feedback_min_space','You must request at least one space to book an event.','yes'),(2397,'dbem_booking_feedback_spaces_limit','You cannot book more than %d spaces for this event.','yes'),(2398,'dbem_booking_button_msg_book','Book Now','yes'),(2399,'dbem_booking_button_msg_booking','Booking...','yes'),(2400,'dbem_booking_button_msg_booked','Booking Submitted','yes'),(2401,'dbem_booking_button_msg_already_booked','Already Booked','yes'),(2402,'dbem_booking_button_msg_error','Booking Error. Try again?','yes'),(2403,'dbem_booking_button_msg_full','Sold Out','yes'),(2404,'dbem_booking_button_msg_closed','Bookings Closed','yes'),(2405,'dbem_booking_button_msg_cancel','Cancel','yes'),(2406,'dbem_booking_button_msg_canceling','Canceling...','yes'),(2407,'dbem_booking_button_msg_cancelled','Cancelled','yes'),(2408,'dbem_booking_button_msg_cancel_error','Cancellation Error. Try again?','yes'),(2409,'dbem_bookings_notify_admin','0','yes'),(2410,'dbem_bookings_contact_email','1','yes'),(2411,'dbem_bookings_contact_email_pending_subject','Booking Pending','yes'),(2412,'dbem_bookings_contact_email_pending_body','The following booking is pending :\r\n\r\n#_EVENTNAME - #_EVENTDATES @ #_EVENTTIMES\r\n\r\nNow there are #_BOOKEDSPACES spaces reserved, #_AVAILABLESPACES are still available.\r\n\r\nBOOKING DETAILS\r\n\r\nName : #_BOOKINGNAME\r\n\r\nEmail : #_BOOKINGEMAIL\r\n\r\n#_BOOKINGSUMMARY\r\n\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2413,'dbem_bookings_contact_email_confirmed_subject','Booking Confirmed','yes'),(2414,'dbem_bookings_contact_email_confirmed_body','The following booking is confirmed :\r\n\r\n#_EVENTNAME - #_EVENTDATES @ #_EVENTTIMES\r\n\r\nNow there are #_BOOKEDSPACES spaces reserved, #_AVAILABLESPACES are still available.\r\n\r\nBOOKING DETAILS\r\n\r\nName : #_BOOKINGNAME\r\n\r\nEmail : #_BOOKINGEMAIL\r\n\r\n#_BOOKINGSUMMARY\r\n\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2415,'dbem_bookings_contact_email_rejected_subject','Booking Rejected','yes'),(2416,'dbem_bookings_contact_email_rejected_body','The following booking is rejected :\r\n\r\n#_EVENTNAME - #_EVENTDATES @ #_EVENTTIMES\r\n\r\nNow there are #_BOOKEDSPACES spaces reserved, #_AVAILABLESPACES are still available.\r\n\r\nBOOKING DETAILS\r\n\r\nName : #_BOOKINGNAME\r\n\r\nEmail : #_BOOKINGEMAIL\r\n\r\n#_BOOKINGSUMMARY\r\n\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2417,'dbem_bookings_contact_email_cancelled_subject','Booking Cancelled','yes'),(2418,'dbem_bookings_contact_email_cancelled_body','The following booking is cancelled :\r\n\r\n#_EVENTNAME - #_EVENTDATES @ #_EVENTTIMES\r\n\r\nNow there are #_BOOKEDSPACES spaces reserved, #_AVAILABLESPACES are still available.\r\n\r\nBOOKING DETAILS\r\n\r\nName : #_BOOKINGNAME\r\n\r\nEmail : #_BOOKINGEMAIL\r\n\r\n#_BOOKINGSUMMARY\r\n\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2419,'dbem_bookings_email_pending_subject','Booking Pending','yes'),(2420,'dbem_bookings_email_pending_body','Dear #_BOOKINGNAME, \r\n\r\nYou have requested #_BOOKINGSPACES space/spaces for #_EVENTNAME.\r\n\r\nWhen : #_EVENTDATES @ #_EVENTTIMES\r\n\r\nWhere : #_LOCATIONNAME - #_LOCATIONFULLLINE\r\n\r\nYour booking is currently pending approval by our administrators. Once approved you will receive an automatic confirmation.\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2421,'dbem_bookings_email_rejected_subject','Booking Rejected','yes'),(2422,'dbem_bookings_email_rejected_body','Dear #_BOOKINGNAME, \r\n\r\nYour requested booking for #_BOOKINGSPACES spaces at #_EVENTNAME on #_EVENTDATES has been rejected.\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2423,'dbem_bookings_email_confirmed_subject','Booking Confirmed','yes'),(2424,'dbem_bookings_email_confirmed_body','Dear #_BOOKINGNAME, \r\n\r\nYou have successfully reserved #_BOOKINGSPACES space/spaces for #_EVENTNAME.\r\n\r\nWhen : #_EVENTDATES @ #_EVENTTIMES\r\n\r\nWhere : #_LOCATIONNAME - #_LOCATIONFULLLINE\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2425,'dbem_bookings_email_cancelled_subject','Booking Cancelled','yes'),(2426,'dbem_bookings_email_cancelled_body','Dear #_BOOKINGNAME, \r\n\r\nYour requested booking for #_BOOKINGSPACES spaces at #_EVENTNAME on #_EVENTDATES has been cancelled.\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(2427,'dbem_bookings_email_registration_subject','[Himalayan Hatha Yoga] Your username and password','yes'),(2428,'dbem_bookings_email_registration_body','You have successfully created an account at Himalayan Hatha Yoga\r\n\r\nYou can log into our site here : https://himalayanhathayoga.com/wp-login.php\r\n\r\nUsername : %username%\r\n\r\nPassword : %password%\r\n\r\nTo view your bookings, please visit https://himalayanhathayoga.com/events/my-bookings/ after logging in.','yes'),(2429,'dbem_bookings_tickets_orderby','ticket_price DESC, ticket_name ASC','yes'),(2430,'dbem_bookings_tickets_priority','0','yes'),(2431,'dbem_bookings_tickets_show_unavailable','0','yes'),(2432,'dbem_bookings_tickets_show_loggedout','1','yes'),(2433,'dbem_bookings_tickets_single','0','yes'),(2434,'dbem_bookings_tickets_single_form','0','yes'),(2435,'dbem_bookings_my_title_format','My Bookings','yes'),(2436,'dbem_bp_events_list_format_header','<ul class=\"em-events-list\">','yes'),(2437,'dbem_bp_events_list_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES<ul><li>#_LOCATIONLINK - #_LOCATIONADDRESS, #_LOCATIONTOWN</li></ul></li>','yes'),(2438,'dbem_bp_events_list_format_footer','</ul>','yes'),(2439,'dbem_bp_events_list_none_format','<p class=\"em-events-list\">No Events</p>','yes'),(2440,'dbem_css_editors','1','yes'),(2441,'dbem_css_rsvp','1','yes'),(2442,'dbem_css_rsvpadmin','1','yes'),(2443,'dbem_css_evlist','1','yes'),(2444,'dbem_css_search','1','yes'),(2445,'dbem_css_loclist','1','yes'),(2446,'dbem_css_catlist','1','yes'),(2447,'dbem_css_taglist','1','yes'),(2448,'dbem_cp_events_slug','events','yes'),(2449,'dbem_cp_locations_slug','locations','yes'),(2450,'dbem_taxonomy_category_slug','events/categories','yes'),(2451,'dbem_taxonomy_tag_slug','events/tags','yes'),(2452,'dbem_cp_events_template','','yes'),(2453,'dbem_cp_events_body_class','','yes'),(2454,'dbem_cp_events_post_class','','yes'),(2455,'dbem_cp_events_formats','1','yes'),(2456,'dbem_cp_events_has_archive','1','yes'),(2457,'dbem_events_default_archive_orderby','_event_start','yes'),(2458,'dbem_events_default_archive_order','ASC','yes'),(2459,'dbem_events_archive_scope','past','yes'),(2460,'dbem_cp_events_archive_formats','1','yes'),(2461,'dbem_cp_events_excerpt_formats','1','yes'),(2462,'dbem_cp_events_search_results','0','yes'),(2463,'dbem_cp_events_custom_fields','0','yes'),(2464,'dbem_cp_events_comments','1','yes'),(2465,'dbem_cp_locations_template','','yes'),(2466,'dbem_cp_locations_body_class','','yes'),(2467,'dbem_cp_locations_post_class','','yes'),(2468,'dbem_cp_locations_formats','1','yes'),(2469,'dbem_cp_locations_has_archive','1','yes'),(2470,'dbem_locations_default_archive_orderby','title','yes'),(2471,'dbem_locations_default_archive_order','ASC','yes'),(2472,'dbem_cp_locations_archive_formats','1','yes'),(2473,'dbem_cp_locations_excerpt_formats','1','yes'),(2474,'dbem_cp_locations_search_results','0','yes'),(2475,'dbem_cp_locations_custom_fields','0','yes'),(2476,'dbem_cp_locations_comments','1','yes'),(2477,'dbem_cp_categories_formats','1','yes'),(2478,'dbem_categories_default_archive_orderby','_event_start','yes'),(2479,'dbem_categories_default_archive_order','ASC','yes'),(2480,'dbem_cp_tags_formats','1','yes'),(2481,'dbem_tags_default_archive_orderby','_event_start','yes'),(2482,'dbem_tags_default_archive_order','ASC','yes'),(2483,'dbem_disable_thumbnails','0','yes'),(2484,'dbem_feedback_reminder','1569082791','yes'),(2485,'dbem_events_page_ajax','0','yes'),(2486,'dbem_conditional_recursions','1','yes'),(2487,'dbem_data_privacy_consent_text','I consent to my submitted data being collected and stored as outlined by the site %s.','yes'),(2488,'dbem_data_privacy_consent_remember','1','yes'),(2489,'dbem_data_privacy_consent_events','1','yes'),(2490,'dbem_data_privacy_consent_locations','1','yes'),(2491,'dbem_data_privacy_consent_bookings','1','yes'),(2492,'dbem_data_privacy_export_events','1','yes'),(2493,'dbem_data_privacy_export_locations','1','yes'),(2494,'dbem_data_privacy_export_bookings','1','yes'),(2495,'dbem_data_privacy_erase_events','1','yes'),(2496,'dbem_data_privacy_erase_locations','1','yes'),(2497,'dbem_data_privacy_erase_bookings','1','yes'),(2498,'dbem_credits','0','yes'),(2499,'dbem_version','5.95','yes'),(4475,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4476,'siteorigin_widget_bundle_version','1.15.9','yes'),(4477,'siteorigin_widgets_old_widgets','/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home/neurop9/himalayanhathayoga.com/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(5540,'_transient_timeout_wpseo_meta_table_inaccessible','1601288776','no'),(5541,'_transient_wpseo_meta_table_inaccessible','0','no'),(5539,'_transient_wpseo_link_table_inaccessible','0','no'),(4840,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4841,'mc4wp_version','4.7.4','yes'),(4842,'mc4wp_flash_messages','a:0:{}','no'),(4843,'ngg_run_freemius','1','yes');
/*!40000 ALTER TABLE `wpvq_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_options` with 735 row(s)
--

--
-- Table structure for table `wpvq_postmeta`
--

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

--
-- Dumping data for table `wpvq_postmeta`
--

LOCK TABLES `wpvq_postmeta` WRITE;
/*!40000 ALTER TABLE `wpvq_postmeta` DISABLE KEYS */;
INSERT INTO `wpvq_postmeta` VALUES (2,3,'_wp_page_template','default'),(948,185,'_menu_item_object_id','88'),(947,185,'_menu_item_menu_item_parent','0'),(946,185,'_menu_item_type','post_type'),(945,185,'_elementor_controls_usage','a:0:{}'),(944,184,'_menu_item_url',''),(943,184,'_menu_item_xfn',''),(942,184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(941,184,'_menu_item_target',''),(940,184,'_menu_item_object','page'),(939,184,'_menu_item_object_id','150'),(938,184,'_menu_item_menu_item_parent','0'),(937,184,'_menu_item_type','post_type'),(936,184,'_elementor_controls_usage','a:0:{}'),(43,7,'_wp_attached_file','2019/09/HHY_logoLow.png'),(44,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1267;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/09/HHY_logoLow.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"HHY_logoLow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"HHY_logoLow-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"HHY_logoLow-768x273.png\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"HHY_logoLow-1024x364.png\";s:5:\"width\";i:1024;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45,7,'_wp_attachment_image_alt','Himalayan hatha yoga'),(47,9,'_wp_attached_file','2019/09/HHY_logoHigh.png'),(48,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2019/09/HHY_logoHigh.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"HHY_logoHigh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"HHY_logoHigh-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"HHY_logoHigh-768x273.png\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"HHY_logoHigh-1024x364.png\";s:5:\"width\";i:1024;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6280,910,'_wp_page_template','default'),(6281,910,'_elementor_edit_mode','builder'),(6282,910,'_elementor_template_type','wp-page'),(6283,910,'_elementor_version','2.7.4'),(6284,910,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6251,3,'_edit_lock','1573736887:2'),(6252,3,'_edit_last','2'),(6253,3,'_elementor_controls_usage','a:0:{}'),(6254,3,'_yoast_wpseo_content_score','30'),(6255,3,'ocean_sidebar','0'),(6256,3,'ocean_second_sidebar','0'),(6257,3,'ocean_disable_margins','enable'),(6258,3,'ocean_display_top_bar','default'),(6259,3,'ocean_display_header','default'),(6260,3,'ocean_center_header_left_menu','0'),(6261,3,'ocean_custom_header_template','0'),(6262,3,'ocean_header_custom_menu','0'),(6263,3,'ocean_menu_typo_font_family','0'),(6264,3,'ocean_disable_title','default'),(6265,3,'ocean_disable_heading','default'),(6266,3,'ocean_disable_breadcrumbs','default'),(6267,3,'ocean_display_footer_widgets','default'),(6268,3,'ocean_display_footer_bottom','default'),(6269,3,'ocean_custom_footer_template','0'),(6270,909,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:753;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870359686\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-90910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-90910001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-90910002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-90910003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-90910004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-90910005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(6274,909,'_elementor_template_type','wp-page'),(6275,909,'_elementor_version','2.7.4'),(6276,909,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6272,909,'_wp_page_template','default'),(6273,909,'_elementor_edit_mode','builder'),(153,76,'_wp_page_template','default'),(154,76,'ocean_post_layout','full-screen'),(155,76,'ocean_disable_title','on'),(156,76,'ocean_disable_margins','on'),(157,76,'_elementor_edit_mode','builder'),(158,76,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6769934\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1ab506\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(159,76,'_elementor_version','2.7.5'),(160,76,'_wp_page_template','default'),(161,76,'ocean_post_layout','full-screen'),(162,76,'ocean_disable_title','on'),(163,76,'ocean_disable_margins','on'),(164,76,'_elementor_edit_mode','builder'),(165,76,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6769934\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1ab506\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(166,76,'_elementor_version','2.7.5'),(3362,500,'_elementor_version','2.7.4'),(3363,500,'_elementor_template_type','wp-page'),(3364,500,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3384,504,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3383,504,'_elementor_template_type','wp-page'),(3382,504,'_elementor_version','2.7.4'),(6307,712,'_elementor_css','a:5:{s:4:\"time\";i:1576102053;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(211,105,'_elementor_controls_usage','a:0:{}'),(212,106,'_elementor_controls_usage','a:0:{}'),(213,106,'_menu_item_type','custom'),(214,106,'_menu_item_menu_item_parent','0'),(215,106,'_menu_item_object_id','106'),(216,106,'_menu_item_object','custom'),(217,106,'_menu_item_target',''),(218,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(219,106,'_menu_item_xfn',''),(220,106,'_menu_item_url','https://www.facebook.com/himalayanhathayoga/'),(221,106,'_menu_item_template',''),(222,106,'_menu_item_mega_template',''),(223,106,'_menu_item_nolink',''),(224,106,'_menu_item_category_post',''),(225,106,'_menu_item_megamenu',''),(226,106,'_menu_item_megamenu_auto_width',''),(227,106,'_menu_item_megamenu_col',''),(228,106,'_menu_item_megamenu_heading',''),(229,106,'_menu_item_megamenu_widgetarea',''),(230,106,'_menu_item_icon',''),(250,108,'_elementor_controls_usage','a:0:{}'),(251,108,'_menu_item_type','custom'),(252,108,'_menu_item_menu_item_parent','0'),(253,108,'_menu_item_object_id','108'),(254,108,'_menu_item_object','custom'),(255,108,'_menu_item_target',''),(256,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(257,108,'_menu_item_xfn',''),(258,108,'_menu_item_url','https://www.instagram.com/himalayanhatha_yoga/'),(259,108,'_menu_item_template',''),(260,108,'_menu_item_mega_template',''),(261,108,'_menu_item_nolink',''),(262,108,'_menu_item_category_post',''),(263,108,'_menu_item_megamenu',''),(264,108,'_menu_item_megamenu_auto_width',''),(265,108,'_menu_item_megamenu_col',''),(266,108,'_menu_item_megamenu_heading',''),(267,108,'_menu_item_megamenu_widgetarea',''),(268,108,'_menu_item_icon',''),(4926,714,'_menu_item_template',''),(4936,714,'_elementor_controls_usage','a:0:{}'),(4924,714,'_menu_item_url',''),(4923,714,'_menu_item_xfn',''),(4920,714,'_menu_item_object','page'),(4922,714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4921,714,'_menu_item_target',''),(4918,714,'_menu_item_menu_item_parent','0'),(4919,714,'_menu_item_object_id','712'),(288,119,'_wp_attached_file','2016/11/cropped-favicon.png'),(289,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2016/11/cropped-favicon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,119,'_wp_attachment_context','site-icon'),(291,119,'_imagify_optimization_level','2'),(292,119,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:55317;s:14:\"optimized_size\";i:12557;s:7:\"percent\";d:77.2999999999999971578290569595992565155029296875;}s:5:\"sizes\";a:7:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon.png\";s:13:\"original_size\";i:8506;s:14:\"optimized_size\";i:3464;s:7:\"percent\";d:59.280000000000001136868377216160297393798828125;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon-150x150.png\";s:13:\"original_size\";i:5441;s:14:\"optimized_size\";i:1221;s:7:\"percent\";d:77.56000000000000227373675443232059478759765625;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon-300x300.png\";s:13:\"original_size\";i:14941;s:14:\"optimized_size\";i:2521;s:7:\"percent\";d:83.1299999999999954525264911353588104248046875;}s:13:\"site_icon-270\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon-270x270.png\";s:13:\"original_size\";i:12725;s:14:\"optimized_size\";i:2225;s:7:\"percent\";d:82.5100000000000051159076974727213382720947265625;}s:13:\"site_icon-192\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon-192x192.png\";s:13:\"original_size\";i:6026;s:14:\"optimized_size\";i:1525;s:7:\"percent\";d:74.68999999999999772626324556767940521240234375;}s:13:\"site_icon-180\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon-180x180.png\";s:13:\"original_size\";i:6987;s:14:\"optimized_size\";i:1277;s:7:\"percent\";d:81.719999999999998863131622783839702606201171875;}s:12:\"site_icon-32\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"https://stylish.oceanwp.org/wp-content/uploads/2016/11/cropped-favicon-32x32.png\";s:13:\"original_size\";i:691;s:14:\"optimized_size\";i:324;s:7:\"percent\";d:53.1099999999999994315658113919198513031005859375;}}}'),(293,119,'_imagify_status','success'),(745,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1267;s:6:\"height\";i:422;s:4:\"file\";s:31:\"2019/09/cropped-HHY_logoLow.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-HHY_logoLow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-HHY_logoLow-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"cropped-HHY_logoLow-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"cropped-HHY_logoLow-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:30:\"cropped-HHY_logoLow-144x48.png\";s:5:\"width\";i:144;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(744,144,'_wp_attachment_context','custom-logo'),(743,144,'_wp_attached_file','2019/09/cropped-HHY_logoLow.png'),(332,126,'_elementor_controls_usage','a:0:{}'),(633,129,'_elementor_controls_usage','a:0:{}'),(635,76,'_edit_lock','1573653708:2'),(6177,893,'_wp_attached_file','2019/11/JosephMacnab-1.jpg'),(6179,887,'_thumbnail_id','893'),(6193,896,'_edit_last','2'),(6192,896,'_edit_lock','1573673034:2'),(6184,894,'_elementor_data','[{\"id\":\"ecqmkxl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_overlay_section\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\"},\"elements\":[{\"id\":\"5cdy1yv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"hsrszwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anthea is the\\u00a0<a href=\\\"http:\\/\\/www.salisbury-yoga.co.uk\\/\\\">Karma Centre<\\/a>\\u00a0studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.\\u00a0Yogi Ashokananda<em>\\u2019s<\\/em>\\u00a0has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.<\\/p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.<\\/p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation \\/ Mindfulness and Pranayama.\\u00a0 You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.\\u00a0Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).<\\/p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.<\\/p>\",\"section_editor\":\"\",\"section_style\":\"\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6139,887,'_edit_lock','1573670073:2'),(6140,887,'_edit_last','2'),(6144,887,'_wp_page_template','default'),(6145,887,'_elementor_controls_usage','a:0:{}'),(6148,887,'ocean_gallery_link_images','off'),(6149,887,'_yoast_wpseo_content_score','30'),(6150,887,'_yoast_wpseo_primary_category','22'),(6151,887,'ocean_sidebar','0'),(6152,887,'ocean_second_sidebar','0'),(6153,887,'ocean_disable_margins','enable'),(6154,887,'ocean_display_top_bar','default'),(6155,887,'ocean_display_header','default'),(6156,887,'ocean_center_header_left_menu','0'),(6157,887,'ocean_custom_header_template','0'),(6158,887,'ocean_header_custom_menu','0'),(6159,887,'ocean_menu_typo_font_family','0'),(6160,887,'ocean_disable_title','default'),(6161,887,'ocean_disable_heading','default'),(6162,887,'ocean_disable_breadcrumbs','default'),(6163,887,'ocean_display_footer_widgets','default'),(6164,887,'ocean_display_footer_bottom','default'),(6165,887,'ocean_custom_footer_template','0'),(6166,887,'ocean_link_format_target','self'),(6167,887,'ocean_quote_format_link','post'),(6185,894,'_elementor_version','2.7.5'),(6186,894,'_thumbnail_id','829'),(6187,894,'_wp_page_template','default'),(6188,894,'_elementor_edit_mode','builder'),(6189,894,'_elementor_template_type','wp-post'),(6190,894,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:9:\"screen_sm\";i:1;s:15:\"screen_sm_width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}}}}}'),(6308,145,'_elementor_css','a:6:{s:4:\"time\";i:1576107884;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(6228,901,'_wp_attached_file','2019/11/IMG_20190831_070246.jpg'),(6230,896,'_thumbnail_id','901'),(6229,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2436;s:6:\"height\";i:1445;s:4:\"file\";s:31:\"2019/11/IMG_20190831_070246.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20190831_070246-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20190831_070246-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG_20190831_070246-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20190831_070246-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"IMG_20190831_070246-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"LYA-L29\";s:7:\"caption\";s:3:\"rpt\";s:17:\"created_timestamp\";s:10:\"1567234965\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"5.58\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:8:\"0.005243\";s:5:\"title\";s:3:\"rpt\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6197,896,'_wp_page_template','default'),(6198,896,'_elementor_controls_usage','a:0:{}'),(6201,896,'ocean_gallery_link_images','off'),(6202,896,'_yoast_wpseo_content_score','30'),(6203,896,'_yoast_wpseo_primary_category','22'),(6204,896,'ocean_sidebar','0'),(6205,896,'ocean_second_sidebar','0'),(6206,896,'ocean_disable_margins','enable'),(6207,896,'ocean_display_top_bar','default'),(6208,896,'ocean_display_header','default'),(6209,896,'ocean_center_header_left_menu','0'),(6210,896,'ocean_custom_header_template','0'),(6211,896,'ocean_header_custom_menu','0'),(6212,896,'ocean_menu_typo_font_family','0'),(6213,896,'ocean_disable_title','default'),(6214,896,'ocean_disable_heading','default'),(6215,896,'ocean_disable_breadcrumbs','default'),(6216,896,'ocean_display_footer_widgets','default'),(6217,896,'ocean_display_footer_bottom','default'),(6218,896,'ocean_custom_footer_template','0'),(6219,896,'ocean_link_format_target','self'),(6220,896,'ocean_quote_format_link','post'),(6310,811,'_elementor_css','a:5:{s:4:\"time\";i:1576246597;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:5;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(6306,150,'_elementor_css','a:6:{s:4:\"time\";i:1576005761;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(6286,811,'_elementor_edit_mode','builder'),(6287,811,'_elementor_template_type','wp-post'),(6288,811,'_elementor_version','2.7.5'),(6305,76,'_elementor_css','a:5:{s:4:\"time\";i:1576003583;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:16;s:10:\"fa-regular\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(6293,811,'_elementor_data','[{\"id\":\"b6ba3a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"22df88b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7ccf6cf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda. In addition, I\\u2019ve gained valuable global experience living and working across four geographies (USA -California \\/Australia-Sydney \\/Asia and UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer\\/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment that cultivates awareness which creates space for the personal growth of both the student and teacher.&nbsp;&nbsp;\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f510e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1926bd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2cb0c1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"efed043\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f375a2f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"7bc7b9c\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d9a9b4c\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"f6ff93b\"},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"e5c59f2\"},{\"social_icon\":{\"value\":\"fab fa-skype\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"b69e361\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"e9b8b61\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6296,911,'_thumbnail_id','826'),(6297,911,'_wp_page_template','default'),(6298,911,'_elementor_controls_usage','a:0:{}'),(6299,911,'_elementor_edit_mode','builder'),(6178,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1984;s:6:\"height\";i:1173;s:4:\"file\";s:26:\"2019/11/JosephMacnab-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"JosephMacnab-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"JosephMacnab-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"JosephMacnab-1-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"JosephMacnab-1-1024x605.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"JosephMacnab-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6311,50,'_elementor_css','a:5:{s:4:\"time\";i:1576251881;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(544,50,'ocean_gallery_link_images','off'),(545,50,'ocean_link_format_target','self'),(546,50,'ocean_quote_format_link','post'),(2492,50,'_wp_old_slug','class-aptent-taciti-sociosqu'),(548,50,'_elementor_data','[{\"id\":\"ecqmkxl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_overlay_section\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\"},\"elements\":[{\"id\":\"5cdy1yv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"hsrszwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anthea is the\\u00a0<a href=\\\"http:\\/\\/www.salisbury-yoga.co.uk\\/\\\">Karma Centre<\\/a>\\u00a0studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.\\u00a0Yogi Ashokananda<em>\\u2019s<\\/em>\\u00a0has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.<\\/p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.<\\/p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation \\/ Mindfulness and Pranayama.\\u00a0 You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.\\u00a0Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).<\\/p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.<\\/p>\",\"section_editor\":\"\",\"section_style\":\"\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5965,88,'_elementor_edit_mode','builder'),(5966,88,'_elementor_template_type','wp-page'),(5967,88,'_elementor_version','2.7.5'),(549,50,'_elementor_version','2.7.5'),(550,50,'_wp_old_slug','praesent-libro-se-cursus-ante'),(551,50,'_thumbnail_id','829'),(552,50,'_wp_old_slug','praesent-libro-cursus-ante-copy-10'),(553,50,'ocean_gallery_link_images','off'),(554,50,'ocean_link_format_target','self'),(555,50,'ocean_quote_format_link','post'),(2491,50,'_yoast_wpseo_content_score','60'),(557,50,'_elementor_data','[{\"id\":\"ecqmkxl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_overlay_section\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\"},\"elements\":[{\"id\":\"5cdy1yv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"hsrszwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anthea is the\\u00a0<a href=\\\"http:\\/\\/www.salisbury-yoga.co.uk\\/\\\">Karma Centre<\\/a>\\u00a0studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.\\u00a0Yogi Ashokananda<em>\\u2019s<\\/em>\\u00a0has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.<\\/p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.<\\/p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation \\/ Mindfulness and Pranayama.\\u00a0 You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.\\u00a0Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).<\\/p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.<\\/p>\",\"section_editor\":\"\",\"section_style\":\"\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5904,859,'_elementor_controls_usage','a:0:{}'),(5905,859,'_elementor_data','[{\"id\":\"ecqmkxl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_overlay_section\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\"},\"elements\":[{\"id\":\"5cdy1yv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"hsrszwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anthea is the\\u00a0<a href=\\\"http:\\/\\/www.salisbury-yoga.co.uk\\/\\\">Karma Centre<\\/a>\\u00a0studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.\\u00a0Yogi Ashokananda<em>\\u2019s<\\/em>\\u00a0has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.<\\/p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.<\\/p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation \\/ Mindfulness and Pranayama.\\u00a0 You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. Se enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.\\u00a0Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).<\\/p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.<\\/p>\",\"section_editor\":\"\",\"section_style\":\"\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5906,859,'_elementor_version','0.4'),(5907,859,'_thumbnail_id','829'),(5908,859,'_wp_page_template','default'),(5909,859,'_elementor_edit_mode','builder'),(5910,859,'_elementor_template_type','wp-post'),(5926,50,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:9:\"screen_sm\";i:1;s:15:\"screen_sm_width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}}}}}'),(5928,861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1107;s:6:\"height\";i:1107;s:4:\"file\";s:60:\"2019/11/12240241_10154291723078066_1311007848745858583_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"12240241_10154291723078066_1311007848745858583_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"12240241_10154291723078066_1311007848745858583_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"12240241_10154291723078066_1311007848745858583_o-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"12240241_10154291723078066_1311007848745858583_o-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"12240241_10154291723078066_1311007848745858583_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(558,50,'_elementor_version','2.7.5'),(559,50,'_wp_old_slug','praesent-libro-se-cursus-ante'),(560,50,'_thumbnail_id','829'),(561,50,'_wp_old_slug','praesent-libro-cursus-ante-copy-10'),(584,82,'_wp_page_template','default'),(586,82,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(587,82,'_elementor_version','2.7.4'),(588,82,'_wp_page_template','default'),(2160,82,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:22:\"We would love to help!\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:19:\"_sow_form_timestamp\";s:13:\"1572593466183\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";d:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:44:\"Prefer a personal touch? Try +44 7480 257766\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:19:\"_sow_form_timestamp\";s:13:\"1572593665757\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:59:\"https://www.facebook.com/himalayanhathayoga/?epa=SEARCH_BOX\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:34:\"https://twitter.com/himalayanhatha\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:46:\"https://www.instagram.com/himalayanhatha_yoga/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:19:\"_sow_form_timestamp\";s:13:\"1572594165671\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(590,82,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(591,82,'_elementor_version','2.7.4'),(592,88,'_elementor_controls_usage','a:0:{}'),(593,88,'_wp_page_template','default'),(594,88,'_wp_page_template','default'),(642,132,'_elementor_controls_usage','a:0:{}'),(643,132,'_wp_page_template','default'),(644,132,'_elementor_edit_mode','builder'),(645,132,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"\",\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stylish Architecture\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Curabitur sodales ligula in libero dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh aenean.<br \\/>Quam in scelerisque sem at dolor maecenas mattis sed convallis.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more about me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"plhq52n\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1xz8pfq\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"\",\"_column_size\":100},\"elements\":[{\"id\":\"78o06sh\",\"elType\":\"widget\",\"settings\":{\"title\":\"Completed Projects\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kmakwrn\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#848484\",\"width\":{\"unit\":\"%\",\"size\":\"10\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"yjfynex\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":98,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_32015987.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_85236974.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_95175365.jpg\"},{\"id\":28,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_69874512.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":23,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_15478632.jpg\"},{\"id\":25,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_35120478.jpg\"},{\"id\":26,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_45120369.jpg\"},{\"id\":24,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_23654125.jpg\"}],\"thumbnail_size\":\"ocean_insta_square\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(646,132,'_elementor_version','0.4'),(1830,289,'__defaults_set','1'),(1831,289,'filter','raw'),(1832,289,'entity_types','WyJpbWFnZSJd'),(648,76,'_edit_last','1'),(649,76,'ocean_sidebar','0'),(650,76,'ocean_second_sidebar','0'),(651,76,'ocean_display_top_bar','default'),(652,76,'ocean_display_header','default'),(653,76,'ocean_center_header_left_menu','0'),(654,76,'ocean_custom_header_template','0'),(655,76,'ocean_header_custom_menu','0'),(656,76,'ocean_menu_typo_font_family','0'),(657,76,'ocean_disable_heading','default'),(658,76,'ocean_disable_breadcrumbs','default'),(659,76,'ocean_display_footer_widgets','default'),(660,76,'ocean_display_footer_bottom','default'),(661,76,'ocean_custom_footer_template','0'),(716,138,'_elementor_controls_usage','a:0:{}'),(717,138,'_wp_page_template','default'),(718,138,'_elementor_edit_mode','builder'),(719,138,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_54786321.jpg\",\"id\":86},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s get in touch\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Josefin Sans\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"127\\\" title=\\\"false\\\" description=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1828,289,'hidden_from_ui',''),(1829,289,'hidden_from_igw',''),(720,138,'_elementor_version','0.4'),(749,88,'_edit_lock','1573737210:2'),(750,145,'_edit_lock','1575660240:2'),(751,145,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(752,145,'_wp_page_template','default'),(753,145,'_edit_last','2'),(754,145,'site-sidebar-layout','default'),(755,145,'site-content-layout','default'),(756,145,'theme-transparent-header-meta','default'),(758,126,'_edit_lock','1569147664:1'),(759,148,'_edit_lock','1572469340:2'),(760,148,'_elementor_controls_usage','a:0:{}'),(761,148,'_edit_last','2'),(762,148,'site-sidebar-layout','default'),(763,148,'site-content-layout','default'),(764,148,'theme-transparent-header-meta','default'),(765,150,'_edit_lock','1573739600:2'),(766,150,'_elementor_controls_usage','a:0:{}'),(767,150,'_edit_last','2'),(768,150,'site-sidebar-layout','default'),(769,150,'site-content-layout','default'),(770,150,'theme-transparent-header-meta','default'),(771,152,'_menu_item_type','post_type'),(772,152,'_menu_item_menu_item_parent','0'),(773,152,'_menu_item_object_id','150'),(774,152,'_menu_item_object','page'),(775,152,'_menu_item_target',''),(776,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(777,152,'_menu_item_xfn',''),(778,152,'_menu_item_url',''),(807,152,'_elementor_controls_usage','a:0:{}'),(789,154,'_menu_item_type','post_type'),(790,154,'_menu_item_menu_item_parent','0'),(791,154,'_menu_item_object_id','145'),(792,154,'_menu_item_object','page'),(793,154,'_menu_item_target',''),(794,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(795,154,'_menu_item_xfn',''),(796,154,'_menu_item_url',''),(808,154,'_elementor_controls_usage','a:0:{}'),(798,155,'_menu_item_type','post_type'),(799,155,'_menu_item_menu_item_parent','0'),(800,155,'_menu_item_object_id','88'),(801,155,'_menu_item_object','page'),(802,155,'_menu_item_target',''),(803,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(804,155,'_menu_item_xfn',''),(805,155,'_menu_item_url',''),(809,155,'_elementor_controls_usage','a:0:{}'),(851,150,'_wp_page_template','default'),(1374,233,'_wp_page_template','elementor_header_footer'),(1375,233,'_elementor_edit_mode','builder'),(1376,233,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_54786321.jpg\",\"id\":86},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Josefin Sans\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17d8918\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"28a6d18\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(870,169,'_wp_page_template','default'),(871,169,'_elementor_edit_mode','builder'),(872,169,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"plhq52n\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1xz8pfq\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"78o06sh\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Gurukul Teachers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kmakwrn\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#848484\",\"width\":{\"unit\":\"%\",\"size\":\"10\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"yjfynex\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":98,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_32015987.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_85236974.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_95175365.jpg\"},{\"id\":28,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_69874512.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":23,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_15478632.jpg\"},{\"id\":25,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_35120478.jpg\"},{\"id\":26,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_45120369.jpg\"},{\"id\":24,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_23654125.jpg\"}],\"thumbnail_size\":\"ocean_insta_square\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(873,169,'_elementor_version','0.4'),(874,169,'_elementor_template_type','wp-page'),(862,76,'site-sidebar-layout','default'),(863,76,'site-content-layout','default'),(864,76,'theme-transparent-header-meta','default'),(865,76,'_elementor_template_type','wp-page'),(4887,710,'_wp_attached_file','2019/10/IMG_6624.jpg'),(1355,231,'_wp_page_template','elementor_header_footer'),(1356,231,'_elementor_edit_mode','builder'),(1357,231,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7be02c0a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":171,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_cover.jpg\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_title\":\"\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#504992\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"3a35f225\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"50.702\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f8aab5\",\"elType\":\"widget\",\"settings\":{\"section_video\":\"\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/170933924\",\"hosted_link\":\"\",\"heading_youtube\":\"\",\"yt_autoplay\":\"no\",\"yt_rel\":\"no\",\"yt_controls\":\"yes\",\"yt_showinfo\":\"no\",\"vimeo_autoplay\":\"no\",\"vimeo_loop\":\"no\",\"vimeo_color\":\"\",\"section_image_overlay\":\"\",\"show_image_overlay\":\"no\",\"image_overlay\":{\"url\":\"\",\"id\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":12,\"vertical\":15,\"blur\":36,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.46)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"autoplay\":\"no\",\"showinfo\":\"no\",\"rel\":\"no\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"33bebffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"49.298\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6e6152c\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"How to Make a Website\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"54\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":37},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b41467f\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>This\\u00a08 hour course will teach you all the required skills needed when designing and developing a live\\u00a0WordPress website, including using the advanced options of\\u00a0HTML and CSS.<\\/p>\",\"section_style\":\"\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3edf333c\",\"elType\":\"widget\",\"settings\":{\"section_button\":\"\",\"text\":\"Start your Free trial\",\"link\":{\"is_external\":\"\",\"url\":\"#\"},\"align\":\"left\",\"icon\":\"\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"\"},\"section_style\":\"\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"background_color\":\"#22b3a4\",\"border_border\":\"solid\",\"border_color\":\"#22b3a4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"50\",\"bottom\":\"15\",\"left\":\"50\",\"isLinked\":false},\"section_hover\":\"\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#ffffff\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66e90bc\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":178,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-footer.jpg\"},\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4f950c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"152a4458\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Learn from the very best\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"619c4696\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Join our course and start building the most\\u00a0wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51ebd004\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6b03ce05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"45.446\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"2e48fac1\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Working hours\",\"description_text\":\"Monday- Thursday:8:00-18:30 Hrs <br>(Phone until 17:30 Hrs)<br>Friday - 8:00-14:00\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35799017\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-map-marker\",\"title_text\":\"We are here\",\"description_text\":\"Westfield London 2039-2041 Westfield <br>Phone:+44 20 8834 4688 <br>Fax:+44 20 8859 6598 <br>Email: info@collage.com\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"490e2fb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"54.554\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f999dfe\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":10},\"height\":{\"unit\":\"px\",\"size\":\"440\"},\"prevent_scroll\":\"yes\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(906,179,'_wp_page_template','default'),(907,179,'_elementor_edit_mode','builder'),(908,179,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"plhq52n\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1xz8pfq\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"78o06sh\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Gurukul Teachers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kmakwrn\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#848484\",\"width\":{\"unit\":\"%\",\"size\":\"10\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"yjfynex\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":\"\",\"thumbnail_size\":\"ocean_insta_square\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"gallery_link\":\"attachment\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7be02c0a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":171,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_cover.jpg\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_title\":\"\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#504992\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"3a35f225\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"50.702\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f8aab5\",\"elType\":\"widget\",\"settings\":{\"section_video\":\"\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/170933924\",\"hosted_link\":\"\",\"heading_youtube\":\"\",\"yt_autoplay\":\"no\",\"yt_rel\":\"no\",\"yt_controls\":\"yes\",\"yt_showinfo\":\"no\",\"vimeo_autoplay\":\"no\",\"vimeo_loop\":\"no\",\"vimeo_color\":\"\",\"section_image_overlay\":\"\",\"show_image_overlay\":\"no\",\"image_overlay\":{\"url\":\"\",\"id\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":12,\"vertical\":15,\"blur\":36,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.46)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"autoplay\":\"no\",\"showinfo\":\"no\",\"rel\":\"no\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"33bebffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"49.298\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6e6152c\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"How to Make a Website\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"54\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":37},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b41467f\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>This\\u00a08 hour course will teach you all the required skills needed when designing and developing a live\\u00a0WordPress website, including using the advanced options of\\u00a0HTML and CSS.<\\/p>\",\"section_style\":\"\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3edf333c\",\"elType\":\"widget\",\"settings\":{\"section_button\":\"\",\"text\":\"Start your Free trial\",\"link\":{\"is_external\":\"\",\"url\":\"#\"},\"align\":\"left\",\"icon\":\"\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"\"},\"section_style\":\"\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"background_color\":\"#22b3a4\",\"border_border\":\"solid\",\"border_color\":\"#22b3a4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"50\",\"bottom\":\"15\",\"left\":\"50\",\"isLinked\":false},\"section_hover\":\"\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#ffffff\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66e90bc\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":178,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-footer.jpg\"},\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4f950c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"152a4458\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Learn from the very best\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"619c4696\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Join our course and start building the most\\u00a0wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51ebd004\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6b03ce05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"45.446\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"2e48fac1\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Working hours\",\"description_text\":\"Monday- Thursday:8:00-18:30 Hrs <br>(Phone until 17:30 Hrs)<br>Friday - 8:00-14:00\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35799017\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-map-marker\",\"title_text\":\"We are here\",\"description_text\":\"Westfield London 2039-2041 Westfield <br>Phone:+44 20 8834 4688 <br>Fax:+44 20 8859 6598 <br>Email: info@collage.com\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"490e2fb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"54.554\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f999dfe\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":10},\"height\":{\"unit\":\"px\",\"size\":\"440\"},\"prevent_scroll\":\"yes\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(909,179,'_elementor_version','2.7.2'),(910,179,'_elementor_template_type','wp-page'),(912,76,'_oembed_18c38439a26839ded060452cee476842','<iframe title=\"Elementor Page Builder - The New AMAZING Way To Design Your WordPress\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/LFkrBtQOOH4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(913,76,'_oembed_time_18c38439a26839ded060452cee476842','1569080363'),(914,180,'_wp_page_template','default'),(915,180,'_elementor_edit_mode','builder'),(916,180,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"plhq52n\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1xz8pfq\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"78o06sh\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Gurukul Teachers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kmakwrn\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#848484\",\"width\":{\"unit\":\"%\",\"size\":\"10\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"yjfynex\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":\"\",\"thumbnail_size\":\"ocean_insta_square\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"gallery_link\":\"attachment\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7be02c0a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":171,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_cover.jpg\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_title\":\"\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#504992\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"3a35f225\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"50.702\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f8aab5\",\"elType\":\"widget\",\"settings\":{\"section_video\":\"\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/170933924\",\"hosted_link\":\"\",\"heading_youtube\":\"\",\"yt_autoplay\":\"no\",\"yt_rel\":\"no\",\"yt_controls\":\"yes\",\"yt_showinfo\":\"no\",\"vimeo_autoplay\":\"no\",\"vimeo_loop\":\"no\",\"vimeo_color\":\"\",\"section_image_overlay\":\"\",\"show_image_overlay\":\"no\",\"image_overlay\":{\"url\":\"\",\"id\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":12,\"vertical\":15,\"blur\":36,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.46)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"autoplay\":\"no\",\"showinfo\":\"no\",\"rel\":\"no\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"33bebffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"49.298\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6e6152c\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"How to Make a Website\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"54\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":37},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b41467f\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>This\\u00a08 hour course will teach you all the required skills needed when designing and developing a live\\u00a0WordPress website, including using the advanced options of\\u00a0HTML and CSS.<\\/p>\",\"section_style\":\"\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3edf333c\",\"elType\":\"widget\",\"settings\":{\"section_button\":\"\",\"text\":\"Start your Free trial\",\"link\":{\"is_external\":\"\",\"url\":\"#\"},\"align\":\"left\",\"icon\":\"\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"\"},\"section_style\":\"\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"background_color\":\"#22b3a4\",\"border_border\":\"solid\",\"border_color\":\"#22b3a4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"50\",\"bottom\":\"15\",\"left\":\"50\",\"isLinked\":false},\"section_hover\":\"\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#ffffff\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66e90bc\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":178,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-footer.jpg\"},\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4f950c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"152a4458\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Learn from the very best\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"619c4696\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Join our course and start building the most\\u00a0wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51ebd004\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6b03ce05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"45.446\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"2e48fac1\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Working hours\",\"description_text\":\"Monday- Thursday:8:00-18:30 Hrs <br>(Phone until 17:30 Hrs)<br>Friday - 8:00-14:00\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35799017\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-map-marker\",\"title_text\":\"We are here\",\"description_text\":\"Westfield London 2039-2041 Westfield <br>Phone:+44 20 8834 4688 <br>Fax:+44 20 8859 6598 <br>Email: info@collage.com\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"490e2fb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"54.554\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f999dfe\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":10},\"height\":{\"unit\":\"px\",\"size\":\"440\"},\"prevent_scroll\":\"yes\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(917,180,'_elementor_version','2.7.2'),(918,180,'_elementor_template_type','wp-page'),(919,180,'_elementor_controls_usage','a:13:{s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:13;s:5:\"align\";i:12;s:4:\"link\";i:11;s:4:\"size\";i:11;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:13:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:13;s:20:\"typography_font_size\";i:13;s:27:\"typography_font_size_mobile\";i:13;s:22:\"typography_font_family\";i:10;s:29:\"typography_line_height_tablet\";i:13;s:29:\"typography_line_height_mobile\";i:13;s:25:\"typography_letter_spacing\";i:13;s:22:\"typography_line_height\";i:11;s:27:\"typography_font_size_tablet\";i:11;s:32:\"typography_letter_spacing_tablet\";i:11;s:32:\"typography_letter_spacing_mobile\";i:11;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:11;}s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:7;s:10:\"text_color\";i:8;s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:29:\"typography_line_height_tablet\";i:8;s:29:\"typography_line_height_mobile\";i:8;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:7;s:25:\"typography_letter_spacing\";i:7;s:27:\"typography_font_size_tablet\";i:7;s:27:\"typography_font_size_mobile\";i:7;s:32:\"typography_letter_spacing_tablet\";i:7;s:32:\"typography_letter_spacing_mobile\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:7;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:2;s:5:\"width\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:21:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:25:\"typography_letter_spacing\";i:2;s:16:\"background_color\";i:2;s:13:\"border_border\";i:2;s:12:\"border_width\";i:1;s:12:\"border_color\";i:2;s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"hover_color\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:15;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:21:\"box_shadow_box_shadow\";i:15;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:8:{s:9:\"screen_sm\";i:15;s:15:\"screen_sm_width\";i:15;s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:7;s:14:\"padding_tablet\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:7;s:13:\"content_width\";i:8;s:16:\"content_position\";i:3;s:3:\"gap\";i:4;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:9;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:8;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:4;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:12:\"gallery_link\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}s:15:\"section_caption\";a:2:{s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;}s:13:\"section_video\";a:4:{s:8:\"autoplay\";i:1;s:8:\"showinfo\";i:1;s:3:\"rel\";i:1;s:11:\"youtube_url\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:18;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:4:\"view\";i:1;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:3;s:8:\"position\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:6:\"rotate\";i:3;s:13:\"border_radius\";i:1;}s:21:\"section_style_content\";a:28:{s:18:\"title_bottom_space\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:28:\"title_typography_line_height\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:35:\"title_typography_line_height_mobile\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:38:\"title_typography_letter_spacing_tablet\";i:3;s:38:\"title_typography_letter_spacing_mobile\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:39:\"description_typography_font_size_mobile\";i:3;s:34:\"description_typography_font_family\";i:3;s:34:\"description_typography_line_height\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:41:\"description_typography_line_height_mobile\";i:3;s:37:\"description_typography_letter_spacing\";i:3;s:44:\"description_typography_letter_spacing_tablet\";i:3;s:44:\"description_typography_letter_spacing_mobile\";i:3;s:28:\"title_typography_font_family\";i:2;s:34:\"description_typography_font_weight\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:6;s:5:\"align\";i:6;s:4:\"link\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:5:\"space\";i:6;s:7:\"opacity\";i:6;s:27:\"image_box_shadow_box_shadow\";i:6;s:18:\"image_border_width\";i:3;s:19:\"image_border_radius\";i:3;}s:21:\"section_style_caption\";a:9:{s:28:\"caption_typography_font_size\";i:6;s:30:\"caption_typography_line_height\";i:6;s:33:\"caption_typography_letter_spacing\";i:6;s:35:\"caption_typography_font_size_tablet\";i:6;s:35:\"caption_typography_font_size_mobile\";i:6;s:37:\"caption_typography_line_height_tablet\";i:6;s:37:\"caption_typography_line_height_mobile\";i:6;s:40:\"caption_typography_letter_spacing_tablet\";i:6;s:40:\"caption_typography_letter_spacing_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:3;s:12:\"align_tablet\";i:3;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:3;s:18:\"icon_primary_color\";i:3;s:20:\"icon_secondary_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"icon_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:4:\"link\";i:2;s:12:\"align_tablet\";i:2;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:2;s:4:\"size\";i:2;s:12:\"icon_padding\";i:2;s:6:\"rotate\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}}'),(921,76,'_oembed_581ef482d2af274890468a7ac1cca04c','<iframe title=\"Elementor Page Builder - The New AMAZING Way To Design Your WordPress\" width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/LFkrBtQOOH4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(922,76,'_oembed_time_581ef482d2af274890468a7ac1cca04c','1569080382'),(1597,260,'_wp_attachment_context','custom-header'),(1596,260,'_wp_attached_file','2019/09/cropped-IMG_6329.jpg'),(3349,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:26:\"2019/10/IMG_0553-2-2-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0553-2-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IMG_0553-2-2-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IMG_0553-2-2-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"IMG_0553-2-2-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563643072\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"128\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(949,185,'_menu_item_object','page'),(950,185,'_menu_item_target',''),(951,185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(952,185,'_menu_item_xfn',''),(953,185,'_menu_item_url',''),(954,186,'_elementor_controls_usage','a:0:{}'),(955,186,'_menu_item_type','post_type'),(956,186,'_menu_item_menu_item_parent','0'),(957,186,'_menu_item_object_id','82'),(958,186,'_menu_item_object','page'),(959,186,'_menu_item_target',''),(960,186,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(961,186,'_menu_item_xfn',''),(962,186,'_menu_item_url',''),(975,191,'_EventOrigin','events-calendar'),(976,191,'_tribe_modified_fields','a:23:{s:12:\"_EventOrigin\";i:1569081586;s:10:\"_edit_last\";i:1569081648;s:10:\"post_title\";i:1569081648;s:11:\"post_status\";i:1569081768;s:13:\"_thumbnail_id\";i:1569081768;s:25:\"_elementor_controls_usage\";i:1569081768;s:19:\"site-sidebar-layout\";i:1569081768;s:19:\"site-content-layout\";i:1569081768;s:29:\"theme-transparent-header-meta\";i:1569081768;s:17:\"_EventShowMapLink\";i:1569081768;s:13:\"_EventShowMap\";i:1569081768;s:15:\"_EventStartDate\";i:1569081768;s:13:\"_EventEndDate\";i:1569081936;s:18:\"_EventStartDateUTC\";i:1569081768;s:16:\"_EventEndDateUTC\";i:1569081936;s:14:\"_EventDuration\";i:1569081936;s:20:\"_EventCurrencySymbol\";i:1569081768;s:22:\"_EventCurrencyPosition\";i:1569081768;s:10:\"_EventCost\";i:1569081768;s:9:\"_EventURL\";i:1569081768;s:14:\"_EventTimezone\";i:1569081768;s:18:\"_EventTimezoneAbbr\";i:1569081768;s:16:\"tribe_events_cat\";i:1569081779;}'),(977,191,'_edit_lock','1569081800:1'),(978,191,'_edit_last','1'),(979,191,'_thumbnail_id','9'),(980,191,'_elementor_controls_usage','a:0:{}'),(981,192,'_EventShowMapLink','1'),(982,192,'_EventShowMap','1'),(983,192,'_EventStartDate','2019-09-16 10:30:00'),(984,192,'_EventEndDate','2019-12-09 11:30:00'),(985,192,'_EventStartDateUTC','2019-09-16 10:30:00'),(986,192,'_EventEndDateUTC','2019-12-09 11:30:00'),(987,192,'_EventDuration','7261200'),(988,192,'_EventCurrencySymbol',''),(989,192,'_EventCurrencyPosition','prefix'),(990,192,'_EventCost',''),(991,192,'_EventURL',''),(992,192,'_EventTimezone','UTC+0'),(993,192,'_EventTimezoneAbbr','UTC+0'),(994,191,'site-sidebar-layout','default'),(995,191,'site-content-layout','default'),(996,191,'theme-transparent-header-meta','default'),(997,191,'_EventShowMapLink','1'),(998,191,'_EventShowMap','1'),(999,191,'_EventStartDate','2019-09-16 10:30:00'),(1000,191,'_EventEndDate','2019-09-16 11:30:00'),(1001,191,'_EventStartDateUTC','2019-09-16 10:30:00'),(1002,191,'_EventEndDateUTC','2019-09-16 11:30:00'),(1003,191,'_EventDuration','3600'),(1004,191,'_EventCurrencySymbol',''),(1005,191,'_EventCurrencyPosition','prefix'),(1006,191,'_EventCost',''),(1007,191,'_EventURL',''),(1008,191,'_EventTimezone','UTC+0'),(1009,191,'_EventTimezoneAbbr','UTC+0'),(1010,193,'_EventShowMapLink','1'),(1011,193,'_EventShowMap','1'),(1012,193,'_EventStartDate','2019-09-16 10:30:00'),(1013,193,'_EventEndDate','2019-12-09 11:30:00'),(1014,193,'_EventStartDateUTC','2019-09-16 10:30:00'),(1015,193,'_EventEndDateUTC','2019-12-09 11:30:00'),(1016,193,'_EventDuration','7261200'),(1017,193,'_EventCurrencySymbol',''),(1018,193,'_EventCurrencyPosition','prefix'),(1019,193,'_EventCost',''),(1020,193,'_EventURL',''),(1021,193,'_EventTimezone','UTC+0'),(1022,193,'_EventTimezoneAbbr','UTC+0'),(1028,199,'_edit_lock','1569084346:1'),(1029,199,'_edit_last','1'),(1030,200,'_wp_attached_file','2019/09/IMG_6329.jpg'),(1031,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2019/09/IMG_6329.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6329-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6329-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6329-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6329-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516224815\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:14:\"0.030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1032,199,'_thumbnail_id','200'),(1033,199,'_elementor_controls_usage','a:0:{}'),(1034,201,'_elementor_controls_usage','a:0:{}'),(1035,201,'_location_address','243 Baker Street'),(1036,201,'_location_town','Lonodn'),(1037,201,'_location_postcode','NW1 6XE '),(1038,201,'_location_country','GB'),(1039,201,'_location_id','1'),(1040,199,'_event_id','1'),(1041,199,'_event_timezone','Europe/London'),(1042,199,'_event_start_time','10:30:00'),(1043,199,'_event_end_time','10:30:00'),(1044,199,'_event_start','2019-09-16 09:30:00'),(1045,199,'_event_end','2019-12-09 10:30:00'),(1046,199,'_event_start_date','2019-09-16'),(1047,199,'_event_end_date','2019-12-09'),(1048,199,'_location_id','1'),(1049,199,'_recurrence','1'),(1050,199,'_recurrence_interval','1'),(1051,199,'_recurrence_freq','weekly'),(1052,199,'_recurrence_days','0'),(1053,199,'_recurrence_byday','1'),(1054,199,'_recurrence_byweekno','1'),(1055,199,'_recurrence_rsvp_days','0'),(1056,199,'_event_start_local','2019-09-16 10:30:00'),(1057,199,'_event_end_local','2019-12-09 10:30:00'),(1058,202,'_thumbnail_id','200'),(1059,202,'_elementor_controls_usage','a:0:{}'),(1060,202,'_event_timezone','Europe/London'),(1061,202,'_event_start_time','10:30:00'),(1062,202,'_event_end_time','10:30:00'),(1063,202,'_event_start','2019-09-16 09:30:00'),(1064,202,'_event_end','2019-09-16 09:30:00'),(1065,202,'_event_start_date','2019-09-16'),(1066,202,'_event_end_date','2019-09-16'),(1067,202,'_location_id','1'),(1068,202,'_event_start_local','2019-09-16 10:30:00'),(1069,202,'_event_end_local','2019-09-16 10:30:00'),(1070,202,'_recurrence_id','1'),(1071,202,'_event_rsvp_date','2019-09-16'),(1072,202,'_event_rsvp_time',''),(1073,202,'_event_id','2'),(1074,203,'_thumbnail_id','200'),(1075,203,'_elementor_controls_usage','a:0:{}'),(1076,203,'_event_timezone','Europe/London'),(1077,203,'_event_start_time','10:30:00'),(1078,203,'_event_end_time','10:30:00'),(1079,203,'_event_start','2019-09-23 09:30:00'),(1080,203,'_event_end','2019-09-23 09:30:00'),(1081,203,'_event_start_date','2019-09-23'),(1082,203,'_event_end_date','2019-09-23'),(1083,203,'_location_id','1'),(1084,203,'_event_start_local','2019-09-23 10:30:00'),(1085,203,'_event_end_local','2019-09-23 10:30:00'),(1086,203,'_recurrence_id','1'),(1087,203,'_event_rsvp_date','2019-09-23'),(1088,203,'_event_rsvp_time',''),(1089,203,'_event_id','3'),(1090,204,'_thumbnail_id','200'),(1091,204,'_elementor_controls_usage','a:0:{}'),(1092,204,'_event_timezone','Europe/London'),(1093,204,'_event_start_time','10:30:00'),(1094,204,'_event_end_time','10:30:00'),(1095,204,'_event_start','2019-09-30 09:30:00'),(1096,204,'_event_end','2019-09-30 09:30:00'),(1097,204,'_event_start_date','2019-09-30'),(1098,204,'_event_end_date','2019-09-30'),(1099,204,'_location_id','1'),(1100,204,'_event_start_local','2019-09-30 10:30:00'),(1101,204,'_event_end_local','2019-09-30 10:30:00'),(1102,204,'_recurrence_id','1'),(1103,204,'_event_rsvp_date','2019-09-30'),(1104,204,'_event_rsvp_time',''),(1105,204,'_event_id','4'),(1106,205,'_thumbnail_id','200'),(1107,205,'_elementor_controls_usage','a:0:{}'),(1108,205,'_event_timezone','Europe/London'),(1109,205,'_event_start_time','10:30:00'),(1110,205,'_event_end_time','10:30:00'),(1111,205,'_event_start','2019-10-07 09:30:00'),(1112,205,'_event_end','2019-10-07 09:30:00'),(1113,205,'_event_start_date','2019-10-07'),(1114,205,'_event_end_date','2019-10-07'),(1115,205,'_location_id','1'),(1116,205,'_event_start_local','2019-10-07 10:30:00'),(1117,205,'_event_end_local','2019-10-07 10:30:00'),(1118,205,'_recurrence_id','1'),(1119,205,'_event_rsvp_date','2019-10-07'),(1120,205,'_event_rsvp_time',''),(1121,205,'_event_id','5'),(1122,206,'_thumbnail_id','200'),(1123,206,'_elementor_controls_usage','a:0:{}'),(1124,206,'_event_timezone','Europe/London'),(1125,206,'_event_start_time','10:30:00'),(1126,206,'_event_end_time','10:30:00'),(1127,206,'_event_start','2019-10-14 09:30:00'),(1128,206,'_event_end','2019-10-14 09:30:00'),(1129,206,'_event_start_date','2019-10-14'),(1130,206,'_event_end_date','2019-10-14'),(1131,206,'_location_id','1'),(1132,206,'_event_start_local','2019-10-14 10:30:00'),(1133,206,'_event_end_local','2019-10-14 10:30:00'),(1134,206,'_recurrence_id','1'),(1135,206,'_event_rsvp_date','2019-10-14'),(1136,206,'_event_rsvp_time',''),(1137,206,'_event_id','6'),(1138,207,'_thumbnail_id','200'),(1139,207,'_elementor_controls_usage','a:0:{}'),(1140,207,'_event_timezone','Europe/London'),(1141,207,'_event_start_time','10:30:00'),(1142,207,'_event_end_time','10:30:00'),(1143,207,'_event_start','2019-10-21 09:30:00'),(1144,207,'_event_end','2019-10-21 09:30:00'),(1145,207,'_event_start_date','2019-10-21'),(1146,207,'_event_end_date','2019-10-21'),(1147,207,'_location_id','1'),(1148,207,'_event_start_local','2019-10-21 10:30:00'),(1149,207,'_event_end_local','2019-10-21 10:30:00'),(1150,207,'_recurrence_id','1'),(1151,207,'_event_rsvp_date','2019-10-21'),(1152,207,'_event_rsvp_time',''),(1153,207,'_event_id','7'),(1154,208,'_thumbnail_id','200'),(1155,208,'_elementor_controls_usage','a:0:{}'),(1156,208,'_event_timezone','Europe/London'),(1157,208,'_event_start_time','10:30:00'),(1158,208,'_event_end_time','10:30:00'),(1159,208,'_event_start','2019-10-28 10:30:00'),(1160,208,'_event_end','2019-10-28 10:30:00'),(1161,208,'_event_start_date','2019-10-28'),(1162,208,'_event_end_date','2019-10-28'),(1163,208,'_location_id','1'),(1164,208,'_event_start_local','2019-10-28 10:30:00'),(1165,208,'_event_end_local','2019-10-28 10:30:00'),(1166,208,'_recurrence_id','1'),(1167,208,'_event_rsvp_date','2019-10-28'),(1168,208,'_event_rsvp_time',''),(1169,208,'_event_id','8'),(1170,209,'_thumbnail_id','200'),(1171,209,'_elementor_controls_usage','a:0:{}'),(1172,209,'_event_timezone','Europe/London'),(1173,209,'_event_start_time','10:30:00'),(1174,209,'_event_end_time','10:30:00'),(1175,209,'_event_start','2019-11-04 10:30:00'),(1176,209,'_event_end','2019-11-04 10:30:00'),(1177,209,'_event_start_date','2019-11-04'),(1178,209,'_event_end_date','2019-11-04'),(1179,209,'_location_id','1'),(1180,209,'_event_start_local','2019-11-04 10:30:00'),(1181,209,'_event_end_local','2019-11-04 10:30:00'),(1182,209,'_recurrence_id','1'),(1183,209,'_event_rsvp_date','2019-11-04'),(1184,209,'_event_rsvp_time',''),(1185,209,'_event_id','9'),(1186,210,'_thumbnail_id','200'),(1187,210,'_elementor_controls_usage','a:0:{}'),(1188,210,'_event_timezone','Europe/London'),(1189,210,'_event_start_time','10:30:00'),(1190,210,'_event_end_time','10:30:00'),(1191,210,'_event_start','2019-11-11 10:30:00'),(1192,210,'_event_end','2019-11-11 10:30:00'),(1193,210,'_event_start_date','2019-11-11'),(1194,210,'_event_end_date','2019-11-11'),(1195,210,'_location_id','1'),(1196,210,'_event_start_local','2019-11-11 10:30:00'),(1197,210,'_event_end_local','2019-11-11 10:30:00'),(1198,210,'_recurrence_id','1'),(1199,210,'_event_rsvp_date','2019-11-11'),(1200,210,'_event_rsvp_time',''),(1201,210,'_event_id','10'),(1202,211,'_thumbnail_id','200'),(1203,211,'_elementor_controls_usage','a:0:{}'),(1204,211,'_event_timezone','Europe/London'),(1205,211,'_event_start_time','10:30:00'),(1206,211,'_event_end_time','10:30:00'),(1207,211,'_event_start','2019-11-18 10:30:00'),(1208,211,'_event_end','2019-11-18 10:30:00'),(1209,211,'_event_start_date','2019-11-18'),(1210,211,'_event_end_date','2019-11-18'),(1211,211,'_location_id','1'),(1212,211,'_event_start_local','2019-11-18 10:30:00'),(1213,211,'_event_end_local','2019-11-18 10:30:00'),(1214,211,'_recurrence_id','1'),(1215,211,'_event_rsvp_date','2019-11-18'),(1216,211,'_event_rsvp_time',''),(1217,211,'_event_id','11'),(1218,212,'_thumbnail_id','200'),(1219,212,'_elementor_controls_usage','a:0:{}'),(1220,212,'_event_timezone','Europe/London'),(1221,212,'_event_start_time','10:30:00'),(1222,212,'_event_end_time','10:30:00'),(1223,212,'_event_start','2019-11-25 10:30:00'),(1224,212,'_event_end','2019-11-25 10:30:00'),(1225,212,'_event_start_date','2019-11-25'),(1226,212,'_event_end_date','2019-11-25'),(1227,212,'_location_id','1'),(1228,212,'_event_start_local','2019-11-25 10:30:00'),(1229,212,'_event_end_local','2019-11-25 10:30:00'),(1230,212,'_recurrence_id','1'),(1231,212,'_event_rsvp_date','2019-11-25'),(1232,212,'_event_rsvp_time',''),(1233,212,'_event_id','12'),(1234,213,'_thumbnail_id','200'),(1235,213,'_elementor_controls_usage','a:0:{}'),(1236,213,'_event_timezone','Europe/London'),(1237,213,'_event_start_time','10:30:00'),(1238,213,'_event_end_time','10:30:00'),(1239,213,'_event_start','2019-12-02 10:30:00'),(1240,213,'_event_end','2019-12-02 10:30:00'),(1241,213,'_event_start_date','2019-12-02'),(1242,213,'_event_end_date','2019-12-02'),(1243,213,'_location_id','1'),(1244,213,'_event_start_local','2019-12-02 10:30:00'),(1245,213,'_event_end_local','2019-12-02 10:30:00'),(1246,213,'_recurrence_id','1'),(1247,213,'_event_rsvp_date','2019-12-02'),(1248,213,'_event_rsvp_time',''),(1249,213,'_event_id','13'),(1250,214,'_thumbnail_id','200'),(1251,214,'_elementor_controls_usage','a:0:{}'),(1252,214,'_event_timezone','Europe/London'),(1253,214,'_event_start_time','10:30:00'),(1254,214,'_event_end_time','10:30:00'),(1255,214,'_event_start','2019-12-09 10:30:00'),(1256,214,'_event_end','2019-12-09 10:30:00'),(1257,214,'_event_start_date','2019-12-09'),(1258,214,'_event_end_date','2019-12-09'),(1259,214,'_location_id','1'),(1260,214,'_event_start_local','2019-12-09 10:30:00'),(1261,214,'_event_end_local','2019-12-09 10:30:00'),(1262,214,'_recurrence_id','1'),(1263,214,'_event_rsvp_date','2019-12-09'),(1264,214,'_event_rsvp_time',''),(1265,214,'_event_id','14'),(1354,126,'theme-transparent-header-meta','default'),(1353,126,'site-content-layout','default'),(1352,126,'site-sidebar-layout','default'),(1351,126,'_edit_last','1'),(1350,126,'_wp_page_template','elementor_header_footer'),(1332,222,'_elementor_controls_usage','a:0:{}'),(1333,223,'_elementor_controls_usage','a:0:{}'),(1334,224,'_elementor_controls_usage','a:0:{}'),(1358,231,'_elementor_version','2.7.2'),(1359,231,'_elementor_template_type','wp-page'),(1824,289,'default_source','galleries'),(1825,289,'view_order','10010'),(1826,289,'name','photocrati-nextgen_basic_slideshow'),(1827,289,'installed_at_version','3.2.18'),(1363,82,'_edit_lock','1572594047:2'),(1364,232,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:2;s:22:\"typography_font_family\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(1365,232,'_wp_page_template','default'),(1366,232,'_elementor_edit_mode','builder'),(1367,232,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_54786321.jpg\",\"id\":86},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s get in touch\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Josefin Sans\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"127\\\" title=\\\"false\\\" description=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1368,232,'_elementor_version','0.4'),(1822,289,'module_id','photocrati-nextgen_basic_gallery'),(1823,289,'preview_image_relpath','photocrati-nextgen_basic_gallery#slideshow_preview.jpg'),(1370,82,'_edit_last','2'),(1371,82,'site-sidebar-layout','default'),(1372,82,'site-content-layout','default'),(1373,82,'theme-transparent-header-meta','default'),(1377,233,'_elementor_version','0.4'),(1821,289,'title','NextGEN Basic Slideshow'),(1379,82,'_elementor_template_type','wp-page'),(6279,910,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(1393,237,'_wp_page_template','elementor_header_footer'),(1394,237,'_elementor_edit_mode','builder'),(1395,237,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_54786321.jpg\",\"id\":86},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Josefin Sans\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet<\\/br>cons etur adipiscing elit\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@yourdomain.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"LinkedIn\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1396,237,'_elementor_version','2.7.2'),(1397,237,'_elementor_template_type','wp-page'),(1399,238,'_wp_page_template','elementor_header_footer'),(1400,238,'_elementor_edit_mode','builder'),(1401,238,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_54786321.jpg\",\"id\":86},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Josefin Sans\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet<\\/br>cons etur adipiscing elit\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@yourdomain.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1402,238,'_elementor_version','2.7.2'),(1403,238,'_elementor_template_type','wp-page'),(1405,239,'_wp_page_template','elementor_header_footer'),(1406,239,'_elementor_edit_mode','builder'),(1407,239,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_54786321.jpg\",\"id\":86},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Josefin Sans\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send an email for training programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1408,239,'_elementor_version','2.7.2'),(1409,239,'_elementor_template_type','wp-page'),(3742,552,'_elementor_version','2.7.2'),(3743,552,'_elementor_template_type','wp-page'),(3744,552,'_elementor_edit_mode','builder'),(3760,554,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3749,553,'_wp_page_template','elementor_header_footer'),(3750,553,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send an email for training programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1420,241,'_wp_page_template','elementor_header_footer'),(1421,241,'_elementor_edit_mode','builder'),(1422,241,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7be02c0a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":171,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_cover.jpg\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_title\":\"\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#504992\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"3a35f225\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"50.702\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f8aab5\",\"elType\":\"widget\",\"settings\":{\"section_video\":\"\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/170933924\",\"hosted_link\":\"\",\"heading_youtube\":\"\",\"yt_autoplay\":\"no\",\"yt_rel\":\"no\",\"yt_controls\":\"yes\",\"yt_showinfo\":\"no\",\"vimeo_autoplay\":\"no\",\"vimeo_loop\":\"no\",\"vimeo_color\":\"\",\"section_image_overlay\":\"\",\"show_image_overlay\":\"no\",\"image_overlay\":{\"url\":\"\",\"id\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":12,\"vertical\":15,\"blur\":36,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.46)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"autoplay\":\"no\",\"showinfo\":\"no\",\"rel\":\"no\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=LFkrBtQOOH4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"33bebffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"49.298\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6e6152c\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"How to Make a Website\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"54\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":37},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b41467f\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>This\\u00a08 hour course will teach you all the required skills needed when designing and developing a live\\u00a0WordPress website, including using the advanced options of\\u00a0HTML and CSS.<\\/p>\",\"section_style\":\"\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3edf333c\",\"elType\":\"widget\",\"settings\":{\"section_button\":\"\",\"text\":\"Start your Free trial\",\"link\":{\"is_external\":\"\",\"url\":\"#\"},\"align\":\"left\",\"icon\":\"\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"\"},\"section_style\":\"\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"background_color\":\"#22b3a4\",\"border_border\":\"solid\",\"border_color\":\"#22b3a4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"50\",\"bottom\":\"15\",\"left\":\"50\",\"isLinked\":false},\"section_hover\":\"\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#ffffff\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66e90bc\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_image\":{\"id\":178,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-footer.jpg\"},\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4f950c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"152a4458\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Learn from the very best\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"619c4696\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Join our course and start building the most\\u00a0wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51ebd004\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6b03ce05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"45.446\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"2e48fac1\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Working hours\",\"description_text\":\"Monday- Thursday:8:00-18:30 Hrs <br>(Phone until 17:30 Hrs)<br>Friday - 8:00-14:00\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35799017\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-map-marker\",\"title_text\":\"We are here\",\"description_text\":\"Westfield London 2039-2041 Westfield <br>Phone:+44 20 8834 4688 <br>Fax:+44 20 8859 6598 <br>Email: info@collage.com\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":15},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"title_typography_font_family\":\"Playfair Display\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"heading_description\":\"\",\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_weight\":\"100\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.25)\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"35\"},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"490e2fb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"54.554\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f999dfe\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":10},\"height\":{\"unit\":\"px\",\"size\":\"440\"},\"prevent_scroll\":\"yes\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1423,241,'_elementor_version','2.7.2'),(1424,241,'_elementor_template_type','wp-page'),(1425,241,'_elementor_controls_usage','a:12:{s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:12;s:5:\"align\";i:11;s:4:\"link\";i:11;s:4:\"size\";i:11;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:13:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:20:\"typography_font_size\";i:12;s:27:\"typography_font_size_mobile\";i:12;s:22:\"typography_font_family\";i:9;s:29:\"typography_line_height_tablet\";i:12;s:29:\"typography_line_height_mobile\";i:12;s:25:\"typography_letter_spacing\";i:12;s:22:\"typography_line_height\";i:11;s:27:\"typography_font_size_tablet\";i:11;s:32:\"typography_letter_spacing_tablet\";i:11;s:32:\"typography_letter_spacing_mobile\";i:11;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:11;}s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:7;s:10:\"text_color\";i:8;s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:29:\"typography_line_height_tablet\";i:8;s:29:\"typography_line_height_mobile\";i:8;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:7;s:25:\"typography_letter_spacing\";i:7;s:27:\"typography_font_size_tablet\";i:7;s:27:\"typography_font_size_mobile\";i:7;s:32:\"typography_letter_spacing_tablet\";i:7;s:32:\"typography_letter_spacing_mobile\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:7;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:1;s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:21:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:25:\"typography_letter_spacing\";i:2;s:16:\"background_color\";i:2;s:13:\"border_border\";i:2;s:12:\"border_width\";i:1;s:12:\"border_color\";i:2;s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"hover_color\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:15;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:21:\"box_shadow_box_shadow\";i:15;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:8:{s:9:\"screen_sm\";i:15;s:15:\"screen_sm_width\";i:15;s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:7;s:14:\"padding_tablet\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:7;s:13:\"content_width\";i:8;s:16:\"content_position\";i:3;s:3:\"gap\";i:4;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:9;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:8;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:6;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;}s:13:\"section_video\";a:4:{s:8:\"autoplay\";i:1;s:8:\"showinfo\";i:1;s:3:\"rel\";i:1;s:11:\"youtube_url\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:18;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:4:\"view\";i:1;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:3;s:8:\"position\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:6:\"rotate\";i:3;s:13:\"border_radius\";i:1;}s:21:\"section_style_content\";a:28:{s:18:\"title_bottom_space\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:28:\"title_typography_line_height\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:35:\"title_typography_line_height_mobile\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:38:\"title_typography_letter_spacing_tablet\";i:3;s:38:\"title_typography_letter_spacing_mobile\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:39:\"description_typography_font_size_mobile\";i:3;s:34:\"description_typography_font_family\";i:3;s:34:\"description_typography_line_height\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:41:\"description_typography_line_height_mobile\";i:3;s:37:\"description_typography_letter_spacing\";i:3;s:44:\"description_typography_letter_spacing_tablet\";i:3;s:44:\"description_typography_letter_spacing_mobile\";i:3;s:28:\"title_typography_font_family\";i:2;s:34:\"description_typography_font_weight\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:6;s:5:\"align\";i:6;s:4:\"link\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:5:\"space\";i:6;s:7:\"opacity\";i:6;s:27:\"image_box_shadow_box_shadow\";i:6;s:18:\"image_border_width\";i:3;s:19:\"image_border_radius\";i:3;}s:21:\"section_style_caption\";a:9:{s:28:\"caption_typography_font_size\";i:6;s:30:\"caption_typography_line_height\";i:6;s:33:\"caption_typography_letter_spacing\";i:6;s:35:\"caption_typography_font_size_tablet\";i:6;s:35:\"caption_typography_font_size_mobile\";i:6;s:37:\"caption_typography_line_height_tablet\";i:6;s:37:\"caption_typography_line_height_mobile\";i:6;s:40:\"caption_typography_letter_spacing_tablet\";i:6;s:40:\"caption_typography_letter_spacing_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:3;s:12:\"align_tablet\";i:3;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:3;s:18:\"icon_primary_color\";i:3;s:20:\"icon_secondary_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"icon_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:4:\"link\";i:2;s:12:\"align_tablet\";i:2;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:2;s:4:\"size\";i:2;s:12:\"icon_padding\";i:2;s:6:\"rotate\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}}'),(1819,288,'id_field','ID'),(1820,288,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjQiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoyNDAsInRodW1ibmFpbF9oZWlnaHQiOjE2MCwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjAsInRlbXBsYXRlIjoiIiwiZGlzcGxheV9ub19pbWFnZXNfZXJyb3IiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwic2hvd19zbGlkZXNob3dfbGluayI6MCwic2xpZGVzaG93X2xpbmtfdGV4dCI6IlZpZXcgU2xpZGVzaG93Iiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),(4888,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1559;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2019/10/IMG_6624.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6624-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6624-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6624-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6624-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_6624-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472359374\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1628,265,'_wp_page_template','default'),(1629,265,'_elementor_edit_mode','builder'),(1630,265,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\"},\"elements\":[{\"id\":\"7bba319\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not just one statef<br>flexibility is not o\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcb2574\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4f5e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f34f635\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":200,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6329.jpg\"},{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},{\"id\":98,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_32015987.jpg\"},{\"id\":77,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_91568741.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_95175365.jpg\"},{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},{\"id\":75,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_63214501.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":67,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_98745123.jpg\"}]},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5789d28c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"18bf1600\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"301daadf\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ab76cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b28a1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dd23db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2af05882\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"fc4498d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d55a8a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395b9713\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1659aa35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"261f3e19\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1f810535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"116f2826\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"56f789c0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a38bf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78d5ad32\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"53e8c202\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2593c473\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1444,246,'_wp_page_template','elementor_header_footer'),(1445,246,'_elementor_edit_mode','builder'),(1446,246,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not just one state\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p><p>[wpforms id=\\\"224\\\"]<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcb2574\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4f5e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f34f635\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":200,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6329.jpg\"},{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},{\"id\":98,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_32015987.jpg\"},{\"id\":77,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_91568741.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_95175365.jpg\"},{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},{\"id\":75,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_63214501.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":67,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_98745123.jpg\"}]},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5789d28c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"18bf1600\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"301daadf\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ab76cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b28a1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dd23db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2af05882\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"fc4498d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d55a8a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395b9713\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1659aa35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"261f3e19\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1f810535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"116f2826\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"56f789c0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a38bf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78d5ad32\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"53e8c202\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2593c473\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2385,359,'_wp_page_template','default'),(2386,359,'_elementor_edit_mode','builder'),(2387,359,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\"},\"elements\":[{\"id\":\"7bba319\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not just one statef<br>flexibility is not o\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcb2574\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4f5e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5789d28c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"18bf1600\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"301daadf\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ab76cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b28a1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dd23db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2af05882\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"fc4498d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d55a8a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395b9713\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1659aa35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"261f3e19\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1f810535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"116f2826\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"56f789c0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a38bf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78d5ad32\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"53e8c202\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2593c473\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1447,246,'_elementor_version','2.7.2'),(1448,246,'_elementor_template_type','wp-page'),(1817,288,'entity_types','WyJpbWFnZSJd'),(1818,288,'aliases','WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),(1815,288,'__defaults_set','1'),(1816,288,'filter','raw'),(1812,288,'installed_at_version','3.2.18'),(1813,288,'hidden_from_ui',''),(1814,288,'hidden_from_igw',''),(1810,288,'view_order','10000'),(1811,288,'name','photocrati-nextgen_basic_thumbnails'),(1808,288,'preview_image_relpath','photocrati-nextgen_basic_gallery#thumb_preview.jpg'),(1809,288,'default_source','galleries'),(1487,152,'_menu_item_template',''),(1488,152,'_menu_item_mega_template','0'),(1489,152,'_menu_item_nolink',''),(1490,152,'_menu_item_category_post',''),(1491,152,'_menu_item_megamenu',''),(1492,152,'_menu_item_megamenu_auto_width',''),(1493,152,'_menu_item_megamenu_col',''),(1494,152,'_menu_item_megamenu_heading',''),(1495,152,'_menu_item_megamenu_widgetarea','0'),(1496,152,'_menu_item_icon',''),(1497,154,'_menu_item_template',''),(1498,154,'_menu_item_mega_template','0'),(1499,154,'_menu_item_nolink',''),(1500,154,'_menu_item_category_post',''),(1501,154,'_menu_item_megamenu',''),(1502,154,'_menu_item_megamenu_auto_width',''),(1503,154,'_menu_item_megamenu_col',''),(1504,154,'_menu_item_megamenu_heading',''),(1505,154,'_menu_item_megamenu_widgetarea','0'),(1506,154,'_menu_item_icon',''),(4917,714,'_menu_item_type','post_type'),(4916,712,'_edit_lock','1573428498:2'),(4914,712,'ocean_display_footer_bottom','default'),(4915,712,'ocean_custom_footer_template','0'),(4913,712,'ocean_display_footer_widgets','default'),(4912,712,'ocean_disable_breadcrumbs','default'),(4911,712,'ocean_disable_heading','default'),(4910,712,'ocean_disable_title','default'),(1517,155,'_menu_item_template',''),(1518,155,'_menu_item_mega_template','0'),(1519,155,'_menu_item_nolink',''),(1520,155,'_menu_item_category_post',''),(1521,155,'_menu_item_megamenu',''),(1522,155,'_menu_item_megamenu_auto_width',''),(1523,155,'_menu_item_megamenu_col',''),(1524,155,'_menu_item_megamenu_heading',''),(1525,155,'_menu_item_megamenu_widgetarea','0'),(1526,155,'_menu_item_icon',''),(3841,82,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(1544,148,'_wp_page_template','default'),(1564,255,'_menu_item_type','post_type'),(1565,255,'_menu_item_menu_item_parent','0'),(1566,255,'_menu_item_object_id','76'),(1567,255,'_menu_item_object','page'),(1568,255,'_menu_item_target',''),(1569,255,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1570,255,'_menu_item_xfn',''),(1571,255,'_menu_item_url',''),(1583,255,'_elementor_controls_usage','a:0:{}'),(1573,255,'_menu_item_template',''),(1574,255,'_menu_item_mega_template','0'),(1575,255,'_menu_item_nolink',''),(1576,255,'_menu_item_category_post',''),(1577,255,'_menu_item_megamenu',''),(1578,255,'_menu_item_megamenu_auto_width',''),(1579,255,'_menu_item_megamenu_col',''),(1580,255,'_menu_item_megamenu_heading',''),(1581,255,'_menu_item_megamenu_widgetarea','0'),(1582,255,'_menu_item_icon',''),(1598,260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1201;s:4:\"file\";s:28:\"2019/09/cropped-IMG_6329.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_6329-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_6329-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_6329-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cropped-IMG_6329-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:200;}'),(3348,498,'_wp_attached_file','2019/10/IMG_0553-2-2-2.jpg'),(1605,262,'_wp_page_template','default'),(1606,262,'_elementor_edit_mode','builder'),(1607,262,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not just one state\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p><p>[wpforms id=\\\"224\\\"]<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcb2574\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4f5e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f34f635\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":200,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6329.jpg\"},{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},{\"id\":98,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_32015987.jpg\"},{\"id\":77,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_91568741.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_95175365.jpg\"},{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},{\"id\":75,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_63214501.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":67,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_98745123.jpg\"}]},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5789d28c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"18bf1600\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"301daadf\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ab76cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b28a1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dd23db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2af05882\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"fc4498d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d55a8a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395b9713\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1659aa35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"261f3e19\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1f810535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"116f2826\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"56f789c0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a38bf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78d5ad32\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"53e8c202\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2593c473\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (1612,76,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(1613,263,'_wp_page_template','default'),(1614,263,'_elementor_edit_mode','builder'),(1615,263,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/stylish.oceanwp.org\\/wp-content\\/uploads\\/2016\\/11\\/img_25741596.jpg\",\"id\":97},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"}},\"elements\":[{\"id\":\"sk8ylc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8mmzn2w\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"34\"},\"typography_font_family\":\"Josefin Sans\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"kulr3ye\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>\\\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\\"\\u00a0<\\/strong>Yogi Ashokananda<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"vw83nta\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"color\":\"#ffffff\",\"width\":{\"unit\":\"%\",\"size\":\"30\"},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":\"5\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3cxzxx1\",\"elType\":\"widget\",\"settings\":{\"text\":\"find out more how to train\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"background_color\":\"rgba(255,255,255,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"35\",\"bottom\":\"12\",\"left\":\"35\",\"isLinked\":false},\"section_hover\":\"\",\"button_background_hover_color\":\"#1c1c1c\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/trainings\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not just one state\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p><p>[wpforms id=\\\"224\\\"]<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Stella Lindley\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5121629e\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"ui\\/ux web master\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743725a2\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1kfdigf\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Donald Martin\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"967876f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\" Computer Science\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4150a33d\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"01xie82\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"grhvqhn\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Gaby Williams\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b080bd6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"AI Expert\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#b6baba\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44d2b6c\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>If there\'s someone who can explain anything, Gaby is the one. She\\u00a0teaches\\u00a0you not just how to do something, but why to do it this way and not the other.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#5e5d5d\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"39ofihx\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Practice makes perfect\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"The best campus facilities\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcb2574\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c4f5e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f34f635\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":200,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6329.jpg\"},{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},{\"id\":98,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_32015987.jpg\"},{\"id\":77,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_91568741.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_95175365.jpg\"},{\"id\":172,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study_1.jpg\"},{\"id\":75,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_63214501.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":67,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2016\\/11\\/img_98745123.jpg\"}]},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5789d28c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"18bf1600\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"301daadf\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ab76cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b28a1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dd23db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2af05882\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"fc4498d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d55a8a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395b9713\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1659aa35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"261f3e19\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1f810535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"116f2826\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"56f789c0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a38bf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78d5ad32\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"53e8c202\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2593c473\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1616,263,'_elementor_version','2.7.2'),(1617,263,'_elementor_template_type','wp-page'),(1619,263,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:70:\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329.jpg\";s:2:\"id\";s:3:\"200\";}}'),(1608,262,'_elementor_version','2.7.2'),(1609,262,'_elementor_template_type','wp-page'),(1610,262,'_elementor_controls_usage','a:13:{s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:14;s:5:\"align\";i:14;s:11:\"header_size\";i:7;s:4:\"link\";i:9;s:4:\"size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:14;s:21:\"typography_typography\";i:14;s:20:\"typography_font_size\";i:14;s:27:\"typography_font_size_mobile\";i:11;s:22:\"typography_font_family\";i:7;s:29:\"typography_line_height_tablet\";i:10;s:29:\"typography_line_height_mobile\";i:10;s:25:\"typography_letter_spacing\";i:10;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:11;s:27:\"typography_font_size_tablet\";i:11;s:25:\"typography_text_transform\";i:1;s:32:\"typography_letter_spacing_tablet\";i:9;s:32:\"typography_letter_spacing_mobile\";i:9;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:9;}s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:7;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:20:\"typography_font_size\";i:7;s:29:\"typography_line_height_tablet\";i:6;s:29:\"typography_line_height_mobile\";i:6;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:6;s:22:\"typography_font_family\";i:5;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:5;s:27:\"typography_font_size_mobile\";i:5;s:32:\"typography_letter_spacing_tablet\";i:5;s:32:\"typography_letter_spacing_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:5;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:5;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:1;s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_letter_spacing\";i:1;s:16:\"background_color\";i:2;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:11:\"hover_color\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:19;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:9:{s:21:\"box_shadow_box_shadow\";i:13;s:13:\"border_border\";i:1;s:12:\"border_width\";i:6;s:12:\"border_color\";i:3;s:32:\"box_shadow_hover_box_shadow_type\";i:9;s:27:\"box_shadow_hover_box_shadow\";i:9;s:23:\"border_hover_transition\";i:6;s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:8:{s:9:\"screen_sm\";i:10;s:15:\"screen_sm_width\";i:10;s:7:\"padding\";i:15;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:12;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"custom_height\";i:8;s:13:\"content_width\";i:5;s:16:\"content_position\";i:9;s:3:\"gap\";i:6;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:6;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:11;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:10;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:17;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:4:\"view\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:4:\"link\";i:1;s:8:\"position\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:1;s:10:\"icon_space\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:6:\"rotate\";i:1;s:13:\"border_radius\";i:1;}s:21:\"section_style_content\";a:26:{s:18:\"title_bottom_space\";i:1;s:25:\"title_bottom_space_tablet\";i:1;s:25:\"title_bottom_space_mobile\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:35:\"title_typography_line_height_mobile\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:38:\"title_typography_letter_spacing_tablet\";i:1;s:38:\"title_typography_letter_spacing_mobile\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:32:\"description_typography_font_size\";i:1;s:39:\"description_typography_font_size_tablet\";i:1;s:39:\"description_typography_font_size_mobile\";i:1;s:34:\"description_typography_font_family\";i:1;s:34:\"description_typography_line_height\";i:1;s:41:\"description_typography_line_height_tablet\";i:1;s:41:\"description_typography_line_height_mobile\";i:1;s:37:\"description_typography_letter_spacing\";i:1;s:44:\"description_typography_letter_spacing_tablet\";i:1;s:44:\"description_typography_letter_spacing_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:6;s:5:\"align\";i:6;s:4:\"link\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:5:\"space\";i:6;s:7:\"opacity\";i:6;s:27:\"image_box_shadow_box_shadow\";i:6;s:18:\"image_border_width\";i:3;s:19:\"image_border_radius\";i:3;}s:21:\"section_style_caption\";a:9:{s:28:\"caption_typography_font_size\";i:6;s:30:\"caption_typography_line_height\";i:6;s:33:\"caption_typography_letter_spacing\";i:6;s:35:\"caption_typography_font_size_tablet\";i:6;s:35:\"caption_typography_font_size_mobile\";i:6;s:37:\"caption_typography_line_height_tablet\";i:6;s:37:\"caption_typography_line_height_mobile\";i:6;s:40:\"caption_typography_letter_spacing_tablet\";i:6;s:40:\"caption_typography_letter_spacing_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:3;s:12:\"align_tablet\";i:3;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:3;s:18:\"icon_primary_color\";i:3;s:20:\"icon_secondary_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"icon_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:4:\"link\";i:2;s:12:\"align_tablet\";i:2;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:2;s:4:\"size\";i:2;s:12:\"icon_padding\";i:2;s:6:\"rotate\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:1:{s:8:\"carousel\";i:1;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:7:{s:11:\"title_color\";i:6;s:16:\"tab_active_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:35:\"title_typography_line_height_tablet\";i:6;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:4:{s:13:\"content_color\";i:5;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:21:\"testimonial_alignment\";i:3;s:15:\"testimonial_job\";i:2;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:3;s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:30:\"content_typography_font_weight\";i:3;s:30:\"content_typography_line_height\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:3;s:26:\"name_typography_typography\";i:3;s:25:\"name_typography_font_size\";i:3;s:32:\"name_typography_font_size_tablet\";i:3;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:3;s:25:\"job_typography_typography\";i:3;s:24:\"job_typography_font_size\";i:3;s:26:\"job_typography_font_weight\";i:3;}}}}}'),(1804,287,'_additional_settings',NULL),(1805,287,'_locale','en_US'),(1806,288,'title','NextGEN Basic Thumbnails'),(1807,288,'module_id','photocrati-nextgen_basic_gallery'),(1631,265,'_elementor_version','2.7.2'),(1632,265,'_elementor_template_type','wp-page'),(1633,265,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(1802,287,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:37:\"Himalayan Hatha Yoga \"[your-subject]\"\";s:6:\"sender\";s:55:\"Himalayan Hatha Yoga <wordpress@himalayanhathayoga.com>\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Himalayan Hatha Yoga (https://himalayanhathayoga.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:36:\"Reply-To: yogivillegurukul@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1803,287,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(1637,266,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:4:\"type\";s:8:\"featured\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3c434411-0bd2-48f3-ae54-b9a5e2e73749\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:39:\"siteorigin-panels-post-content-14810000\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1638,148,'ocean_sidebar','0'),(1639,148,'ocean_second_sidebar','0'),(1640,148,'ocean_disable_margins','enable'),(1641,148,'ocean_display_top_bar','default'),(1642,148,'ocean_display_header','default'),(1643,148,'ocean_center_header_left_menu','0'),(1644,148,'ocean_custom_header_template','0'),(1645,148,'ocean_header_custom_menu','0'),(1646,148,'ocean_menu_typo_font_family','0'),(1647,148,'ocean_disable_title','default'),(1648,148,'ocean_disable_heading','default'),(1649,148,'ocean_disable_breadcrumbs','default'),(1650,148,'ocean_display_footer_widgets','default'),(1651,148,'ocean_display_footer_bottom','default'),(1652,148,'ocean_custom_footer_template','0'),(1653,267,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:0:{}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5d87aa79bd6e9\";s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-builder-26710000\";s:11:\"option_name\";s:32:\"widget_siteorigin-panels-builder\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"562dd8c3-74fe-406e-b6d5-668a9d144a4d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:5:\"title\";s:0:\"\";s:17:\"default_thumbnail\";i:0;s:26:\"default_thumbnail_fallback\";s:0:\"\";s:10:\"image_size\";s:20:\"sow-carousel-default\";s:5:\"posts\";s:133:\"post_type=post&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC\";s:12:\"_sow_form_id\";s:32:\"12788107465d87aa1358296123510930\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:26:\"sow-post-carousel-26710001\";s:11:\"option_name\";s:24:\"widget_sow-post-carousel\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d7fb0007-9dec-49d1-8b75-c40cf453de95\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:4:\"type\";s:8:\"featured\";s:22:\"so_sidebar_emulator_id\";s:39:\"siteorigin-panels-post-content-26710002\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f856c36d-650c-43dd-ad74-c6c6385c4dc8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1664,269,'_elementor_controls_usage','a:0:{}'),(1665,269,'_elementor_edit_mode','builder'),(1666,269,'_elementor_data','[{\"id\":\"ecqmkxl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"default\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[{\"id\":\"qkcbgnd\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"26.846\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[],\"isInner\":false},{\"id\":\"5cdy1yv\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"46.308\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"hsrszwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.\",\"section_editor\":\"\",\"section_style\":\"\",\"align\":\"center\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f65c8rx\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"26.847\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"du1hyck\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"default\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[{\"id\":\"lxg1u49\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"\",\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"dibq3xx\",\"elType\":\"widget\",\"settings\":{\"section_gallery\":\"\",\"wp_gallery\":[{\"id\":23,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_15478632.jpg\"},{\"id\":24,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_23654125.jpg\"},{\"id\":25,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_35120478.jpg\"},{\"id\":26,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_45120369.jpg\"},{\"id\":27,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_51230478.jpg\"},{\"id\":28,\"url\":\"https:\\/\\/oceanwp.org\\/stylish\\/wp-content\\/uploads\\/sites\\/20\\/2016\\/11\\/img_69874512.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"2\",\"gallery_link\":\"file\",\"gallery_rand\":\"\",\"view\":\"traditional\",\"section_gallery_images\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30},\"image_border_border\":\"\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_color\":\"\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"section_caption\":\"\",\"gallery_display_caption\":\"\",\"align\":\"center\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1667,269,'_elementor_version','0.4'),(1801,287,'_mail','a:8:{s:7:\"subject\";s:37:\"Himalayan Hatha Yoga \"[your-subject]\"\";s:6:\"sender\";s:55:\"Himalayan Hatha Yoga <wordpress@himalayanhathayoga.com>\";s:4:\"body\";s:189:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Himalayan Hatha Yoga (https://himalayanhathayoga.com)\";s:9:\"recipient\";s:26:\"yogivillegurukul@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(3831,560,'_menu_item_icon',''),(3830,560,'_menu_item_megamenu_widgetarea','0'),(3829,560,'_menu_item_megamenu_heading',''),(3828,560,'_menu_item_megamenu_col',''),(3827,560,'_menu_item_megamenu_auto_width',''),(3826,560,'_menu_item_megamenu',''),(3825,560,'_menu_item_category_post',''),(3824,560,'_menu_item_nolink',''),(3823,560,'_menu_item_mega_template','0'),(3822,560,'_menu_item_template',''),(3832,560,'_elementor_controls_usage','a:0:{}'),(3820,560,'_menu_item_url',''),(3819,560,'_menu_item_xfn',''),(3818,560,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3817,560,'_menu_item_target',''),(3816,560,'_menu_item_object','page'),(3815,560,'_menu_item_object_id','82'),(3814,560,'_menu_item_menu_item_parent','0'),(3813,560,'_menu_item_type','post_type'),(1768,277,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:0:{}s:5:\"grids\";a:0:{}s:10:\"grid_cells\";a:0:{}}s:10:\"builder_id\";s:13:\"5d87a7ae2c48d\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"562dd8c3-74fe-406e-b6d5-668a9d144a4d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-builder-27710000\";s:11:\"option_name\";s:32:\"widget_siteorigin-panels-builder\";}i:1;a:3:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d7fb0007-9dec-49d1-8b75-c40cf453de95\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"sow-post-carousel-27710001\";s:11:\"option_name\";s:24:\"widget_sow-post-carousel\";}i:2;a:4:{s:4:\"type\";s:8:\"featured\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f856c36d-650c-43dd-ad74-c6c6385c4dc8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:39:\"siteorigin-panels-post-content-27710002\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1833,289,'aliases','WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),(1834,289,'id_field','ID'),(1835,289,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjo3NTAsImdhbGxlcnlfaGVpZ2h0Ijo1MDAsInNob3dfdGh1bWJuYWlsX2xpbmsiOjAsInRodW1ibmFpbF9saW5rX3RleHQiOiJWaWV3IFRodW1ibmFpbHMiLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhdXRvcGxheSI6MSwicGF1c2VvbmhvdmVyIjoxLCJhcnJvd3MiOjAsImludGVydmFsIjozMDAwLCJ0cmFuc2l0aW9uX3NwZWVkIjozMDAsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),(1836,290,'title','NextGEN Basic ImageBrowser'),(1837,290,'preview_image_relpath','photocrati-nextgen_basic_imagebrowser#preview.jpg'),(1838,290,'default_source','galleries'),(1839,290,'view_order','10020'),(1769,278,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:0:{}s:5:\"grids\";a:0:{}s:10:\"grid_cells\";a:0:{}}s:10:\"builder_id\";s:13:\"5d87a7ae2ea42\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"562dd8c3-74fe-406e-b6d5-668a9d144a4d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-builder-14810000\";s:11:\"option_name\";s:32:\"widget_siteorigin-panels-builder\";}i:1;a:3:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d7fb0007-9dec-49d1-8b75-c40cf453de95\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"sow-post-carousel-14810001\";s:11:\"option_name\";s:24:\"widget_sow-post-carousel\";}i:2;a:4:{s:4:\"type\";s:8:\"featured\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f856c36d-650c-43dd-ad74-c6c6385c4dc8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:39:\"siteorigin-panels-post-content-14810002\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1790,282,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:0:{}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5d87aa79b9e29\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"562dd8c3-74fe-406e-b6d5-668a9d144a4d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-builder-28210000\";s:11:\"option_name\";s:32:\"widget_siteorigin-panels-builder\";}i:1;a:10:{s:5:\"title\";s:0:\"\";s:17:\"default_thumbnail\";i:0;s:26:\"default_thumbnail_fallback\";s:0:\"\";s:10:\"image_size\";s:20:\"sow-carousel-default\";s:5:\"posts\";s:133:\"post_type=post&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC\";s:12:\"_sow_form_id\";s:32:\"12788107465d87aa1358296123510930\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d7fb0007-9dec-49d1-8b75-c40cf453de95\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"sow-post-carousel-28210001\";s:11:\"option_name\";s:24:\"widget_sow-post-carousel\";}i:2;a:4:{s:4:\"type\";s:8:\"featured\";s:22:\"so_sidebar_emulator_id\";s:39:\"siteorigin-panels-post-content-28210002\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f856c36d-650c-43dd-ad74-c6c6385c4dc8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1771,280,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">About Simple</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"200px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-28010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Who we are\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:27:\"A team that loves to create\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-28010001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:948:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"What we do\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:15:\"Keep it simple \";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-28010003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1772,145,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:753;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870359686\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1773,281,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">About Simple</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"200px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Who we are\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:27:\"A team that loves to create\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:948:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"What we do\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:15:\"Keep it simple \";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1774,145,'ocean_sidebar','0'),(1775,145,'ocean_second_sidebar','0'),(1776,145,'ocean_disable_margins','enable'),(1777,145,'ocean_display_top_bar','default'),(1778,145,'ocean_display_header','default'),(1779,145,'ocean_center_header_left_menu','0'),(1780,145,'ocean_custom_header_template','0'),(1781,145,'ocean_header_custom_menu','0'),(1782,145,'ocean_menu_typo_font_family','0'),(1783,145,'ocean_disable_title','default'),(1784,145,'ocean_disable_heading','default'),(1785,145,'ocean_disable_breadcrumbs','default'),(1786,145,'ocean_display_footer_widgets','default'),(1787,145,'ocean_display_footer_bottom','default'),(1788,145,'ocean_custom_footer_template','0'),(4411,632,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572297508032\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-63210000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572296258651\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-63210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-63210002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572297698153\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-63210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-63210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4237,145,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1927,298,'_menu_item_url',''),(1939,298,'_elementor_controls_usage','a:0:{}'),(1929,298,'_menu_item_template',''),(1930,298,'_menu_item_mega_template','0'),(1799,287,'_elementor_controls_usage','a:0:{}'),(1800,287,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(1791,283,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:0:{}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5d87aa79bd6e9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"562dd8c3-74fe-406e-b6d5-668a9d144a4d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-builder-14810000\";s:11:\"option_name\";s:32:\"widget_siteorigin-panels-builder\";}i:1;a:10:{s:5:\"title\";s:0:\"\";s:17:\"default_thumbnail\";i:0;s:26:\"default_thumbnail_fallback\";s:0:\"\";s:10:\"image_size\";s:20:\"sow-carousel-default\";s:5:\"posts\";s:133:\"post_type=post&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC\";s:12:\"_sow_form_id\";s:32:\"12788107465d87aa1358296123510930\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d7fb0007-9dec-49d1-8b75-c40cf453de95\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"sow-post-carousel-14810001\";s:11:\"option_name\";s:24:\"widget_sow-post-carousel\";}i:2;a:4:{s:4:\"type\";s:8:\"featured\";s:22:\"so_sidebar_emulator_id\";s:39:\"siteorigin-panels-post-content-14810002\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f856c36d-650c-43dd-ad74-c6c6385c4dc8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1840,290,'name','photocrati-nextgen_basic_imagebrowser'),(1841,290,'installed_at_version','3.2.18'),(1842,290,'hidden_from_ui',''),(1843,290,'hidden_from_igw',''),(1844,290,'__defaults_set','1'),(1845,290,'filter','raw'),(1846,290,'entity_types','WyJpbWFnZSJd'),(1847,290,'aliases','WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),(1848,290,'id_field','ID'),(1849,290,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwidGVtcGxhdGUiOiIiLCJhamF4X3BhZ2luYXRpb24iOiIxIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),(1850,291,'title','NextGEN Basic SinglePic'),(1851,291,'preview_image_relpath','photocrati-nextgen_basic_singlepic#preview.gif'),(1852,291,'default_source','galleries'),(1853,291,'view_order','10060'),(1854,291,'hidden_from_ui','1'),(1855,291,'hidden_from_igw','1'),(1856,291,'name','photocrati-nextgen_basic_singlepic'),(1857,291,'installed_at_version','3.2.18'),(1858,291,'__defaults_set','1'),(1859,291,'filter','raw'),(1860,291,'entity_types','WyJpbWFnZSJd'),(1861,291,'aliases','WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),(1862,291,'id_field','ID'),(1863,291,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),(1864,292,'title','NextGEN Basic TagCloud'),(1865,292,'preview_image_relpath','photocrati-nextgen_basic_tagcloud#preview.gif'),(1866,292,'default_source','tags'),(1867,292,'view_order','10100'),(1868,292,'name','photocrati-nextgen_basic_tagcloud'),(1869,292,'installed_at_version','3.2.18'),(1870,292,'hidden_from_ui',''),(1871,292,'hidden_from_igw',''),(1872,292,'__defaults_set','1'),(1873,292,'filter','raw'),(1874,292,'entity_types','WyJpbWFnZSJd'),(1875,292,'aliases','WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),(1876,292,'id_field','ID'),(1877,292,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),(1878,293,'title','NextGEN Basic Compact Album'),(1879,293,'module_id','photocrati-nextgen_basic_album'),(1880,293,'preview_image_relpath','photocrati-nextgen_basic_album#compact_preview.jpg'),(1881,293,'default_source','albums'),(1882,293,'view_order','10200'),(1883,293,'name','photocrati-nextgen_basic_compact_album'),(1884,293,'installed_at_version','3.2.18'),(1885,293,'hidden_from_ui',''),(1886,293,'hidden_from_igw',''),(1887,293,'__defaults_set','1'),(1888,293,'filter','raw'),(1889,293,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1890,293,'aliases','WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),(1891,293,'id_field','ID'),(1892,293,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwidGVtcGxhdGUiOiIiLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),(1893,294,'title','NextGEN Basic Extended Album'),(1894,294,'module_id','photocrati-nextgen_basic_album'),(1895,294,'preview_image_relpath','photocrati-nextgen_basic_album#extended_preview.jpg'),(1896,294,'default_source','albums'),(1897,294,'view_order','10210'),(1898,294,'name','photocrati-nextgen_basic_extended_album'),(1899,294,'installed_at_version','3.2.18'),(1900,294,'hidden_from_ui',''),(1901,294,'hidden_from_igw',''),(1902,294,'__defaults_set','1'),(1903,294,'filter','raw'),(1904,294,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1905,294,'aliases','WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),(1906,294,'id_field','ID'),(1907,294,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwidGVtcGxhdGUiOiIiLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInRodW1ibmFpbF93aWR0aCI6MzAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoyMDAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),(2388,359,'_elementor_version','2.7.2'),(2389,359,'_elementor_template_type','wp-page'),(2390,359,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(1920,298,'_menu_item_type','taxonomy'),(1921,298,'_menu_item_menu_item_parent','0'),(1922,298,'_menu_item_object_id','3'),(1923,298,'_menu_item_object','category'),(1924,298,'_menu_item_target',''),(1925,298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1926,298,'_menu_item_xfn',''),(1931,298,'_menu_item_nolink',''),(1932,298,'_menu_item_category_post',''),(1933,298,'_menu_item_megamenu',''),(1934,298,'_menu_item_megamenu_auto_width',''),(1935,298,'_menu_item_megamenu_col',''),(1936,298,'_menu_item_megamenu_heading',''),(1937,298,'_menu_item_megamenu_widgetarea','0'),(1938,298,'_menu_item_icon',''),(2159,329,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:34:\"Contact \"Your Website Name\" Design\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#303030\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:57:\"We\'re ready to solve any design problem...give us a shout\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:5:\"solid\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32910000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32910001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:10:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:12:{s:2:\"to\";s:0:\"\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:63:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\";s:11:\"submit_text\";s:10:\"Contact Us\";s:24:\"so_field_container_state\";s:4:\"open\";s:4:\"from\";s:0:\"\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"required_field_indicator\";b:0;s:32:\"required_field_indicator_message\";s:0:\"\";s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:6:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:6:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:6:\"margin\";s:4:\"10px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:15:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";i:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:10:\"text_color\";s:7:\"#ffffff\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:15:\"inset_highlight\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"border_width\";b:0;s:9:\"font_size\";b:0;s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"labels\";a:6:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:6:\"fields\";a:12:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:5:\"color\";b:0;s:6:\"margin\";b:0;s:7:\"padding\";b:0;s:6:\"height\";b:0;s:15:\"height_textarea\";b:0;s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;}s:12:\"descriptions\";a:3:{s:4:\"size\";b:0;s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";}s:5:\"focus\";a:3:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;}}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:13:\"display_title\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-32910002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32910003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-32910005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1988,50,'_edit_lock','1573670401:2'),(5938,863,'_wp_page_template','default'),(5939,863,'_elementor_edit_mode','builder'),(5940,863,'_elementor_template_type','wp-page'),(5941,863,'_elementor_version','2.7.5'),(5942,863,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5943,863,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, <span style=\\\"font-size: 16px; font-style: normal; font-variant-caps: normal; letter-spacing: normal; white-space: normal; font-family: &quot;Alegreya Sans&quot;, sans-serif;\\\">Tui Na massage therapist<\\/span>\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":856,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/74529149_436804783651628_7214378179090186240_n.jpg\"},\"testimonial_name\":\"Szilvia Cseh\",\"testimonial_job\":\"HHY Student\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":861,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/12240241_10154291723078066_1311007848745858583_o.jpg\"},\"testimonial_name\":\"Monica Petrascu\",\"testimonial_job\":\"HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5919,860,'_elementor_data','[{\"id\":\"ecqmkxl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_overlay_section\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\"},\"elements\":[{\"id\":\"5cdy1yv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"hsrszwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anthea is the\\u00a0<a href=\\\"http:\\/\\/www.salisbury-yoga.co.uk\\/\\\">Karma Centre<\\/a>\\u00a0studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.\\u00a0Yogi Ashokananda<em>\\u2019s<\\/em>\\u00a0has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.<\\/p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.<\\/p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation \\/ Mindfulness and Pranayama.\\u00a0 You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.\\u00a0Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).<\\/p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.<\\/p>\",\"section_editor\":\"\",\"section_style\":\"\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5920,860,'_elementor_version','2.7.5'),(5921,860,'_thumbnail_id','829'),(5922,860,'_wp_page_template','default'),(5923,860,'_elementor_edit_mode','builder'),(5924,860,'_elementor_template_type','wp-post'),(5927,861,'_wp_attached_file','2019/11/12240241_10154291723078066_1311007848745858583_o.jpg'),(6312,344,'_elementor_css','a:6:{s:4:\"time\";i:1576366308;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2008,307,'_edit_lock','1569663122:1'),(2009,307,'_edit_last','1'),(2010,307,'_thumbnail_id','7'),(2011,307,'tp_event_qty','20'),(2012,307,'tp_event_price','2000'),(2013,307,'tp_event_date_start','2020-01-03'),(2014,307,'tp_event_time_start','08:00'),(2015,307,'tp_event_date_end','2020-01-31'),(2016,307,'tp_event_time_end','19:00'),(2017,307,'tp_event_location','yogiville india'),(2018,307,'tp_event_status','upcoming'),(2019,307,'_elementor_controls_usage','a:0:{}'),(2039,309,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:71:\"<p><!-- wp:heading --></p>\n<h2>&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-30910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:8:{s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0.25;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"20749318425d8f24c8120a3786327880\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c159a1a5-3b89-4a18-b8c9-e983b2028a80\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"frames\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-30910001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:10:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569662438515\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-30910002\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2040,150,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572907179364\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1914:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572908985999\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572907410430\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1936:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:19:\"_sow_form_timestamp\";s:13:\"1572909601940\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:71:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572907431675\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1132:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June<br />\n</strong>UK, BATH</h3>\n<p>The 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.</p>\n<p>Topics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:19:\"_sow_form_timestamp\";s:13:\"1572912793482\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(2041,310,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:71:\"<p><!-- wp:heading --></p>\n<h2>&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:8:{s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0.25;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"20749318425d8f24c8120a3786327880\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c159a1a5-3b89-4a18-b8c9-e983b2028a80\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"frames\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:10:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569662438515\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-15010002\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2042,150,'ocean_sidebar','0'),(2043,150,'ocean_second_sidebar','0'),(2044,150,'ocean_disable_margins','enable'),(2045,150,'ocean_display_top_bar','default'),(2046,150,'ocean_display_header','default'),(2047,150,'ocean_center_header_left_menu','0'),(2048,150,'ocean_custom_header_template','0'),(2049,150,'ocean_header_custom_menu','0'),(2050,150,'ocean_menu_typo_font_family','0'),(2051,150,'ocean_disable_title','default'),(2052,150,'ocean_disable_heading','default'),(2053,150,'ocean_disable_breadcrumbs','default'),(2054,150,'ocean_display_footer_widgets','default'),(2055,150,'ocean_display_footer_bottom','default'),(2056,150,'ocean_custom_footer_template','0'),(2059,311,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31110001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31110002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31110003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31110005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31110006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31110007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"OUR SERVICES INCLUDE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31110008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"48px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670640392\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-31110009\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31110010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31110011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-31110012\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31110013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-31110014\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-31110015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-31110016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-31110017\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31110018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31110019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-31110020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31110021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31110022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-31110023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2060,312,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:9:{s:5:\"title\";s:20:\"our training school \";s:4:\"text\";s:396:\"<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:13:\"1569664018324\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:10:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:176;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:26:\"100 hour foundation course\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:10:\"2000 hour \";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:71;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"500\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"200\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569663963717\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-31210001\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";}i:2;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:17:\"yogi Ashokananda \";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:9:\"post: 145\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";b:0;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"19653467185d8f2c5488447071275966\";s:19:\"_sow_form_timestamp\";s:13:\"1569664185984\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e31b00c4-be16-4892-9d85-396e661af737\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-31210002\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";}i:3;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:33:\"Fields marked with * are required\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#f2f2f2\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";s:5:\"0.9em\";s:9:\"size_unit\";s:2:\"em\";s:5:\"color\";s:7:\"#999999\";s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";d:10;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:3;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:50;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";s:3:\"1px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"5405970455d8f2cef42bbc561340404\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"09f79ea5-05c4-46af-beae-a5100bec734a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-31210003\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:7:{s:16:\"background_color\";s:7:\"#F8F8F8\";s:12:\"border_color\";s:7:\"#E3E3E3\";s:22:\"use_default_background\";b:1;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:32:\"12890516055d8f2d2196140749720638\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5d87ec00-d57f-4eae-adf3-e562ca5c4d5f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:16:\"sow-cta-31210004\";s:11:\"option_name\";s:14:\"widget_sow-cta\";}i:5;a:4:{s:5:\"title\";s:10:\"Newsletter\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"MC4WP_Form_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2231bfd1-c6d8-4cda-90b3-44d673921b4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"mc4wp_form_widget-31210005\";s:11:\"option_name\";s:24:\"widget_mc4wp_form_widget\";}i:6;a:10:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:123:\"Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"Ocean_Extra_MailChimp_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"545321ec-9b71-4161-86ba-e334d3d621b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_mailchimp-31210006\";s:11:\"option_name\";s:22:\"widget_ocean_mailchimp\";}i:7;a:8:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9752405395d8f2d836fd5d165336751\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9cf2deaa-4784-4997-8ea6-ab91e4ce04cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-31210007\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}i:8;a:3:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WPForms_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"394dbfb9-edfe-4831-b9cf-f01c4f74c95b\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:23:\"wpforms-widget-31210008\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2061,313,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:9:{s:5:\"title\";s:20:\"our training school \";s:4:\"text\";s:396:\"<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:13:\"1569664018324\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:10:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:176;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:26:\"100 hour foundation course\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:10:\"2000 hour \";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:71;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"500\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"200\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569663963717\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-15010001\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";}i:2;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:17:\"yogi Ashokananda \";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:9:\"post: 145\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";b:0;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"19653467185d8f2c5488447071275966\";s:19:\"_sow_form_timestamp\";s:13:\"1569664185984\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e31b00c4-be16-4892-9d85-396e661af737\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-15010002\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";}i:3;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:33:\"Fields marked with * are required\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#f2f2f2\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";s:5:\"0.9em\";s:9:\"size_unit\";s:2:\"em\";s:5:\"color\";s:7:\"#999999\";s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";d:10;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:3;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:50;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";s:3:\"1px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"5405970455d8f2cef42bbc561340404\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"09f79ea5-05c4-46af-beae-a5100bec734a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-15010003\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:7:{s:16:\"background_color\";s:7:\"#F8F8F8\";s:12:\"border_color\";s:7:\"#E3E3E3\";s:22:\"use_default_background\";b:1;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:32:\"12890516055d8f2d2196140749720638\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5d87ec00-d57f-4eae-adf3-e562ca5c4d5f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:16:\"sow-cta-15010004\";s:11:\"option_name\";s:14:\"widget_sow-cta\";}i:5;a:4:{s:5:\"title\";s:10:\"Newsletter\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"MC4WP_Form_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2231bfd1-c6d8-4cda-90b3-44d673921b4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"mc4wp_form_widget-15010005\";s:11:\"option_name\";s:24:\"widget_mc4wp_form_widget\";}i:6;a:10:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:123:\"Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"Ocean_Extra_MailChimp_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"545321ec-9b71-4161-86ba-e334d3d621b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_mailchimp-15010006\";s:11:\"option_name\";s:22:\"widget_ocean_mailchimp\";}i:7;a:8:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9752405395d8f2d836fd5d165336751\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9cf2deaa-4784-4997-8ea6-ab91e4ce04cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-15010007\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}i:8;a:3:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WPForms_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"394dbfb9-edfe-4831-b9cf-f01c4f74c95b\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:23:\"wpforms-widget-15010008\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2063,315,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:9:{s:5:\"title\";s:20:\"our training school \";s:4:\"text\";s:396:\"<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:13:\"1569664018324\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:12:\"widget_title\";s:28:\"Himalayan Hatha yOGa courses\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:176;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:26:\"100 hour foundation course\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:10:\"2000 hour \";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:71;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"500\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"200\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:3;s:10:\"row_height\";d:0;s:6:\"gutter\";d:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569664672756\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-15010001\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";}i:2;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:17:\"yogi Ashokananda \";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:9:\"post: 145\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";b:0;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"19653467185d8f2c5488447071275966\";s:19:\"_sow_form_timestamp\";s:13:\"1569664185984\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-15010002\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e31b00c4-be16-4892-9d85-396e661af737\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:33:\"Fields marked with * are required\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#f2f2f2\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";s:5:\"0.9em\";s:9:\"size_unit\";s:2:\"em\";s:5:\"color\";s:7:\"#999999\";s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:10;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";i:3;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";i:50;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";s:3:\"1px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"5405970455d8f2cef42bbc561340404\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-15010003\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"09f79ea5-05c4-46af-beae-a5100bec734a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:22:\"so_sidebar_emulator_id\";s:23:\"wpforms-widget-15010004\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WPForms_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"394dbfb9-edfe-4831-b9cf-f01c4f74c95b\";s:5:\"style\";a:0:{}}}i:5;a:10:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:123:\"Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_mailchimp-15010005\";s:11:\"option_name\";s:22:\"widget_ocean_mailchimp\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_MailChimp_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"545321ec-9b71-4161-86ba-e334d3d621b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9752405395d8f2d836fd5d165336751\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-15010006\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9cf2deaa-4784-4997-8ea6-ab91e4ce04cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2062,314,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:9:{s:5:\"title\";s:20:\"our training school \";s:4:\"text\";s:396:\"<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:13:\"1569664018324\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:12:\"widget_title\";s:28:\"Himalayan Hatha yOGa courses\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:176;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:26:\"100 hour foundation course\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:10:\"2000 hour \";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:71;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"500\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:3:\"200\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:3;s:10:\"row_height\";d:0;s:6:\"gutter\";d:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569664672756\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-31410001\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";}i:2;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:17:\"yogi Ashokananda \";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:9:\"post: 145\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";b:0;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"19653467185d8f2c5488447071275966\";s:19:\"_sow_form_timestamp\";s:13:\"1569664185984\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-31410002\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e31b00c4-be16-4892-9d85-396e661af737\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:33:\"Fields marked with * are required\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#f2f2f2\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";s:5:\"0.9em\";s:9:\"size_unit\";s:2:\"em\";s:5:\"color\";s:7:\"#999999\";s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:10;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";i:3;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";i:50;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";s:3:\"1px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"5405970455d8f2cef42bbc561340404\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-31410003\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"09f79ea5-05c4-46af-beae-a5100bec734a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:22:\"so_sidebar_emulator_id\";s:23:\"wpforms-widget-31410004\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WPForms_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"394dbfb9-edfe-4831-b9cf-f01c4f74c95b\";s:5:\"style\";a:0:{}}}i:5;a:10:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:123:\"Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_mailchimp-31410005\";s:11:\"option_name\";s:22:\"widget_ocean_mailchimp\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_MailChimp_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"545321ec-9b71-4161-86ba-e334d3d621b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9752405395d8f2d836fd5d165336751\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-31410006\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9cf2deaa-4784-4997-8ea6-ab91e4ce04cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2064,316,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:9:{s:5:\"title\";s:20:\"our training school \";s:4:\"text\";s:396:\"<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:13:\"1569664018324\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:10:{s:12:\"widget_title\";s:28:\"Himalayan Hatha yOGa courses\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:176;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:26:\"100 hour foundation course\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:10:\"2000 hour \";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:71;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:3:\"500\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:3:\"200\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:3;s:10:\"row_height\";i:0;s:6:\"gutter\";i:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569664672756\";s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-31610001\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:17:\"yogi Ashokananda \";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:9:\"post: 145\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";b:0;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"19653467185d8f2c5488447071275966\";s:19:\"_sow_form_timestamp\";s:13:\"1569664185984\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-31610002\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e31b00c4-be16-4892-9d85-396e661af737\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:33:\"Fields marked with * are required\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#f2f2f2\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";s:5:\"0.9em\";s:9:\"size_unit\";s:2:\"em\";s:5:\"color\";s:7:\"#999999\";s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:10;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";i:3;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";i:50;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";s:3:\"1px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"5405970455d8f2cef42bbc561340404\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-31610003\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"09f79ea5-05c4-46af-beae-a5100bec734a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:22:\"so_sidebar_emulator_id\";s:23:\"wpforms-widget-31610004\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WPForms_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"394dbfb9-edfe-4831-b9cf-f01c4f74c95b\";s:5:\"style\";a:0:{}}}i:5;a:10:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:123:\"Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_mailchimp-31610005\";s:11:\"option_name\";s:22:\"widget_ocean_mailchimp\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_MailChimp_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"545321ec-9b71-4161-86ba-e334d3d621b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9752405395d8f2d836fd5d165336751\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-31610006\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9cf2deaa-4784-4997-8ea6-ab91e4ce04cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2065,317,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:9:{s:5:\"title\";s:20:\"our training school \";s:4:\"text\";s:396:\"<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"2267836365d8f245e29715214146385\";s:19:\"_sow_form_timestamp\";s:13:\"1569664018324\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"654be2a5-5148-41cb-b333-2850fe34e1ac\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:10:{s:12:\"widget_title\";s:28:\"Himalayan Hatha yOGa courses\";s:5:\"items\";a:4:{i:0;a:6:{s:5:\"image\";i:176;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:26:\"100 hour foundation course\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:10:\"2000 hour \";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:71;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:3:\"500\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:99;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:3:\"200\";s:3:\"url\";s:70:\"https://himalayanhathayoga.com/2016/11/29/torquent-per-conubia-nostra/\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:3;s:10:\"row_height\";i:0;s:6:\"gutter\";i:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"6890629275d8f250ea64b8216108089\";s:19:\"_sow_form_timestamp\";s:13:\"1569664672756\";s:22:\"so_sidebar_emulator_id\";s:27:\"sow-simple-masonry-15010001\";s:11:\"option_name\";s:25:\"widget_sow-simple-masonry\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc9ea68f-f747-4da2-9998-dbc8ced5f24b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:17:\"yogi Ashokananda \";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:9:\"post: 145\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";b:0;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"19653467185d8f2c5488447071275966\";s:19:\"_sow_form_timestamp\";s:13:\"1569664185984\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-15010002\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e31b00c4-be16-4892-9d85-396e661af737\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:33:\"Fields marked with * are required\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#f2f2f2\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";s:7:\"#c0c0c0\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";s:5:\"0.9em\";s:9:\"size_unit\";s:2:\"em\";s:5:\"color\";s:7:\"#999999\";s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:10;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";i:3;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"10px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";i:50;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";s:3:\"1px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"5405970455d8f2cef42bbc561340404\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-15010003\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"09f79ea5-05c4-46af-beae-a5100bec734a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:22:\"so_sidebar_emulator_id\";s:23:\"wpforms-widget-15010004\";s:11:\"option_name\";s:21:\"widget_wpforms-widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WPForms_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"394dbfb9-edfe-4831-b9cf-f01c4f74c95b\";s:5:\"style\";a:0:{}}}i:5;a:10:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:123:\"Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.\";s:20:\"mailchimp_gdpr_label\";s:17:\"Accept GDPR Terms\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"placeholder\";s:10:\"Your Email\";s:11:\"submit_text\";s:2:\"Go\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_mailchimp-15010005\";s:11:\"option_name\";s:22:\"widget_ocean_mailchimp\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_MailChimp_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"545321ec-9b71-4161-86ba-e334d3d621b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9752405395d8f2d836fd5d165336751\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-15010006\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9cf2deaa-4784-4997-8ea6-ab91e4ce04cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2066,318,'panels_data','a:3:{s:7:\"widgets\";a:23:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31810000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31810001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31810003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31810004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31810005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31810006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31810007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:8;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:20:\"OUR SERVICES INCLUDE\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:9:\"Dosis:600\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"48px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-31810009\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:34:\"WANT TO PLAY HARD? COME FIND US AT\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:9:\"Dosis:600\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d3f168b0b0\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"ccb94806-462b-40b3-9306-f612862fdae1\";s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"4%\";s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:503:\"<p><span style=\"color: #ffffff;\">Mauris in aliquam arcu, a dignissim erat. Aliquam nec maximus nulla. Aenean mi est, fermentum eu lorem sed, tempus eleifend tortor. Donec lacus magna, sodales quis eros sit amet, euismod malesuada turpis.</span></p><p><span style=\"color: #ffffff;\">Postal adress: 45 Beach Road Moullie Point 8007 Cape Town South Africa</span></p><p><span style=\"color: #ffffff;\">Phone: (021) 332-112-222</span></p><p><span style=\"color: #ffffff;\">Email: playhard@example.com</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d3e2d4807b\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"eccfafbd-a6b6-4dcf-9561-1681528283e2\";s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"0% 4% 0% 4%\";s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:6:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:180:\"<h1 style=\"text-align: center;\">Train[ed]</h1><p style=\"text-align: center;\">Specialized training for all round strength and fitness</p><p style=\"text-align: center;\">[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:9:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:8:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:18:{s:7:\"padding\";s:5:\"250px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:17:\"extra_top_padding\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-31810012\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:8:\"ABOUT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:4:\"text\";s:14:\"Ask a question\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-31810014\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810015\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:14:{s:8:\"features\";a:3:{i:0;a:11:{s:15:\"container_color\";s:7:\"#dd3333\";s:4:\"icon\";s:19:\"fontawesome-bicycle\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:136:\"Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:18:\"container_position\";s:3:\"top\";s:10:\"icon_title\";s:0:\"\";s:15:\"icon_image_size\";b:0;}i:1;a:11:{s:15:\"container_color\";s:7:\"#dd3333\";s:4:\"icon\";s:21:\"fontawesome-heartbeat\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:136:\"Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:18:\"container_position\";s:3:\"top\";s:10:\"icon_title\";s:0:\"\";s:15:\"icon_image_size\";b:0;}i:2;a:11:{s:15:\"container_color\";s:7:\"#dd3333\";s:4:\"icon\";s:17:\"fontawesome-apple\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:136:\"Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:18:\"container_position\";s:3:\"top\";s:10:\"icon_title\";s:0:\"\";s:15:\"icon_image_size\";b:0;}}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:9:\"icon_size\";s:4:\"50px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-31810016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:5:\"fonts\";a:3:{s:13:\"title_options\";a:3:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;}s:12:\"text_options\";a:3:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;}s:17:\"more_text_options\";a:3:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;}}s:16:\"icon_size_custom\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810017\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:12:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:17:\"button_new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-31810019\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:20:\"equalize_row_heights\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-31810020\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-31810021\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-31810022\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:12:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#f46455\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:16:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.663;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.337;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5014,724,'_elementor_controls_usage','a:0:{}'),(5015,724,'_wp_page_template','default'),(5016,724,'_elementor_edit_mode','builder'),(5017,724,'_elementor_template_type','wp-page'),(5018,724,'_elementor_version','2.7.4'),(5021,725,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:2:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:669;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572562223950\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-72510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5022,725,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5023,725,'_wp_page_template','elementor_header_footer'),(5024,725,'_elementor_edit_mode','builder'),(5025,725,'_elementor_template_type','wp-page'),(5026,725,'_elementor_version','2.7.4'),(5027,725,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2067,319,'panels_data','a:3:{s:7:\"widgets\";a:23:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:8;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:20:\"OUR SERVICES INCLUDE\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:9:\"Dosis:600\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:17:\"fontawesome-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"48px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010009\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:34:\"WANT TO PLAY HARD? COME FIND US AT\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:9:\"Dosis:600\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d3f168b0b0\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"ccb94806-462b-40b3-9306-f612862fdae1\";s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"4%\";s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:503:\"<p><span style=\"color: #ffffff;\">Mauris in aliquam arcu, a dignissim erat. Aliquam nec maximus nulla. Aenean mi est, fermentum eu lorem sed, tempus eleifend tortor. Donec lacus magna, sodales quis eros sit amet, euismod malesuada turpis.</span></p><p><span style=\"color: #ffffff;\">Postal adress: 45 Beach Road Moullie Point 8007 Cape Town South Africa</span></p><p><span style=\"color: #ffffff;\">Phone: (021) 332-112-222</span></p><p><span style=\"color: #ffffff;\">Email: playhard@example.com</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d3e2d4807b\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"eccfafbd-a6b6-4dcf-9561-1681528283e2\";s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"0% 4% 0% 4%\";s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:6:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:180:\"<h1 style=\"text-align: center;\">Train[ed]</h1><p style=\"text-align: center;\">Specialized training for all round strength and fitness</p><p style=\"text-align: center;\">[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:9:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:8:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:18:{s:7:\"padding\";s:5:\"250px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:17:\"extra_top_padding\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010012\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:8:\"ABOUT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:4:\"text\";s:14:\"Ask a question\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-15010014\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010015\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:14:{s:8:\"features\";a:3:{i:0;a:11:{s:15:\"container_color\";s:7:\"#dd3333\";s:4:\"icon\";s:19:\"fontawesome-bicycle\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:136:\"Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:18:\"container_position\";s:3:\"top\";s:10:\"icon_title\";s:0:\"\";s:15:\"icon_image_size\";b:0;}i:1;a:11:{s:15:\"container_color\";s:7:\"#dd3333\";s:4:\"icon\";s:21:\"fontawesome-heartbeat\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:136:\"Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:18:\"container_position\";s:3:\"top\";s:10:\"icon_title\";s:0:\"\";s:15:\"icon_image_size\";b:0;}i:2;a:11:{s:15:\"container_color\";s:7:\"#dd3333\";s:4:\"icon\";s:17:\"fontawesome-apple\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:136:\"Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:18:\"container_position\";s:3:\"top\";s:10:\"icon_title\";s:0:\"\";s:15:\"icon_image_size\";b:0;}}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:9:\"icon_size\";s:4:\"50px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:5:\"fonts\";a:3:{s:13:\"title_options\";a:3:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;}s:12:\"text_options\";a:3:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;}s:17:\"more_text_options\";a:3:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;}}s:16:\"icon_size_custom\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010017\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:12:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:17:\"button_new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-15010019\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:20:\"equalize_row_heights\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010020\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010021\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-15010022\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:12:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#f46455\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:16:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.663;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.337;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4909,712,'ocean_menu_typo_font_family','0'),(4908,712,'ocean_header_custom_menu','0'),(4907,712,'ocean_custom_header_template','0'),(4906,712,'ocean_center_header_left_menu','0'),(4905,712,'ocean_display_header','default'),(4904,712,'ocean_display_top_bar','default'),(4903,712,'ocean_disable_margins','enable'),(4902,712,'ocean_second_sidebar','0'),(4901,712,'ocean_sidebar','0'),(4899,712,'_wp_page_template','default'),(4898,712,'_edit_last','2'),(2089,322,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32210000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32210001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32210002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32210003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32210005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32210006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32210007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"OUR SERVICES INCLUDE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32210008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"48px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670640392\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32210009\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32210010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32210011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-32210012\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32210013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32210014\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-32210015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32210016\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32210017\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32210018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32210019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-32210020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32210021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32210022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-32210023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2090,323,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"OUR SERVICES INCLUDE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"48px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670640392\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010009\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-15010012\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010014\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-15010015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010016\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010017\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-15010020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-15010023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2091,324,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32410000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32410001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32410002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32410003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32410005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32410006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32410007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:21:\"Our Training Teachers\";s:15:\"destination_url\";s:97:\"https://himalayanhathayoga.com/category/himalayan-hatha-yoga-teachers/yogiville-gurukul-teachers/\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:13:\"1569670926758\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32410008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"150px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"84px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670771339\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32410009\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-32410010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32410011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-32410012\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32410013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32410014\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-32410015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32410016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-32410017\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32410018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32410019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-32410020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-32410021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-32410022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-32410023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2092,325,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:21:\"Our Training Teachers\";s:15:\"destination_url\";s:97:\"https://himalayanhathayoga.com/category/himalayan-hatha-yoga-teachers/yogiville-gurukul-teachers/\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:13:\"1569670926758\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"150px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"84px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670771339\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010009\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-15010012\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010014\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-15010015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010017\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-15010020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-15010023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2657,145,'_elementor_template_type','wp-page'),(2198,334,'ocean_display_footer_widgets','default'),(2197,334,'ocean_disable_breadcrumbs','default'),(2196,334,'ocean_disable_heading','default'),(2194,334,'ocean_menu_typo_font_family','0'),(2193,334,'ocean_header_custom_menu','0'),(2192,334,'ocean_custom_header_template','0'),(2191,334,'ocean_center_header_left_menu','0'),(2190,334,'ocean_display_header','default'),(2189,334,'ocean_display_top_bar','default'),(2188,334,'ocean_disable_margins','enable'),(2187,334,'ocean_second_sidebar','0'),(2186,334,'ocean_sidebar','0'),(2185,334,'_elementor_controls_usage','a:0:{}'),(2183,334,'_edit_last','1'),(2200,334,'ocean_custom_footer_template','0'),(2199,334,'ocean_display_footer_bottom','default'),(2195,334,'ocean_disable_title','default'),(2161,330,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:34:\"Contact \"Your Website Name\" Design\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#303030\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:57:\"We\'re ready to solve any design problem...give us a shout\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:5:\"solid\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:10:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:12:{s:2:\"to\";s:0:\"\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:63:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\";s:11:\"submit_text\";s:10:\"Contact Us\";s:24:\"so_field_container_state\";s:4:\"open\";s:4:\"from\";s:0:\"\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"required_field_indicator\";b:0;s:32:\"required_field_indicator_message\";s:0:\"\";s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:6:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:6:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:6:\"margin\";s:4:\"10px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:15:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";i:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:10:\"text_color\";s:7:\"#ffffff\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:15:\"inset_highlight\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"border_width\";b:0;s:9:\"font_size\";b:0;s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"labels\";a:6:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:6:\"fields\";a:12:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:5:\"color\";b:0;s:6:\"margin\";b:0;s:7:\"padding\";b:0;s:6:\"height\";b:0;s:15:\"height_textarea\";b:0;s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;}s:12:\"descriptions\";a:3:{s:4:\"size\";b:0;s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";}s:5:\"focus\";a:3:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;}}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:13:\"display_title\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2162,82,'ocean_sidebar','0'),(2163,82,'ocean_second_sidebar','0'),(2164,82,'ocean_disable_margins','enable'),(2165,82,'ocean_display_top_bar','default'),(2166,82,'ocean_display_header','default'),(2167,82,'ocean_center_header_left_menu','0'),(2168,82,'ocean_custom_header_template','0'),(2169,82,'ocean_header_custom_menu','0'),(2170,82,'ocean_menu_typo_font_family','0'),(2171,82,'ocean_disable_title','default'),(2172,82,'ocean_disable_heading','default'),(2173,82,'ocean_disable_breadcrumbs','default'),(2174,82,'ocean_display_footer_widgets','default'),(2175,82,'ocean_display_footer_bottom','default'),(2176,82,'ocean_custom_footer_template','0'),(2178,331,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-33110000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-33110001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-33110002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-33110003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-33110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-33110005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4739,684,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:46:\"we would love to help. feel free to say hello!\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:10:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:12:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:11:\"submit_text\";s:10:\"Contact Us\";s:24:\"so_field_container_state\";s:6:\"closed\";s:4:\"from\";s:0:\"\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"required_field_indicator\";b:0;s:32:\"required_field_indicator_message\";s:0:\"\";s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:6:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:6:\"margin\";s:4:\"10px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:15:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:15:\"inset_highlight\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"border_width\";b:0;s:9:\"font_size\";b:0;s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"labels\";a:6:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:6:\"fields\";a:12:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:5:\"color\";b:0;s:6:\"margin\";b:0;s:7:\"padding\";b:0;s:6:\"height\";b:0;s:15:\"height_textarea\";b:0;s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;}s:12:\"descriptions\";a:3:{s:4:\"size\";b:0;s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";}s:5:\"focus\";a:3:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;}}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:13:\"display_title\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:2;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:43:\"Prefer a personal touch? Try (076) 543 4223\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:36:\"give us a shout and lets have a chat\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#37b0cd\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2179,332,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2658,145,'_elementor_version','2.7.4'),(2184,334,'_wp_page_template','default'),(2182,334,'_edit_lock','1571601419:2'),(2235,344,'_edit_lock','1572566856:2'),(2236,344,'_edit_last','1'),(2253,345,'filter','raw'),(2252,345,'__defaults_set','1'),(2251,346,'id_field','ID'),(2249,346,'__defaults_set','1'),(2250,346,'filter','raw'),(2254,345,'id_field','ID'),(2266,347,'id_field','ID'),(2264,347,'__defaults_set','1'),(2265,347,'filter','raw'),(2278,348,'id_field','ID'),(2276,348,'__defaults_set','1'),(2277,348,'filter','raw'),(2290,349,'id_field','ID'),(2288,349,'__defaults_set','1'),(2289,349,'filter','raw'),(2291,344,'_wp_page_template','default'),(2292,344,'_elementor_controls_usage','a:0:{}'),(2293,344,'_yoast_wpseo_content_score','30'),(2294,344,'ocean_sidebar','0'),(2295,344,'ocean_second_sidebar','0'),(2296,344,'ocean_disable_margins','enable'),(2297,344,'ocean_display_top_bar','default'),(2298,344,'ocean_display_header','default'),(2299,344,'ocean_center_header_left_menu','0'),(2300,344,'ocean_custom_header_template','0'),(2301,344,'ocean_header_custom_menu','0'),(2302,344,'ocean_menu_typo_font_family','0'),(2303,344,'ocean_disable_title','default'),(2304,344,'ocean_disable_heading','default'),(2305,344,'ocean_disable_breadcrumbs','default'),(2306,344,'ocean_display_footer_widgets','default'),(2307,344,'ocean_display_footer_bottom','default'),(2308,344,'ocean_custom_footer_template','0'),(2309,351,'_elementor_controls_usage','a:0:{}'),(2310,351,'_menu_item_type','post_type'),(2311,351,'_menu_item_menu_item_parent','0'),(2312,351,'_menu_item_object_id','334'),(2313,351,'_menu_item_object','page'),(2314,351,'_menu_item_target',''),(2315,351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2316,351,'_menu_item_xfn',''),(2317,351,'_menu_item_url',''),(2318,351,'_menu_item_template',''),(2319,351,'_menu_item_mega_template',''),(2320,351,'_menu_item_nolink',''),(2321,351,'_menu_item_category_post',''),(2322,351,'_menu_item_megamenu',''),(2323,351,'_menu_item_megamenu_auto_width',''),(2324,351,'_menu_item_megamenu_col',''),(2325,351,'_menu_item_megamenu_heading',''),(2326,351,'_menu_item_megamenu_widgetarea',''),(2327,351,'_menu_item_icon',''),(2347,353,'_elementor_controls_usage','a:0:{}'),(2348,353,'_menu_item_type','post_type'),(2349,353,'_menu_item_menu_item_parent','0'),(2350,353,'_menu_item_object_id','344'),(2351,353,'_menu_item_object','page'),(2352,353,'_menu_item_target',''),(2353,353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2354,353,'_menu_item_xfn',''),(2355,353,'_menu_item_url',''),(2356,353,'_menu_item_template',''),(2357,353,'_menu_item_mega_template',''),(2358,353,'_menu_item_nolink',''),(2359,353,'_menu_item_category_post',''),(2360,353,'_menu_item_megamenu',''),(2361,353,'_menu_item_megamenu_auto_width',''),(2362,353,'_menu_item_megamenu_col',''),(2363,353,'_menu_item_megamenu_heading',''),(2364,353,'_menu_item_megamenu_widgetarea',''),(2365,353,'_menu_item_icon',''),(4989,721,'_wp_page_template','default'),(4990,721,'_elementor_edit_mode','builder'),(4991,721,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2404,361,'_wp_page_template','default'),(2405,361,'_elementor_edit_mode','builder'),(2406,361,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\"},\"elements\":[{\"id\":\"7bba319\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2407,361,'_elementor_version','2.7.3'),(2408,361,'_elementor_template_type','wp-page'),(2409,361,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2687,393,'_elementor_version','2.7.3'),(2688,393,'_elementor_template_type','wp-page'),(2689,393,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4171,601,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (4160,600,'_wp_page_template','default'),(4273,613,'_wp_page_template','default'),(2693,394,'_wp_page_template','default'),(2694,394,'_elementor_edit_mode','builder'),(2695,394,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2656,145,'_elementor_edit_mode','builder'),(2431,364,'_elementor_version','2.7.3'),(2432,364,'_elementor_template_type','wp-page'),(2433,364,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2435,76,'_oembed_36f6f4719e85686cbff29d26abfa5748','<iframe title=\"Celebrating your individuality\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/Idq5QHAxSPs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2436,76,'_oembed_time_36f6f4719e85686cbff29d26abfa5748','1569767112'),(2487,50,'_edit_last','2'),(2488,50,'_wp_page_template','default'),(2493,50,'_yoast_wpseo_primary_category',''),(2494,50,'ocean_sidebar','0'),(2495,50,'ocean_second_sidebar','0'),(2496,50,'ocean_disable_margins','enable'),(2497,50,'ocean_display_top_bar','default'),(2498,50,'ocean_display_header','default'),(2499,50,'ocean_center_header_left_menu','0'),(2500,50,'ocean_custom_header_template','0'),(2501,50,'ocean_header_custom_menu','0'),(2502,50,'ocean_menu_typo_font_family','0'),(2503,50,'ocean_disable_title','default'),(2504,50,'ocean_disable_heading','default'),(2505,50,'ocean_disable_breadcrumbs','default'),(2506,50,'ocean_display_footer_widgets','default'),(2507,50,'ocean_display_footer_bottom','default'),(2508,50,'ocean_custom_footer_template','0'),(2428,364,'_wp_page_template','default'),(2429,364,'_elementor_edit_mode','builder'),(2430,364,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ee04ec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4274,613,'_elementor_edit_mode','builder'),(4310,617,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2446,366,'_wp_page_template','default'),(2447,366,'_elementor_edit_mode','builder'),(2448,366,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ee04ec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2449,366,'_elementor_version','2.7.3'),(2450,366,'_elementor_template_type','wp-page'),(2451,366,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2465,368,'_elementor_version','2.7.3'),(2466,368,'_elementor_template_type','wp-page'),(2467,368,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4309,617,'_elementor_edit_mode','builder'),(2462,368,'_wp_page_template','default'),(2463,368,'_elementor_edit_mode','builder'),(2464,368,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ee04ec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2481,370,'_elementor_version','2.7.3'),(2482,370,'_elementor_template_type','wp-page'),(2483,370,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2669,391,'_elementor_edit_mode','builder'),(2668,391,'_wp_page_template','default'),(2478,370,'_wp_page_template','default'),(2479,370,'_elementor_edit_mode','builder'),(2480,370,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2671,391,'_elementor_version','2.7.3'),(2672,391,'_elementor_template_type','wp-page'),(2673,391,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2670,391,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"view\":\"stacked\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) Practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":58},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#474545\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#726f6f\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4308,617,'_wp_page_template','default'),(2684,393,'_wp_page_template','default'),(2685,393,'_elementor_edit_mode','builder'),(2686,393,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2696,394,'_elementor_version','2.7.3'),(2697,394,'_elementor_template_type','wp-page'),(2698,394,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4170,601,'_elementor_edit_mode','builder'),(2704,396,'_wp_page_template','default'),(2705,396,'_elementor_edit_mode','builder'),(2706,396,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Playfair Display\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"image_size\":\"medium_large\",\"caption_source\":\"custom\",\"caption\":\"Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2701,395,'_wp_attached_file','2019/10/089A1463-2-2.jpg'),(2702,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:24:\"2019/10/089A1463-2-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"089A1463-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"089A1463-2-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"089A1463-2-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"089A1463-2-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482841441\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2707,396,'_elementor_version','2.7.3'),(2708,396,'_elementor_template_type','wp-page'),(2709,396,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4169,601,'_wp_page_template','default'),(2713,397,'_wp_page_template','default'),(2714,397,'_elementor_edit_mode','builder'),(2715,397,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"image_size\":\"medium_large\",\"caption_source\":\"custom\",\"caption\":\"Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2716,397,'_elementor_version','2.7.3'),(2717,397,'_elementor_template_type','wp-page'),(2718,397,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2722,398,'_wp_page_template','default'),(2723,398,'_elementor_edit_mode','builder'),(2724,398,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"image_size\":\"medium_large\",\"caption_source\":\"custom\",\"caption\":\"Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"www.yogiashokananda.com\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2725,398,'_elementor_version','2.7.3'),(2726,398,'_elementor_template_type','wp-page'),(2727,398,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2731,399,'_wp_page_template','default'),(2732,399,'_elementor_edit_mode','builder'),(2733,399,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"www.yogiashokananda.com\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (2734,399,'_elementor_version','2.7.3'),(2735,399,'_elementor_template_type','wp-page'),(2736,399,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2752,401,'_elementor_version','2.7.3'),(2753,401,'_elementor_template_type','wp-page'),(2754,401,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2758,402,'_wp_page_template','default'),(2759,402,'_elementor_edit_mode','builder'),(2760,402,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Teachers\\u2019 Training and courses currently available:<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week \\/ 21 days course)<\\/h1><h1>\\u00a0<\\/h1>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"www.yogiashokananda.com\"},\"size\":\"large\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2851,421,'_wp_page_template','default'),(2852,421,'_elementor_edit_mode','builder'),(2853,421,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2767,403,'_wp_page_template','default'),(2768,403,'_elementor_edit_mode','builder'),(2749,401,'_wp_page_template','default'),(2750,401,'_elementor_edit_mode','builder'),(2751,401,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Teachers\\u2019 Training and courses currently available:<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week \\/ 21 days course)<\\/h1><h1>\\u00a0<\\/h1>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"293cd565\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"www.yogiashokananda.com\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2769,403,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Teachers\\u2019 Training and courses currently available:<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week \\/ 21 days course)<\\/h1><h1>\\u00a0<\\/h1>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yogi Ashokananda\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2761,402,'_elementor_version','2.7.3'),(2762,402,'_elementor_template_type','wp-page'),(2763,402,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2770,403,'_elementor_version','2.7.3'),(2771,403,'_elementor_template_type','wp-page'),(2772,403,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2832,419,'_wp_page_template','default'),(2833,419,'_elementor_edit_mode','builder'),(2834,419,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Teachers\\u2019 Training and courses currently available:<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week \\/ 21 days course)<\\/h1><h1>\\u00a0<\\/h1>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2776,404,'_wp_page_template','default'),(2777,404,'_elementor_edit_mode','builder'),(2778,404,'_elementor_data','[{\"id\":\"a1fb25a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa68bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9c8e6e2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Teachers\\u2019 Training and courses currently available:<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)<\\/h1><h1 style=\\\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\\\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week \\/ 21 days course)<\\/h1><h1>\\u00a0<\\/h1>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2779,404,'_elementor_version','2.7.3'),(2780,404,'_elementor_template_type','wp-page'),(2781,404,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2795,409,'_wp_attached_file','2019/10/HHY_logoW.png'),(2796,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:675;s:4:\"file\";s:21:\"2019/10/HHY_logoW.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"HHY_logoW-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"HHY_logoW-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"HHY_logoW-768x273.png\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"HHY_logoW-1024x364.png\";s:5:\"width\";i:1024;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"HHY_logoW-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2797,410,'_wp_attached_file','2019/10/cropped-HHY_logoW.png'),(2798,410,'_wp_attachment_context','custom-logo'),(2799,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:597;s:4:\"file\";s:29:\"2019/10/cropped-HHY_logoW.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-HHY_logoW-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logoW-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cropped-HHY_logoW-768x241.png\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-HHY_logoW-1024x322.png\";s:5:\"width\";i:1024;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"cropped-HHY_logoW-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2800,411,'_wp_attached_file','2019/10/HHY_logoW-1.png'),(2801,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:675;s:4:\"file\";s:23:\"2019/10/HHY_logoW-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"HHY_logoW-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"HHY_logoW-1-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"HHY_logoW-1-768x273.png\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"HHY_logoW-1-1024x364.png\";s:5:\"width\";i:1024;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"HHY_logoW-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2835,419,'_elementor_version','2.7.3'),(2836,419,'_elementor_template_type','wp-page'),(2837,419,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2860,422,'_wp_page_template','default'),(2861,422,'_elementor_edit_mode','builder'),(2862,422,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2854,421,'_elementor_version','2.7.4'),(2855,421,'_elementor_template_type','wp-page'),(2856,421,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2863,422,'_elementor_version','2.7.4'),(2864,422,'_elementor_template_type','wp-page'),(2865,422,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2869,423,'_wp_page_template','default'),(2870,423,'_elementor_edit_mode','builder'),(2871,423,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#001ec9\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2872,423,'_elementor_version','2.7.4'),(2873,423,'_elementor_template_type','wp-page'),(2874,423,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2898,427,'_wp_attached_file','2019/10/cropped-HHY_logo.jpg'),(2899,427,'_wp_attachment_context','site-icon'),(2900,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2019/10/cropped-HHY_logo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logo-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:28:\"cropped-HHY_logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:26:\"cropped-HHY_logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(2905,429,'_wp_attached_file','2019/10/HHY_logo.jpg'),(2906,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:178;s:4:\"file\";s:20:\"2019/10/HHY_logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"HHY_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"HHY_logo-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"HHY_logo-272x178.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:178;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:8:\"HHY_logo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2890,425,'_elementor_version','2.7.4'),(2891,425,'_elementor_template_type','wp-page'),(2892,425,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2910,430,'_wp_page_template','default'),(2911,430,'_elementor_edit_mode','builder'),(2912,430,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2887,425,'_wp_page_template','default'),(2888,425,'_elementor_edit_mode','builder'),(2889,425,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":549,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><br \\/><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2913,430,'_elementor_version','2.7.4'),(2914,430,'_elementor_template_type','wp-page'),(2915,430,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2956,437,'_elementor_version','2.7.4'),(2957,437,'_elementor_template_type','wp-page'),(2958,437,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2996,442,'_wp_page_template','default'),(2997,442,'_elementor_edit_mode','builder'),(2998,442,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (2953,437,'_wp_page_template','default'),(2954,437,'_elementor_edit_mode','builder'),(2955,437,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2990,441,'_elementor_version','2.7.4'),(2991,441,'_elementor_template_type','wp-page'),(2992,441,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2934,434,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">About Simple</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"200px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-43410000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Who we are\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:27:\"A team that loves to create\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-43410001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:948:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-43410002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"What we do\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:15:\"Keep it simple \";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-43410003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-43410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2935,145,'_yoast_wpseo_content_score','30'),(2936,434,'_elementor_controls_usage','a:0:{}'),(2937,434,'_wp_page_template','elementor_header_footer'),(2938,434,'_elementor_edit_mode','builder'),(2939,434,'_elementor_template_type','wp-page'),(2940,434,'_elementor_version','2.7.3'),(2942,435,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">About Simple</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"200px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Who we are\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:27:\"A team that loves to create\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:948:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"What we do\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:15:\"Keep it simple \";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2943,435,'_elementor_controls_usage','a:0:{}'),(2944,435,'_wp_page_template','elementor_header_footer'),(2945,435,'_elementor_edit_mode','builder'),(2946,435,'_elementor_template_type','wp-page'),(2947,435,'_elementor_version','2.7.3'),(2974,439,'_elementor_version','2.7.4'),(2975,439,'_elementor_template_type','wp-page'),(2976,439,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(2972,439,'_elementor_edit_mode','builder'),(2973,439,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2971,439,'_wp_page_template','default'),(2987,441,'_wp_page_template','default'),(2988,441,'_elementor_edit_mode','builder'),(2989,441,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"our gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I edit the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is it Layered ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2999,442,'_elementor_version','2.7.4'),(3000,442,'_elementor_template_type','wp-page'),(3001,442,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3058,450,'_wp_attached_file','2019/10/IMG_2292.jpg'),(3059,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2019/10/IMG_2292.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2292-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2292-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_2292-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567006137\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3116,466,'_elementor_version','2.7.4'),(3117,466,'_elementor_template_type','wp-page'),(3118,466,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3017,444,'_elementor_version','2.7.4'),(3018,444,'_elementor_template_type','wp-page'),(3019,444,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3031,446,'_wp_attached_file','2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg'),(3032,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:401;s:4:\"file\";s:50:\"2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2019-08-01-at-22.57.11-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3037,447,'_elementor_version','2.7.4'),(3038,447,'_elementor_template_type','wp-page'),(3039,447,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3034,447,'_wp_page_template','default'),(3035,447,'_elementor_edit_mode','builder'),(3036,447,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3014,444,'_wp_page_template','default'),(3015,444,'_elementor_edit_mode','builder'),(3016,444,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour Teachers Training courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Playfair Display\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#898181\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"490c902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"89f3857\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customers reviews\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":243,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava4.png\"},\"testimonial_name\":\"Adam Sendler\",\"testimonial_job\":\"Designer\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Mila Kunis\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3053,449,'_elementor_version','2.7.4'),(3054,449,'_elementor_template_type','wp-page'),(3055,449,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3115,466,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3113,466,'_wp_page_template','default'),(3114,466,'_elementor_edit_mode','builder'),(3050,449,'_wp_page_template','default'),(3051,449,'_elementor_edit_mode','builder'),(3052,449,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p><p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p><div><span style=\\\"font-family: \'Minion Pro\'; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: 0px;\\\">\\u00a0<\\/span><\\/div>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":244,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/y9.png\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3140,469,'_wp_attached_file','2019/10/Screenshot-2019-10-07-at-22.50.40.png'),(3141,469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:45:\"2019/10/Screenshot-2019-10-07-at-22.50.40.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2019-10-07-at-22.50.40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2019-10-07-at-22.50.40-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2019-10-07-at-22.50.40-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"Screenshot-2019-10-07-at-22.50.40-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3134,468,'_elementor_version','2.7.4'),(3135,468,'_elementor_template_type','wp-page'),(3136,468,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3142,470,'_wp_page_template','default'),(3143,470,'_elementor_edit_mode','builder'),(3144,470,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":469,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.78,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3131,468,'_wp_page_template','default'),(3132,468,'_elementor_edit_mode','builder'),(3133,468,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3145,470,'_elementor_version','2.7.4'),(3146,470,'_elementor_template_type','wp-page'),(3147,470,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3185,476,'_wp_page_template','default'),(3182,475,'_wp_attached_file','2019/10/Screenshot-2019-10-07-at-22.50.40-1.png'),(3183,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:47:\"2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-10-07-at-22.50.40-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-10-07-at-22.50.40-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-10-07-at-22.50.40-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-10-07-at-22.50.40-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3161,472,'_elementor_version','2.7.4'),(3162,472,'_elementor_template_type','wp-page'),(3163,472,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4632,668,'_elementor_template_type','wp-page'),(4633,668,'_elementor_edit_mode','builder'),(4634,668,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(3186,476,'_elementor_edit_mode','builder'),(3187,476,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3158,472,'_wp_page_template','default'),(3159,472,'_elementor_edit_mode','builder'),(3160,472,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":469,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.78,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Raj Patel\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (3177,474,'_elementor_version','2.7.4'),(3178,474,'_elementor_template_type','wp-page'),(3179,474,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4631,668,'_elementor_version','2.7.4'),(3174,474,'_wp_page_template','default'),(3175,474,'_elementor_edit_mode','builder'),(3176,474,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":469,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3188,476,'_elementor_version','2.7.4'),(3189,476,'_elementor_template_type','wp-page'),(3190,476,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3194,477,'_wp_page_template','default'),(3195,477,'_elementor_edit_mode','builder'),(3196,477,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1100},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]}},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3197,477,'_elementor_version','2.7.4'),(3198,477,'_elementor_template_type','wp-page'),(3199,477,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3203,478,'_wp_page_template','default'),(3204,478,'_elementor_edit_mode','builder'),(3205,478,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1164},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"-24\",\"bottom\":\"-24\",\"left\":\"-24\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"-3\",\"bottom\":\"-3\",\"left\":\"-3\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3206,478,'_elementor_version','2.7.4'),(3207,478,'_elementor_template_type','wp-page'),(3208,478,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3222,480,'_elementor_edit_mode','builder'),(3221,480,'_wp_page_template','default'),(3212,479,'_wp_page_template','default'),(3213,479,'_elementor_edit_mode','builder'),(3214,479,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1164},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"-24\",\"bottom\":\"-24\",\"left\":\"-24\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"-3\",\"bottom\":\"-3\",\"left\":\"-3\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3215,479,'_elementor_version','2.7.4'),(3216,479,'_elementor_template_type','wp-page'),(3217,479,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3223,480,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1164},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"-24\",\"bottom\":\"-24\",\"left\":\"-24\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"-3\",\"bottom\":\"-3\",\"left\":\"-3\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3224,480,'_elementor_version','2.7.4'),(3225,480,'_elementor_template_type','wp-page'),(3226,480,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3230,481,'_wp_page_template','default'),(3231,481,'_elementor_edit_mode','builder'),(3232,481,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1164},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\"},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-21\",\"bottom\":\"-33\",\"left\":\"-21\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"6\",\"bottom\":\"13\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3233,481,'_elementor_version','2.7.4'),(3234,481,'_elementor_template_type','wp-page'),(3235,481,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3239,482,'_wp_page_template','default'),(3240,482,'_elementor_edit_mode','builder'),(3241,482,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1164},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-21\",\"bottom\":\"-33\",\"left\":\"-21\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"6\",\"bottom\":\"13\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3242,482,'_elementor_version','2.7.4'),(3243,482,'_elementor_template_type','wp-page'),(3244,482,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3292,491,'_wp_page_template','default'),(3293,491,'_elementor_edit_mode','builder'),(3294,491,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-21\",\"bottom\":\"-33\",\"left\":\"-21\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"6\",\"bottom\":\"13\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3248,186,'_menu_item_template',''),(3249,186,'_menu_item_mega_template',''),(3250,186,'_menu_item_nolink',''),(3251,186,'_menu_item_category_post',''),(3252,186,'_menu_item_megamenu',''),(3253,186,'_menu_item_megamenu_auto_width',''),(3254,186,'_menu_item_megamenu_col',''),(3255,186,'_menu_item_megamenu_heading',''),(3256,186,'_menu_item_megamenu_widgetarea',''),(3257,186,'_menu_item_icon',''),(4427,634,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572298545970\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-63410000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572296258651\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-63410001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-63410002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572297698153\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-63410003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-63410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3286,490,'_elementor_version','2.7.4'),(3287,490,'_elementor_template_type','wp-page'),(3288,490,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3283,490,'_wp_page_template','default'),(3284,490,'_elementor_edit_mode','builder'),(3285,490,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-21\",\"bottom\":\"-33\",\"left\":\"-21\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"6\",\"bottom\":\"13\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hannah Moselhi\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3295,491,'_elementor_version','2.7.4'),(3296,491,'_elementor_template_type','wp-page'),(3297,491,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3301,492,'_wp_page_template','default'),(3302,492,'_elementor_edit_mode','builder'),(3303,492,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-21\",\"bottom\":\"-33\",\"left\":\"-21\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"6\",\"bottom\":\"13\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3304,492,'_elementor_version','2.7.4'),(3305,492,'_elementor_template_type','wp-page'),(3306,492,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3310,493,'_wp_page_template','default'),(3311,493,'_elementor_edit_mode','builder'),(3312,493,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":23},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-21\",\"bottom\":\"-33\",\"left\":\"-21\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"6\",\"bottom\":\"13\",\"left\":\"6\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":9,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/HHY_logoHigh.png\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (3313,493,'_elementor_version','2.7.4'),(3314,493,'_elementor_template_type','wp-page'),(3315,493,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3319,494,'_wp_page_template','default'),(3320,494,'_elementor_edit_mode','builder'),(3321,494,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":17},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"justify\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-6\",\"bottom\":\"-6\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"-6\",\"bottom\":\"-6\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":200,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6329.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3322,494,'_elementor_version','2.7.4'),(3323,494,'_elementor_template_type','wp-page'),(3324,494,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3330,496,'_wp_page_template','default'),(3331,496,'_elementor_edit_mode','builder'),(3332,496,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3328,495,'_wp_attached_file','2019/10/73159524_2340842979358532_7241609912424333312_o.jpg'),(3329,495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1161;s:4:\"file\";s:59:\"2019/10/73159524_2340842979358532_7241609912424333312_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"73159524_2340842979358532_7241609912424333312_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"73159524_2340842979358532_7241609912424333312_o-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"73159524_2340842979358532_7241609912424333312_o-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"73159524_2340842979358532_7241609912424333312_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3333,496,'_elementor_version','2.7.4'),(3334,496,'_elementor_template_type','wp-page'),(3335,496,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3359,500,'_wp_page_template','default'),(3360,500,'_elementor_edit_mode','builder'),(3361,500,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3339,497,'_wp_page_template','default'),(3340,497,'_elementor_edit_mode','builder'),(3341,497,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":173,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacther1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3342,497,'_elementor_version','2.7.4'),(3343,497,'_elementor_template_type','wp-page'),(3344,497,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3381,504,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Hayden Barile\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3379,504,'_wp_page_template','default'),(3380,504,'_elementor_edit_mode','builder'),(3374,502,'_wp_attached_file','2019/10/HB_head-1-of-2.jpg'),(3375,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:26:\"2019/10/HB_head-1-of-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564159246\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3376,503,'_wp_attached_file','2019/10/HB_head-1-of-2-1.jpg'),(3377,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2019/10/HB_head-1-of-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HB_head-1-of-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"HB_head-1-of-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"HB_head-1-of-2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"HB_head-1-of-2-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564159246\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3388,505,'_wp_page_template','default'),(3389,505,'_elementor_edit_mode','builder'),(3390,505,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3391,505,'_elementor_version','2.7.4'),(3392,505,'_elementor_template_type','wp-page'),(3393,505,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3397,506,'_wp_page_template','default'),(3398,506,'_elementor_edit_mode','builder'),(3399,506,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3400,506,'_elementor_version','2.7.4'),(3401,506,'_elementor_template_type','wp-page'),(3402,506,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3406,507,'_wp_page_template','default'),(3407,507,'_elementor_edit_mode','builder'),(3408,507,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3409,507,'_elementor_version','2.7.4'),(3410,507,'_elementor_template_type','wp-page'),(3411,507,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3415,508,'_wp_page_template','default'),(3416,508,'_elementor_edit_mode','builder'),(3417,508,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3418,508,'_elementor_version','2.7.4'),(3419,508,'_elementor_template_type','wp-page'),(3420,508,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3459,513,'_elementor_edit_mode','builder'),(3458,513,'_wp_page_template','default'),(3424,509,'_wp_page_template','default'),(3425,509,'_elementor_edit_mode','builder'),(3426,509,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":90},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3427,509,'_elementor_version','2.7.4'),(3428,509,'_elementor_template_type','wp-page'),(3429,509,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3519,521,'_wp_page_template','default'),(3520,521,'_elementor_edit_mode','builder'),(3521,521,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (3484,516,'_wp_attached_file','2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg'),(3445,511,'_elementor_version','2.7.4'),(3446,511,'_elementor_template_type','wp-page'),(3447,511,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3485,516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:51:\"2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2019-10-20-at-01.16.241-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3497,518,'_elementor_version','2.7.4'),(3498,518,'_elementor_template_type','wp-page'),(3499,518,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3442,511,'_wp_page_template','default'),(3443,511,'_elementor_edit_mode','builder'),(3444,511,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3461,513,'_elementor_version','2.7.4'),(3462,513,'_elementor_template_type','wp-page'),(3463,513,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3460,513,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3479,515,'_elementor_version','2.7.4'),(3480,515,'_elementor_template_type','wp-page'),(3481,515,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3476,515,'_wp_page_template','default'),(3477,515,'_elementor_edit_mode','builder'),(3478,515,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":174,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Kwok chan\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3528,522,'_wp_page_template','default'),(3529,522,'_elementor_edit_mode','builder'),(3530,522,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3494,518,'_wp_page_template','default'),(3495,518,'_elementor_edit_mode','builder'),(3496,518,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3513,520,'_elementor_version','2.7.4'),(3514,520,'_elementor_template_type','wp-page'),(3515,520,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3510,520,'_wp_page_template','default'),(3511,520,'_elementor_edit_mode','builder'),(3512,520,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"140ed89\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4a521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"51ce132\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How can I edit the masks\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"713aabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ed5822\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"what do I need to open the files ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e18838d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3011dfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"81200a1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Is the font free ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"dd22295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d822492\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How I can edit smart objects ?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3522,521,'_elementor_version','2.7.4'),(3523,521,'_elementor_template_type','wp-page'),(3524,521,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3531,522,'_elementor_version','2.7.4'),(3532,522,'_elementor_template_type','wp-page'),(3533,522,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3569,527,'_wp_page_template','default'),(3570,527,'_elementor_edit_mode','builder'),(3571,527,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3547,524,'_elementor_version','2.7.4'),(3548,524,'_elementor_template_type','wp-page'),(3549,524,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3544,524,'_wp_page_template','default'),(3545,524,'_elementor_edit_mode','builder'),(3546,524,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-59\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"background_overlay_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"-72\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3563,526,'_elementor_version','2.7.4'),(3564,526,'_elementor_template_type','wp-page'),(3565,526,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3560,526,'_wp_page_template','default'),(3561,526,'_elementor_edit_mode','builder'),(3562,526,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3572,527,'_elementor_version','2.7.4'),(3573,527,'_elementor_template_type','wp-page'),(3574,527,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3578,528,'_wp_page_template','default'),(3579,528,'_elementor_edit_mode','builder'),(3580,528,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":175,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/teacher3.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3581,528,'_elementor_version','2.7.4'),(3582,528,'_elementor_template_type','wp-page'),(3583,528,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3589,530,'_wp_page_template','default'),(3590,530,'_elementor_edit_mode','builder'),(3591,530,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":529,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Joseph\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (3586,529,'_wp_attached_file','2019/10/joe1a-2.jpg'),(3587,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2019/10/joe1a-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"joe1a-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"joe1a-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"joe1a-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3592,530,'_elementor_version','2.7.4'),(3593,530,'_elementor_template_type','wp-page'),(3594,530,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3600,532,'_wp_page_template','default'),(3601,532,'_elementor_edit_mode','builder'),(3602,532,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#504992\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"15\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3597,531,'_wp_attached_file','2019/10/joe1a.jpg'),(3598,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:17:\"2019/10/joe1a.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"joe1a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"joe1a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"joe1a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"joe1a-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3603,532,'_elementor_version','2.7.4'),(3604,532,'_elementor_template_type','wp-page'),(3605,532,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3609,533,'_wp_page_template','default'),(3610,533,'_elementor_edit_mode','builder'),(3611,533,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3612,533,'_elementor_version','2.7.4'),(3613,533,'_elementor_template_type','wp-page'),(3614,533,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3644,537,'_elementor_edit_mode','builder'),(3645,537,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3618,534,'_wp_page_template','default'),(3619,534,'_elementor_edit_mode','builder'),(3620,534,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3621,534,'_elementor_version','2.7.4'),(3622,534,'_elementor_template_type','wp-page'),(3623,534,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3643,537,'_wp_page_template','default'),(3627,535,'_wp_page_template','default'),(3628,535,'_elementor_edit_mode','builder'),(3629,535,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"mw0ffet\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It\\u00a0even has a gaming section.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3630,535,'_elementor_version','2.7.4'),(3631,535,'_elementor_template_type','wp-page'),(3632,535,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3668,540,'_wp_page_template','default'),(3669,540,'_elementor_edit_mode','builder'),(3670,540,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3646,537,'_elementor_version','2.7.4'),(3647,537,'_elementor_template_type','wp-page'),(3648,537,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3662,539,'_elementor_version','2.7.4'),(3663,539,'_elementor_template_type','wp-page'),(3664,539,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3659,539,'_wp_page_template','default'),(3660,539,'_elementor_edit_mode','builder'),(3661,539,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1128},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<br \\/>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1140\"},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It\\u00a0takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3671,540,'_elementor_version','2.7.4'),(3672,540,'_elementor_template_type','wp-page'),(3673,540,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3677,541,'_wp_page_template','default'),(3678,541,'_elementor_edit_mode','builder'),(3679,541,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3680,541,'_elementor_version','2.7.4'),(3681,541,'_elementor_template_type','wp-page'),(3682,541,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3864,566,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\",\"id\":548}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3686,542,'_wp_page_template','default'),(3687,542,'_elementor_edit_mode','builder'),(3688,542,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3689,542,'_elementor_version','2.7.4'),(3690,542,'_elementor_template_type','wp-page'),(3691,542,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3695,543,'_wp_page_template','default'),(3696,543,'_elementor_edit_mode','builder'),(3697,543,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (3698,543,'_elementor_version','2.7.4'),(3699,543,'_elementor_template_type','wp-page'),(3700,543,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3843,562,'_elementor_edit_mode','builder'),(3844,562,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3714,545,'_elementor_version','2.7.4'),(3715,545,'_elementor_template_type','wp-page'),(3716,545,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3862,566,'_wp_page_template','default'),(3842,562,'_wp_page_template','default'),(3720,82,'_elementor_edit_mode','builder'),(3723,547,'_wp_attached_file','2019/10/27797411_1467591413350364_123758164304605881_o.jpg'),(3724,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1535;s:4:\"file\";s:58:\"2019/10/27797411_1467591413350364_123758164304605881_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"27797411_1467591413350364_123758164304605881_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"27797411_1467591413350364_123758164304605881_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"27797411_1467591413350364_123758164304605881_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"27797411_1467591413350364_123758164304605881_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"27797411_1467591413350364_123758164304605881_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3725,548,'_wp_attached_file','2019/10/70701256_2288384997937664_7768169213537026048_o.jpg'),(3726,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1245;s:6:\"height\";i:830;s:4:\"file\";s:59:\"2019/10/70701256_2288384997937664_7768169213537026048_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"70701256_2288384997937664_7768169213537026048_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"70701256_2288384997937664_7768169213537026048_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"70701256_2288384997937664_7768169213537026048_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"70701256_2288384997937664_7768169213537026048_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3727,549,'_wp_attached_file','2019/10/27797411_1467591413350364_123758164304605881_o-1.jpg'),(3728,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1023;s:4:\"file\";s:60:\"2019/10/27797411_1467591413350364_123758164304605881_o-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"27797411_1467591413350364_123758164304605881_o-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3863,566,'_elementor_edit_mode','builder'),(3711,545,'_wp_page_template','default'),(3712,545,'_elementor_edit_mode','builder'),(3713,545,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cdd1a10\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1110},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"top\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-29\",\"right\":0,\"bottom\":\"-29\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"51606eae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"60199117\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Who is it for?\",\"description_text\":\"This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. \",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"position\":\"left\",\"section_style_icon\":\"\",\"primary_color\":\"#504992\",\"icon_space\":{\"unit\":\"px\",\"size\":69},\"icon_size\":{\"unit\":\"px\",\"size\":\"23\"},\"icon_padding\":{\"unit\":\"px\",\"size\":20},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_hover\":\"\",\"section_style_content\":\"\",\"heading_title\":\"\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":14},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":41},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":37},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"heading_description\":\"\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"14\"},\"description_typography_font_family\":\"Poppins\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2.2},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.9\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true},\"text_align\":\"center\",\"_background_background\":\"gradient\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"-6\",\"bottom\":\"-12\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"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\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589eb328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"db9f419\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":495,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73159524_2340842979358532_7241609912424333312_o.jpg\"},\"align\":\"right\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":\"\"},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"4\",\"bottom\":\"7\",\"left\":\"28\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-95\",\"left\":\"-1\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#005499\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga <br>Teacher Training Courses\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"-14\",\"bottom\":\"-14\",\"left\":\"-14\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;<\\/span><span style=\\\"font-style: normal; font-variant-caps: normal; font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">India<\\/span><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">)<\\/span><\\/p>\\n<p><span style=\\\"font-family: Montserrat; font-size: 14px; font-weight: 600; letter-spacing: 0.9px;\\\">For more information about Teacher\'s Training Courses please submit your request.<\\/span><\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3.3,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#f80813\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3740,552,'_wp_page_template','elementor_header_footer'),(3741,552,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send an email for training programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#8e8e8e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"900\",\"typography_font_style\":\"italic\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-4\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#b09975\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3739,552,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3748,553,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3736,551,'_wp_attached_file','2019/10/27797411_1467591413350364_123758164304605881_o-2.jpg'),(3737,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2019/10/27797411_1467591413350364_123758164304605881_o-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"27797411_1467591413350364_123758164304605881_o-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3751,553,'_elementor_version','2.7.4'),(3752,553,'_elementor_template_type','wp-page'),(3753,553,'_elementor_edit_mode','builder'),(3756,150,'_elementor_edit_mode','builder'),(3757,150,'_elementor_template_type','wp-page'),(3758,150,'_elementor_version','2.7.5'),(3761,554,'_wp_page_template','elementor_header_footer'),(3762,554,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#878787\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3763,554,'_elementor_version','2.7.4'),(3764,554,'_elementor_template_type','wp-page'),(3765,554,'_elementor_edit_mode','builder'),(3769,555,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3770,555,'_wp_page_template','elementor_header_footer'),(3771,555,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3772,555,'_elementor_version','2.7.4'),(3773,555,'_elementor_template_type','wp-page'),(3774,555,'_elementor_edit_mode','builder'),(3796,558,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3778,556,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3779,556,'_wp_page_template','elementor_header_footer'),(3780,556,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"200\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3781,556,'_elementor_version','2.7.4'),(3782,556,'_elementor_template_type','wp-page'),(3783,556,'_elementor_edit_mode','builder'),(3787,557,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3788,557,'_wp_page_template','elementor_header_footer'),(3789,557,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated<\\/br>with all the news and programs\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3790,557,'_elementor_version','2.7.4'),(3791,557,'_elementor_template_type','wp-page'),(3792,557,'_elementor_edit_mode','builder'),(3797,558,'_wp_page_template','elementor_header_footer'),(3798,558,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3799,558,'_elementor_version','2.7.4'),(3800,558,'_elementor_template_type','wp-page'),(3801,558,'_elementor_edit_mode','builder'),(3805,559,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3806,559,'_wp_page_template','elementor_header_footer'),(3807,559,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3808,559,'_elementor_version','2.7.4'),(3809,559,'_elementor_template_type','wp-page'),(3810,559,'_elementor_edit_mode','builder'),(3834,561,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(3835,561,'_wp_page_template','elementor_header_footer'),(3836,561,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3837,561,'_elementor_version','2.7.4'),(3838,561,'_elementor_template_type','wp-page'),(3839,561,'_elementor_edit_mode','builder'),(3845,562,'_elementor_version','2.7.4'),(3846,562,'_elementor_template_type','wp-page'),(3847,562,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3871,567,'_wp_page_template','default'),(3872,567,'_elementor_edit_mode','builder'),(3873,567,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\",\"id\":548}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":176,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/study-box_1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3865,566,'_elementor_version','2.7.4'),(3866,566,'_elementor_template_type','wp-page'),(3867,566,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3857,564,'_wp_attached_file','2019/10/70586956_2288386291270868_7185025595200241664_o.jpg'),(3858,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:59:\"2019/10/70586956_2288386291270868_7185025595200241664_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"70586956_2288386291270868_7185025595200241664_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"70586956_2288386291270868_7185025595200241664_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"70586956_2288386291270868_7185025595200241664_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"70586956_2288386291270868_7185025595200241664_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3859,565,'_wp_attached_file','2019/10/71806047_2288396797936484_7753950329166626816_o.jpg'),(3860,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:1296;s:4:\"file\";s:59:\"2019/10/71806047_2288396797936484_7753950329166626816_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"71806047_2288396797936484_7753950329166626816_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"71806047_2288396797936484_7753950329166626816_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"71806047_2288396797936484_7753950329166626816_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"71806047_2288396797936484_7753950329166626816_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3874,567,'_elementor_version','2.7.4'),(3875,567,'_elementor_template_type','wp-page'),(3876,567,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3894,570,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3893,570,'_elementor_template_type','wp-page'),(3892,570,'_elementor_version','2.7.4'),(3891,570,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":177,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/library.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3890,570,'_elementor_edit_mode','builder'),(3889,570,'_wp_page_template','default'),(3886,569,'_wp_attached_file','2019/10/70620720_2288394514603379_5050946166468902912_o.jpg'),(3887,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:59:\"2019/10/70620720_2288394514603379_5050946166468902912_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"70620720_2288394514603379_5050946166468902912_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"70620720_2288394514603379_5050946166468902912_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"70620720_2288394514603379_5050946166468902912_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"70620720_2288394514603379_5050946166468902912_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3898,571,'_wp_page_template','default'),(3899,571,'_elementor_edit_mode','builder'),(3900,571,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"-13\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3901,571,'_elementor_version','2.7.4'),(3902,571,'_elementor_template_type','wp-page'),(3903,571,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3908,572,'_wp_page_template','default'),(3909,572,'_elementor_edit_mode','builder'),(3910,572,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3911,572,'_elementor_version','2.7.4'),(3912,572,'_elementor_template_type','wp-page'),(3913,572,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3949,577,'_wp_page_template','default'),(3950,577,'_elementor_edit_mode','builder'),(3951,577,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3927,574,'_elementor_version','2.7.4'),(3928,574,'_elementor_template_type','wp-page'),(3929,574,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3966,579,'_elementor_edit_mode','builder'),(3967,579,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3924,574,'_wp_page_template','default'),(3925,574,'_elementor_edit_mode','builder'),(3926,574,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (3943,576,'_elementor_version','2.7.4'),(3944,576,'_elementor_template_type','wp-page'),(3945,576,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3965,579,'_wp_page_template','default'),(3940,576,'_wp_page_template','default'),(3941,576,'_elementor_edit_mode','builder'),(3942,576,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"64f79da9\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-fort-awesome\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3952,577,'_elementor_version','2.7.4'),(3953,577,'_elementor_template_type','wp-page'),(3954,577,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4629,668,'_wp_page_template','elementor_header_footer'),(4630,668,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3968,579,'_elementor_version','2.7.4'),(3969,579,'_elementor_template_type','wp-page'),(3970,579,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3974,580,'_wp_page_template','default'),(3975,580,'_elementor_edit_mode','builder'),(3976,580,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3977,580,'_elementor_version','2.7.4'),(3978,580,'_elementor_template_type','wp-page'),(3979,580,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3983,581,'_wp_page_template','default'),(3984,581,'_elementor_edit_mode','builder'),(3985,581,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"-29\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3986,581,'_elementor_version','2.7.4'),(3987,581,'_elementor_template_type','wp-page'),(3988,581,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(3992,582,'_wp_page_template','default'),(3993,582,'_elementor_edit_mode','builder'),(3994,582,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3995,582,'_elementor_version','2.7.4'),(3996,582,'_elementor_template_type','wp-page'),(3997,582,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4006,583,'_wp_page_template','default'),(4007,583,'_elementor_edit_mode','builder'),(4008,583,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"tab_active_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4009,583,'_elementor_version','2.7.4'),(4010,583,'_elementor_template_type','wp-page'),(4011,583,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4015,584,'_wp_page_template','default'),(4016,584,'_elementor_edit_mode','builder'),(4017,584,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br \\/><br \\/><\\/p><p>Teachers\\u2019 Training and courses currently available:<\\/p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |\\u00a0India)<\\/p><p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"-13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4018,584,'_elementor_version','2.7.4'),(4019,584,'_elementor_template_type','wp-page'),(4020,584,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4033,586,'_wp_page_template','default'),(4024,585,'_wp_page_template','default'),(4025,585,'_elementor_edit_mode','builder'),(4026,585,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"-5\",\"bottom\":\"-7\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"-23\",\"bottom\":\"-23\",\"left\":\"-23\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"17\",\"left\":\"9\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4027,585,'_elementor_version','2.7.4'),(4028,585,'_elementor_template_type','wp-page'),(4029,585,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4034,586,'_elementor_edit_mode','builder'),(4035,586,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4036,586,'_elementor_version','2.7.4'),(4037,586,'_elementor_template_type','wp-page'),(4038,586,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4042,587,'_wp_page_template','default'),(4043,587,'_elementor_edit_mode','builder'),(4044,587,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4045,587,'_elementor_version','2.7.4'),(4046,587,'_elementor_template_type','wp-page'),(4047,587,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4051,588,'_wp_page_template','default'),(4052,588,'_elementor_edit_mode','builder'),(4053,588,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4054,588,'_elementor_version','2.7.4'),(4055,588,'_elementor_template_type','wp-page'),(4056,588,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4072,590,'_elementor_version','2.7.4'),(4073,590,'_elementor_template_type','wp-page'),(4074,590,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4079,591,'_elementor_edit_mode','builder'),(4080,591,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (4069,590,'_wp_page_template','default'),(4070,590,'_elementor_edit_mode','builder'),(4071,590,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4078,591,'_wp_page_template','default'),(4081,591,'_elementor_version','2.7.4'),(4082,591,'_elementor_template_type','wp-page'),(4083,591,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4087,592,'_wp_page_template','default'),(4088,592,'_elementor_edit_mode','builder'),(4089,592,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4090,592,'_elementor_version','2.7.4'),(4091,592,'_elementor_template_type','wp-page'),(4092,592,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4152,599,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4096,593,'_wp_page_template','default'),(4097,593,'_elementor_edit_mode','builder'),(4098,593,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4099,593,'_elementor_version','2.7.4'),(4100,593,'_elementor_template_type','wp-page'),(4101,593,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4151,599,'_elementor_edit_mode','builder'),(4105,594,'_wp_page_template','default'),(4106,594,'_elementor_edit_mode','builder'),(4107,594,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4108,594,'_elementor_version','2.7.4'),(4109,594,'_elementor_template_type','wp-page'),(4110,594,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4114,595,'_wp_page_template','default'),(4115,595,'_elementor_edit_mode','builder'),(4116,595,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":4.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4117,595,'_elementor_version','2.7.4'),(4118,595,'_elementor_template_type','wp-page'),(4119,595,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4123,596,'_wp_page_template','default'),(4124,596,'_elementor_edit_mode','builder'),(4125,596,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4126,596,'_elementor_version','2.7.4'),(4127,596,'_elementor_template_type','wp-page'),(4128,596,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4150,599,'_wp_page_template','default'),(4132,597,'_wp_page_template','default'),(4133,597,'_elementor_edit_mode','builder'),(4134,597,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aabe26f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1643eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a0aee07\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon\":\"fa fa-graduation-cap\",\"link\":{\"is_external\":\"\",\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\"},\"section_style_icon\":\"\",\"primary_color\":\"#22b3a4\",\"size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"rotate\":{\"unit\":\"deg\",\"size\":0},\"section_hover\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5b42952\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Training Course\",\"link\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/130\\/Himalayan-Hatha-Yoga-100-hours.html\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4135,597,'_elementor_version','2.7.4'),(4136,597,'_elementor_template_type','wp-page'),(4137,597,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4161,600,'_elementor_edit_mode','builder'),(4162,600,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7673873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details\\u00a0<\\/span><a style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\" href=\\\"http:\\/\\/yogiashokananda.com\\/info\\/40\\/Himalayan-Hatha-Yoga.html\\\">here<\\/a><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4153,599,'_elementor_version','2.7.4'),(4154,599,'_elementor_template_type','wp-page'),(4155,599,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4163,600,'_elementor_version','2.7.4'),(4164,600,'_elementor_template_type','wp-page'),(4165,600,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4172,601,'_elementor_version','2.7.4'),(4173,601,'_elementor_template_type','wp-page'),(4174,601,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4198,604,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4190,603,'_elementor_version','2.7.4'),(4191,603,'_elementor_template_type','wp-page'),(4192,603,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4256,611,'_elementor_edit_mode','builder'),(4205,605,'_wp_page_template','default'),(4206,605,'_elementor_edit_mode','builder'),(4196,604,'_wp_page_template','default'),(4197,604,'_elementor_edit_mode','builder'),(4187,603,'_wp_page_template','default'),(4188,603,'_elementor_edit_mode','builder'),(4189,603,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (4257,611,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4199,604,'_elementor_version','2.7.4'),(4200,604,'_elementor_template_type','wp-page'),(4201,604,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4207,605,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4208,605,'_elementor_version','2.7.4'),(4209,605,'_elementor_template_type','wp-page'),(4210,605,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4255,611,'_wp_page_template','default'),(4216,606,'_wp_page_template','default'),(4217,606,'_elementor_edit_mode','builder'),(4218,606,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4219,606,'_elementor_version','2.7.4'),(4220,606,'_elementor_template_type','wp-page'),(4221,606,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4225,607,'_wp_page_template','default'),(4226,607,'_elementor_edit_mode','builder'),(4227,607,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/p><p><span style=\\\"font-size: 15px;\\\">Teachers\\u2019 Training and courses currently available:<\\/span><\\/p>\\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<\\/p>\\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week \\/ 21 days course |&nbsp;India)<\\/p>\\n<p>For more information about Teacher\\u2019s Training Courses please submit your request.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"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\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4228,607,'_elementor_version','2.7.4'),(4229,607,'_elementor_template_type','wp-page'),(4230,607,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4238,609,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">About Simple</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"200px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Who we are\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:27:\"A team that loves to create\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:948:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"What we do\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:15:\"Keep it simple \";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4239,609,'_elementor_controls_usage','a:0:{}'),(4240,609,'_wp_page_template','elementor_header_footer'),(4241,609,'_elementor_edit_mode','builder'),(4242,609,'_elementor_template_type','wp-page'),(4243,609,'_elementor_version','2.7.4'),(4244,609,'_thumbnail_id','551'),(4245,609,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4247,610,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">About Simple</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"200px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:0:\"\";s:12:\"heading_size\";s:4:\"38px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Who we are\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:27:\"A team that loves to create\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:948:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"What we do\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:15:\"Keep it simple \";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#333333\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4249,610,'_wp_page_template','elementor_header_footer'),(4250,610,'_elementor_edit_mode','builder'),(4251,610,'_elementor_template_type','wp-page'),(4252,610,'_elementor_version','2.7.4'),(4253,610,'_thumbnail_id','551'),(4254,610,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{\\\"><p>[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{\\\" \\/><\\/p><h1>About\\\\u00a0Simple&lt;\\\\\\/h1&gt;\\\",\\\"background\\\":{\\\"image\\\":0,\\\"image_fallback\\\":\\\"https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135\\\",\\\"opacity\\\":100,\\\"color\\\":\\\"#333333\\\",\\\"url\\\":\\\"\\\",\\\"so_field_container_state\\\":\\\"open\\\",\\\"new_window\\\":false,\\\"videos\\\":[],\\\"size\\\":false,\\\"image_type\\\":\\\"cover\\\"},\\\"buttons\\\":[]}],\\\"controls\\\":{\\\"speed\\\":800,\\\"timeout\\\":8000,\\\"nav_color_hex\\\":\\\"#FFFFFF\\\",\\\"nav_style\\\":\\\"thin\\\",\\\"nav_size\\\":25,\\\"so_field_container_state\\\":\\\"open\\\",\\\"nav_always_show_mobile\\\":false,\\\"swipe\\\":false,\\\"background_video_mobile\\\":false},\\\"design\\\":{\\\"padding\\\":\\\"200px\\\",\\\"extra_top_padding\\\":\\\"0px\\\",\\\"padding_sides\\\":\\\"20px\\\",\\\"width\\\":\\\"1280px\\\",\\\"heading_font\\\":\\\"\\\",\\\"heading_size\\\":\\\"38px\\\",\\\"heading_shadow\\\":50,\\\"text_size\\\":\\\"16px\\\",\\\"so_field_container_state\\\":\\\"open\\\",\\\"height\\\":false,\\\"height_responsive\\\":false,\\\"heading_color\\\":false,\\\"fittext\\\":false,\\\"fittext_compressor\\\":0,\\\"text_color\\\":false,\\\"text_font\\\":\\\"\\\",\\\"text_shadow\\\":0,\\\"link_color\\\":false,\\\"link_color_hover\\\":false},\\\"_sow_form_id\\\":\\\"5635bab5be565\\\",\\\"so_sidebar_emulator_id\\\":\\\"sow-hero-14510000\\\",\\\"option_name\\\":\\\"widget_sow-hero\\\"},\\\"args\\\":{\\\"before_widget\\\":\\\"<\\/h1><div id=\\\"\\\\&quot;panel-145-0-0-0\\\\&quot;\\\" class=\\\"\\\\&quot;so-panel\\\" data-index=\\\"\\\\&quot;0\\\\&quot;\\\" data-style=\\\"\\\\&quot;{&quot;background_display&quot;:&quot;tile&quot;}\\\\&quot;\\\"><p>\\\",\\\"after_widget\\\":\\\"&lt;\\\\\\/div&gt;\\\",\\\"before_title\\\":\\\"<\\/p><h3 class=\\\"\\\\&quot;widget-title\\\\&quot;\\\">\\\",\\\"after_title\\\":\\\"&lt;\\\\\\/h3&gt;\\\",\\\"widget_id\\\":\\\"widget-0-0-0\\\"}}\\\" \\/&gt;[\\/siteorigin_widget]<\\/h3><\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{\\\"><p>[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{\\\" width=\\\"\\\" align=\\\"\\\" \\/><\\/p><div id=\\\"\\\\&quot;panel-145-1-0-0\\\\&quot;\\\" class=\\\"\\\\&quot;so-panel\\\" data-index=\\\"\\\\&quot;1\\\\&quot;\\\" data-style=\\\"\\\\&quot;{&quot;background_display&quot;:&quot;tile&quot;}\\\\&quot;\\\"><p>\\\",\\\"after_widget\\\":\\\"&lt;\\\\\\/div&gt;\\\",\\\"before_title\\\":\\\"<\\/p><h3 class=\\\"\\\\&quot;widget-title\\\\&quot;\\\">\\\",\\\"after_title\\\":\\\"&lt;\\\\\\/h3&gt;\\\",\\\"widget_id\\\":\\\"widget-1-0-0\\\"}}\\\" \\/&gt;[\\/siteorigin_widget]<\\/h3><\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{\\\"><p>[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{\\\" width=\\\"\\\" align=\\\"\\\" \\/><\\/p><div id=\\\"\\\\&quot;panel-145-1-1-0\\\\&quot;\\\" class=\\\"\\\\&quot;so-panel\\\" data-index=\\\"\\\\&quot;3\\\\&quot;\\\" data-style=\\\"\\\\&quot;{&quot;background_display&quot;:&quot;tile&quot;}\\\\&quot;\\\"><p>\\\",\\\"after_widget\\\":\\\"&lt;\\\\\\/div&gt;\\\",\\\"before_title\\\":\\\"<\\/p><h3 class=\\\"\\\\&quot;widget-title\\\\&quot;\\\">\\\",\\\"after_title\\\":\\\"&lt;\\\\\\/h3&gt;\\\",\\\"widget_id\\\":\\\"widget-1-1-0\\\"}}\\\" \\/&gt;[\\/siteorigin_widget]<\\/h3><\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4258,611,'_elementor_version','2.7.4'),(4259,611,'_elementor_template_type','wp-page'),(4260,611,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4264,612,'_wp_page_template','default'),(4265,612,'_elementor_edit_mode','builder'),(4266,612,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4267,612,'_elementor_version','2.7.4'),(4268,612,'_elementor_template_type','wp-page'),(4269,612,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4275,613,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4276,613,'_elementor_version','2.7.4'),(4277,613,'_elementor_template_type','wp-page'),(4278,613,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4299,616,'_wp_page_template','default'),(4300,616,'_elementor_edit_mode','builder'),(4301,616,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4293,615,'_elementor_version','2.7.4'),(4294,615,'_elementor_template_type','wp-page'),(4295,615,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4292,615,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acdd762\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Information \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f80813\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ\\/viewform\",\"is_external\":\"on\",\"nofollow\":\"\"},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.8,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4290,615,'_wp_page_template','default'),(4291,615,'_elementor_edit_mode','builder'),(4302,616,'_elementor_version','2.7.4'),(4303,616,'_elementor_template_type','wp-page'),(4304,616,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4311,617,'_elementor_version','2.7.4'),(4312,617,'_elementor_template_type','wp-page'),(4313,617,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4951,716,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4339,621,'_wp_page_template','default'),(4340,621,'_elementor_edit_mode','builder'),(4341,621,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda and currently taught by many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4317,618,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:154:\"<h1 style=\"text-align: left;\">WORK HARD, PLAY HARD</h1><h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1><p>[buttons]</p>\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"300px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"50px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:21:\"Our Training Teachers\";s:15:\"destination_url\";s:97:\"https://himalayanhathayoga.com/category/himalayan-hatha-yoga-teachers/yogiville-gurukul-teachers/\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:13:\"1569670926758\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"150px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"84px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";d:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670771339\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010009\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-15010012\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010014\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-15010015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010017\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-15010020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-15010023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4318,618,'_elementor_controls_usage','a:0:{}'),(4319,618,'_wp_page_template','default'),(4320,618,'_elementor_edit_mode','builder'),(4321,618,'_elementor_template_type','wp-page'),(4322,618,'_elementor_version','2.7.5'),(4324,619,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:157:\"<h1 style=\"text-align: left;\">HIMALAYAN HATHA YOGA</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572294012993\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-61910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-61910001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-61910002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-61910003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-61910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-61910005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-61910006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-61910007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:21:\"Our Training Teachers\";s:15:\"destination_url\";s:97:\"https://himalayanhathayoga.com/category/himalayan-hatha-yoga-teachers/yogiville-gurukul-teachers/\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:13:\"1569670926758\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-61910008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"150px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"84px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670771339\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-61910009\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-61910010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-61910011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-61910012\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-61910013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-61910014\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-61910015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-61910016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-61910017\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-61910018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-61910019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-61910020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-61910021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-61910022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-61910023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wpvq_postmeta` VALUES (4325,150,'_yoast_wpseo_content_score','60'),(4326,619,'_elementor_controls_usage','a:0:{}'),(4327,619,'_wp_page_template','default'),(4328,619,'_elementor_edit_mode','builder'),(4329,619,'_elementor_template_type','wp-page'),(4330,619,'_elementor_version','2.7.4'),(5013,724,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572558847389\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(4332,620,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:157:\"<h1 style=\"text-align: left;\">HIMALAYAN HATHA YOGA</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">LIVE STRONG</span></h1>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572294012993\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:472:\"<h1>CHEK OUT OUR</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">MEMBERSHIP</span></h1>\n<p>Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio</p>\n<p>scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam</p>\n<p>suscipit, tortor eros placerat est, vel semper orci felis quis nisl.</p>\n<p>Donec volutpat consectetur molestie.</p>\n<h3><span style=\"color: #f46455;\">$155 / month</span></h3>\n<p> </p>\n<p> </p>\n<p> </p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:5:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=408&preview=true\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:1:\"0\";s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";s:2:\"on\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}}}s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828732_1920.jpg#1920x1275\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:1:\"0\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"50\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d3743f02af\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010007\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f9f22f8a-3cb7-4a05-a7b1-b315faf445ce\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:21:\"Our Training Teachers\";s:15:\"destination_url\";s:97:\"https://himalayanhathayoga.com/category/himalayan-hatha-yoga-teachers/yogiville-gurukul-teachers/\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Dosis:600\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"569d34401b6b7\";s:19:\"_sow_form_timestamp\";s:13:\"1569670926758\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f8599878-2286-4e4b-b66e-62866e0a4d49\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:18:{s:8:\"features\";a:6:{i:0;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:245;s:15:\"icon_image_size\";s:9:\"thumbnail\";s:5:\"title\";s:25:\"Body sculpturing programs\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:9:\"read more\";s:8:\"more_url\";s:8:\"post: 46\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:22:\"Weight gaining program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:21:\"Boxing sports classes\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:3;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Cardio training program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:4;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:19:\"Healthy eating plan\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:5;a:12:{s:15:\"container_color\";s:7:\"#404040\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fas-check\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:23:\"Weight reducing program\";s:4:\"text\";s:207:\"<p>Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"150px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"84px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"569d35145f2e0\";s:19:\"_sow_form_timestamp\";s:13:\"1569670771339\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010009\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"ec0a8b09-b471-4ddd-894d-a256f3996ba1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:183:\"<h1 style=\"text-align: center;\">Train[ed]</h1>\n<p style=\"text-align: center;\">Specialized training for all round strength and fitness</p>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:12:\"Book a class\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/training-603981_1920.jpg#1920x1182\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"20041342455d8f402e5dae0113175487\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010010\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"de89eb1b-c6f7-434d-b6c0-175a6b3cbea7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:8:\"ABOUT US\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#dd3333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#3c3c3c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"7712824755d8f3ec08d83b749906907\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"fb25ac31-3dfc-42d1-82a0-ac8c3fd0ecc0\";s:5:\"style\";a:3:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:4:\"text\";s:19:\"request  prospectus\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#dd3333\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"12411648255d8f3ee190f3f433452679\";s:19:\"_sow_form_timestamp\";s:13:\"1569669153744\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-15010012\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a167ed1-3b05-4a1c-8556-f0e4c93400bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:11:\"OUR CLASSES\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010013\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"996c488c-85de-434f-bbfa-c8a38ac1672c\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:27:\"fontawesome-sow-fas-bicycle\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:6:\"CARDIO\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-heartbeat\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"WEIGHTS\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#dd3333\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:25:\"fontawesome-sow-fab-apple\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:9:\"NUTRITION\";s:4:\"text\";s:144:\"<p>Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:13:\"Find out more\";s:8:\"more_url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:5:\"125px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"50px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"4558516635d8f408d0e1be078357981\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010014\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"ea5215cb-e33d-453a-9e44-ef5cb9a7452f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:20:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:6:\"adidas\";s:6:\"number\";s:2:\"10\";s:7:\"columns\";s:9:\"style-one\";s:6:\"margin\";s:6:\"margin\";s:4:\"size\";s:5:\"small\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:14:\"display_header\";s:2:\"no\";s:6:\"avatar\";s:0:\"\";s:14:\"picture_radius\";s:7:\"rounded\";s:12:\"display_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"header_position\";s:6:\"before\";s:12:\"header_align\";s:4:\"left\";s:6:\"target\";s:5:\"blank\";s:6:\"follow\";s:9:\"Follow Us\";s:22:\"so_sidebar_emulator_id\";s:24:\"ocean_instagram-15010015\";s:11:\"option_name\";s:22:\"widget_ocean_instagram\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"Ocean_Extra_Instagram_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ac1f00eb-96f8-4dde-bca2-eece3280ae4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:31:\"3985659465d8f44d94a290839170818\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010016\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"cef7f095-3efc-46f4-90a1-4e3cb2f3f12f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:18:{s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"84px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"24px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"10186465605d8f451617af5511099232\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"features\";a:0:{}s:16:\"icon_size_custom\";b:0;s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-15010017\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"3493ed11-7238-4658-a495-c99e18ffb615\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:114:\"\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"05103d32-0db2-44eb-bbc8-0d6ae813b449\";s:5:\"style\";a:2:{s:7:\"padding\";s:23:\"100px 100px 100px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"MEMBERSHIP\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#dd3333\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#3c3c3c\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010019\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"35a6d1dc-aa60-4a0a-9f6a-1bcc699c91f2\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:14:{s:5:\"title\";s:0:\"\";s:7:\"columns\";a:3:{i:0;a:11:{s:5:\"title\";s:6:\"Silver\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$15\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:1;a:11:{s:5:\"title\";s:8:\"Platinum\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$25\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}i:2;a:11:{s:5:\"title\";s:4:\"Gold\";s:8:\"subtitle\";s:0:\"\";s:5:\"image\";i:0;s:11:\"image_title\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";s:5:\"price\";s:3:\"$35\";s:3:\"per\";s:5:\"Month\";s:6:\"button\";s:11:\"SIGN UP NOW\";s:3:\"url\";s:66:\"http://layouts.siteorigin.com/?post_type=layout&p=348&preview=true\";s:8:\"features\";a:3:{i:0;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:1;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}i:2;a:4:{s:4:\"text\";s:21:\"Aenean efficitur orci\";s:5:\"hover\";s:0:\"\";s:8:\"icon_new\";s:0:\"\";s:10:\"icon_color\";b:0;}}s:8:\"featured\";b:0;}}s:5:\"theme\";s:4:\"atom\";s:12:\"header_color\";s:7:\"#dd3333\";s:21:\"featured_header_color\";b:0;s:12:\"button_color\";b:0;s:21:\"featured_button_color\";b:0;s:12:\"_sow_form_id\";s:32:\"12500957675d8f405763b40551382840\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:17:\"button_new_window\";b:0;s:20:\"equalize_row_heights\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-price-table-15010020\";s:11:\"option_name\";s:22:\"widget_sow-price-table\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widget_PriceTable_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"f45cccce-a9c0-4447-bdcc-56d74bf9a123\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:10:\"CONTACT US\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:313:\"Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#5c5c5c\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-15010021\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"530656f9-1001-4045-a6a0-094166916934\";s:5:\"style\";a:2:{s:7:\"padding\";s:19:\"0px 100px 0px 100px\";s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:887:\"<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010022\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"1906a503-5d1f-4c2e-aaa3-e799720274b6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:11:{s:10:\"map_center\";a:2:{s:4:\"name\";s:45:\"138 Bree Street, Cape Town, South Africa 8001\";s:8:\"location\";s:33:\"(-33.9229879, 18.416059099999984)\";}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:39:\"AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo\";s:24:\"so_field_container_state\";s:4:\"open\";}s:8:\"settings\";a:15:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:15:\"destination_url\";s:0:\"\";s:4:\"zoom\";i:16;s:11:\"scroll_zoom\";b:1;s:9:\"draggable\";b:1;s:14:\"fallback_image\";i:0;s:19:\"fallback_image_size\";s:4:\"full\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;s:11:\"mobile_zoom\";i:0;s:16:\"gesture_handling\";s:6:\"greedy\";}s:7:\"markers\";a:7:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:13:\"info_multiple\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:8:\"raw_json\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:1415:\"[{\"featureType\":\"all\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"featureType\":\"all\",\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"all\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]}]\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:9:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:17:\"preserve_viewport\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:12:\"_sow_form_id\";s:32:\"13700448065c64fbacef541649444280\";s:19:\"_sow_form_timestamp\";s:13:\"1550121902015\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-google-map-15010023\";s:11:\"option_name\";s:21:\"widget_sow-google-map\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"593a2d41-e3d2-43c0-b468-02164c0acd91\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"50px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:27:\"background_image_attachment\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/crossfit-534615_1920.jpg#1920x1280\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:8:\"parallax\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:8:\"75px 0px\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:16:\"75px 0px 0px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:8:\"75px 0px\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:6:\"center\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4333,620,'_elementor_controls_usage','a:0:{}'),(4334,620,'_wp_page_template','default'),(4335,620,'_elementor_edit_mode','builder'),(4336,620,'_elementor_template_type','wp-page'),(4337,620,'_elementor_version','2.7.4'),(4342,621,'_elementor_version','2.7.4'),(4343,621,'_elementor_template_type','wp-page'),(4344,621,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4369,625,'_wp_page_template','default'),(4370,625,'_elementor_edit_mode','builder'),(4371,625,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4349,622,'_wp_attached_file','2019/10/YogiAshokananda-4833.jpg'),(4350,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2019/10/YogiAshokananda-4833.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4833-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4833-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4833-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"YogiAshokananda-4833-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4833-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4351,623,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572295550354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-62310000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572295255574\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-62310001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-62310002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572295312920\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-62310003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-62310004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4352,623,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4353,623,'_wp_page_template','elementor_header_footer'),(4354,623,'_elementor_edit_mode','builder'),(4355,623,'_elementor_template_type','wp-page'),(4356,623,'_elementor_version','2.7.4'),(4357,623,'_thumbnail_id','551'),(4358,623,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4360,624,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572295550354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572295255574\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572295312920\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#e0e0e0\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4361,624,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4362,624,'_wp_page_template','elementor_header_footer'),(4363,624,'_elementor_edit_mode','builder'),(4364,624,'_elementor_template_type','wp-page'),(4365,624,'_elementor_version','2.7.4'),(4366,624,'_thumbnail_id','551'),(4367,624,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4372,625,'_elementor_version','2.7.4'),(4373,625,'_elementor_template_type','wp-page'),(4374,625,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4378,626,'_wp_page_template','default'),(4379,626,'_elementor_edit_mode','builder'),(4380,626,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4381,626,'_elementor_version','2.7.4'),(4382,626,'_elementor_template_type','wp-page'),(4383,626,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4460,641,'_wp_page_template','default'),(4461,641,'_elementor_edit_mode','builder'),(4462,641,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.15)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4387,627,'_wp_attached_file','2019/10/YogiAshokananda_JPerugia-7648.jpg'),(4388,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:849;s:4:\"file\";s:41:\"2019/10/YogiAshokananda_JPerugia-7648.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7648-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7648-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7648-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"YogiAshokananda_JPerugia-7648-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7648-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315667123\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4389,628,'_wp_attached_file','2019/10/SYC_Portraits_JPerugia-1639.jpg'),(4390,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2360;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/10/SYC_Portraits_JPerugia-1639.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SYC_Portraits_JPerugia-1639-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4391,629,'_wp_attached_file','2019/10/YogiAshokananda-4833-1.jpg'),(4392,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2835;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/10/YogiAshokananda-4833-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-1-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-1-768x271.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"YogiAshokananda-4833-1-1024x361.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4393,630,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572297508032\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-63010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572296258651\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-63010001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-63010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572297698153\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-63010003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-63010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4394,630,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4395,630,'_wp_page_template','elementor_header_footer'),(4396,630,'_elementor_edit_mode','builder'),(4397,630,'_elementor_template_type','wp-page'),(4398,630,'_elementor_version','2.7.4'),(4399,630,'_thumbnail_id','551'),(4400,630,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4679,676,'_elementor_version','2.7.4'),(4680,676,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4402,631,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572297508032\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572296258651\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572297698153\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4403,631,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4404,631,'_wp_page_template','elementor_header_footer'),(4405,631,'_elementor_edit_mode','builder'),(4406,631,'_elementor_template_type','wp-page'),(4407,631,'_elementor_version','2.7.4'),(4408,631,'_thumbnail_id','551'),(4409,631,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4412,632,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4413,632,'_wp_page_template','elementor_header_footer'),(4414,632,'_elementor_edit_mode','builder'),(4415,632,'_elementor_template_type','wp-page'),(4416,632,'_elementor_version','2.7.4'),(4417,632,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4678,676,'_elementor_template_type','wp-page'),(4419,633,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572297508032\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572296258651\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572297698153\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:930:\"<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4420,633,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4421,633,'_wp_page_template','elementor_header_footer'),(4422,633,'_elementor_edit_mode','builder'),(4423,633,'_elementor_template_type','wp-page'),(4424,633,'_elementor_version','2.7.4'),(4425,633,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4428,634,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4429,634,'_wp_page_template','elementor_header_footer'),(4430,634,'_elementor_edit_mode','builder'),(4431,634,'_elementor_template_type','wp-page'),(4432,634,'_elementor_version','2.7.4'),(4433,634,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4675,676,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4676,676,'_wp_page_template','elementor_header_footer'),(4677,676,'_elementor_edit_mode','builder'),(4435,635,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572298545970\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572296258651\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572297698153\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4436,635,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4437,635,'_wp_page_template','elementor_header_footer'),(4438,635,'_elementor_edit_mode','builder'),(4439,635,'_elementor_template_type','wp-page'),(4440,635,'_elementor_version','2.7.4'),(4441,635,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4463,641,'_elementor_version','2.7.4'),(4464,641,'_elementor_template_type','wp-page'),(4465,641,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4469,642,'_wp_page_template','default'),(4470,642,'_elementor_edit_mode','builder'),(4471,642,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4472,642,'_elementor_version','2.7.4'),(4473,642,'_elementor_template_type','wp-page'),(4474,642,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4488,644,'_elementor_version','2.7.4'),(4489,644,'_elementor_template_type','wp-page'),(4490,644,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4562,658,'_wp_page_template','default'),(4563,658,'_elementor_edit_mode','builder'),(4564,658,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4494,645,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572301119361\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-64510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-64510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-64510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-64510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-64510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4485,644,'_wp_page_template','default'),(4486,644,'_elementor_edit_mode','builder'),(4487,644,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cd04211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4495,645,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4496,645,'_wp_page_template','elementor_header_footer'),(4497,645,'_elementor_edit_mode','builder'),(4498,645,'_elementor_template_type','wp-page'),(4499,645,'_elementor_version','2.7.4'),(4500,645,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4502,646,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:629;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572301119361\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4503,646,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4504,646,'_wp_page_template','elementor_header_footer'),(4505,646,'_elementor_edit_mode','builder'),(4506,646,'_elementor_template_type','wp-page'),(4507,646,'_elementor_version','2.7.4'),(4508,646,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4524,651,'_wp_attached_file','2019/10/YogiAshokananda-4833-2.jpg'),(4525,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4412;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/10/YogiAshokananda-4833-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"YogiAshokananda-4833-2-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-2-768x174.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"YogiAshokananda-4833-2-1024x232.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4833-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4526,652,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:651;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572302358452\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-65210000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-65210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-65210002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-65210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-65210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4527,652,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4528,652,'_wp_page_template','elementor_header_footer'),(4529,652,'_elementor_edit_mode','builder'),(4530,652,'_elementor_template_type','wp-page'),(4531,652,'_elementor_version','2.7.4'),(4532,652,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4534,653,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:651;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572302358452\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4535,653,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4536,653,'_wp_page_template','elementor_header_footer'),(4537,653,'_elementor_edit_mode','builder'),(4538,653,'_elementor_template_type','wp-page'),(4539,653,'_elementor_version','2.7.4'),(4540,653,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4542,654,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:651;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572302358452\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-65410000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-65410001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-65410002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-65410003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-65410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4543,654,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4544,654,'_wp_page_template','elementor_header_footer'),(4545,654,'_elementor_edit_mode','builder'),(4546,654,'_elementor_template_type','wp-page'),(4547,654,'_elementor_version','2.7.4'),(4548,654,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4550,655,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:651;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"200px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635bab5be565\";s:19:\"_sow_form_timestamp\";s:13:\"1572302358452\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3f20cfa0-7348-4c50-97f7-a47e323df5da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4551,655,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4552,655,'_wp_page_template','elementor_header_footer'),(4553,655,'_elementor_edit_mode','builder'),(4554,655,'_elementor_template_type','wp-page'),(4555,655,'_elementor_version','2.7.4'),(4556,655,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4565,658,'_elementor_version','2.7.4'),(4566,658,'_elementor_template_type','wp-page'),(4567,658,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4583,660,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4588,661,'_wp_attached_file','2019/10/66071731_2145884235521075_3103242312356986880_o.jpg'),(4589,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:1296;s:4:\"file\";s:59:\"2019/10/66071731_2145884235521075_3103242312356986880_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"66071731_2145884235521075_3103242312356986880_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"66071731_2145884235521075_3103242312356986880_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"66071731_2145884235521075_3103242312356986880_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"66071731_2145884235521075_3103242312356986880_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4582,660,'_elementor_template_type','wp-page'),(4581,660,'_elementor_version','2.7.4'),(4580,660,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7bbf43b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":547,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (4578,660,'_wp_page_template','default'),(4579,660,'_elementor_edit_mode','builder'),(4590,662,'_wp_page_template','default'),(4591,662,'_elementor_edit_mode','builder'),(4592,662,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7bbf43b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0.31)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4593,662,'_elementor_version','2.7.4'),(4594,662,'_elementor_template_type','wp-page'),(4595,662,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4628,668,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#303030\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:18:\"We\'re here to help\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e5e522ff6e\";s:19:\"_sow_form_timestamp\";s:13:\"1569672419597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7015fc8d-5f14-4889-8733-3e6133cc26ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:17:\"SEND US A MESSAGE\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:11:\"Raleway:500\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#818181\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Raleway\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e63915b13d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672475036\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"34a93ab0-236a-421a-978f-f09020fea747\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:5:\"title\";s:17:\"SEND US A MESSAGE\";s:8:\"settings\";a:13:{s:2:\"to\";s:26:\"yogivillegurukul@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:11:\"use_captcha\";b:1;s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#333333\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#333333\";s:12:\"border_width\";s:3:\"1px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";b:0;s:19:\"background_gradient\";d:0;s:12:\"border_color\";b:0;s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"562e5fae0271d\";s:19:\"_sow_form_timestamp\";s:13:\"1569672526147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3e41c89-cbe6-464f-914b-493995d0c57c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210002\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:3;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:19:\"CONTACT INFORMATION\";s:3:\"tag\";s:2:\"h2\";s:4:\"font\";s:11:\"Raleway:500\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:7:\"Raleway\";s:5:\"color\";s:7:\"#818181\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e63b4404e1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"96e40d57-7bd8-481b-b088-499f4b13c0a3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:493:\"<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div>\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"562e60f32cea0\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-8210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f282a4ca-b2b5-4167-a62f-e3c88e81002f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"wire\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e620b2675e\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210005\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c400e8c4-d7d2-4cec-8c57-eea8e8e22756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#333333\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4599,663,'_wp_page_template','default'),(4600,663,'_elementor_edit_mode','builder'),(4601,663,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7bbf43b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4602,663,'_elementor_version','2.7.4'),(4603,663,'_elementor_template_type','wp-page'),(4604,663,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4608,664,'_wp_page_template','default'),(4609,664,'_elementor_edit_mode','builder'),(4610,664,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/71806047_2288396797936484_7753950329166626816_o.jpg\",\"id\":565}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4611,664,'_elementor_version','2.7.4'),(4612,664,'_elementor_template_type','wp-page'),(4613,664,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4624,148,'_yoast_wpseo_content_score','30'),(4642,669,'_wp_attached_file','2019/10/YogiAshokananda-4838.jpg'),(4643,669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2019/10/YogiAshokananda-4838.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"YogiAshokananda-4838-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4644,670,'_wp_attached_file','2019/10/YogiAshokananda_JPerugia-7648-2.jpg'),(4645,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1049;s:4:\"file\";s:43:\"2019/10/YogiAshokananda_JPerugia-7648-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-2-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-2-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"YogiAshokananda_JPerugia-7648-2-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315667123\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4646,671,'_wp_attached_file','2019/10/YogiAshokananda_JPerugia-7648-2-1.jpg'),(4647,671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:773;s:4:\"file\";s:45:\"2019/10/YogiAshokananda_JPerugia-7648-2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"YogiAshokananda_JPerugia-7648-2-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315667123\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4648,672,'_wp_attached_file','2019/10/YogiAshokananda_JPerugia-7648-2-2.jpg'),(4649,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:678;s:4:\"file\";s:45:\"2019/10/YogiAshokananda_JPerugia-7648-2-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-2-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-2-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"YogiAshokananda_JPerugia-7648-2-2-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315667123\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4650,673,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67310000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-67310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67310002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-67310003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:4;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-67310004\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67310005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:6;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:43:\"WE WILL SHOW YOU THINGS YOU HAVE NEVER SEEN\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:9:\"Open Sans\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:339:\"Nullam metus odio, suscipit in ullamcorper ut, vestibulum vitae ligula. In hac habitasse platea dictumst. Sed et consectetur dui, id convallis metus. Sed eu elementum sapien. Nam et ornare arcu, in consectetur nunc. Nullam mollis sagittis tellus, id tristique metus porttitor vel. Mauris non nibh eget justo elementum dictum id vel tellus.\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67310006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:7;a:10:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:5:\"right\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#2cb1e2\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:12:\"_sow_form_id\";s:13:\"5635c92eebcad\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"e2332a2c-17a1-4a3b-9632-5e07686ab04a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-67310007\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4651,673,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4652,673,'_wp_page_template','elementor_header_footer'),(4653,673,'_elementor_edit_mode','builder'),(4654,673,'_elementor_template_type','wp-page'),(4655,673,'_elementor_version','2.7.4'),(4656,673,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4674,676,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4658,674,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bb38840af\";s:19:\"_sow_form_timestamp\";s:13:\"1572301182165\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"93ea9f51-3a3c-47a6-8206-2e3c69fe5323\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1127:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bc1bd40dc\";s:19:\"_sow_form_timestamp\";s:13:\"1572295135357\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fe9547a-2825-471a-9fcb-387170865326\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";s:10:\"font_color\";s:7:\"#000000\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"Poppins\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#333333\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635bd396940a\";s:19:\"_sow_form_timestamp\";s:13:\"1572301291338\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d41ab28c-702e-4743-a33c-73b403eecc6e\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2712:\"<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5635bd3d24e69\";s:19:\"_sow_form_timestamp\";s:13:\"1572298373010\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0e0cd987-4555-408d-8fb2-29e3d64834f6\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}}i:4;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510004\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:6;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:43:\"WE WILL SHOW YOU THINGS YOU HAVE NEVER SEEN\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:9:\"Open Sans\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:339:\"Nullam metus odio, suscipit in ullamcorper ut, vestibulum vitae ligula. In hac habitasse platea dictumst. Sed et consectetur dui, id convallis metus. Sed eu elementum sapien. Nam et ornare arcu, in consectetur nunc. Nullam mollis sagittis tellus, id tristique metus porttitor vel. Mauris non nibh eget justo elementum dictum id vel tellus.\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:13:\"Open Sans:300\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:7;a:10:{s:4:\"text\";s:13:\"Find out more\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:11:{s:5:\"align\";s:5:\"right\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#2cb1e2\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:12:\"_sow_form_id\";s:13:\"5635c92eebcad\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"e2332a2c-17a1-4a3b-9632-5e07686ab04a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-14510007\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4659,674,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4660,674,'_wp_page_template','elementor_header_footer'),(4661,674,'_elementor_edit_mode','builder'),(4662,674,'_elementor_template_type','wp-page'),(4663,674,'_elementor_version','2.7.4'),(4664,674,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4666,675,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-67510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4667,675,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4668,675,'_wp_page_template','elementor_header_footer'),(4669,675,'_elementor_edit_mode','builder'),(4670,675,'_elementor_template_type','wp-page'),(4671,675,'_elementor_version','2.7.4'),(4672,675,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4682,677,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-67710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67710001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67710002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4683,677,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4684,677,'_wp_page_template','elementor_header_footer'),(4685,677,'_elementor_edit_mode','builder'),(4686,677,'_elementor_template_type','wp-page'),(4687,677,'_elementor_version','2.7.4'),(4688,677,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4706,680,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4690,678,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4691,678,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4692,678,'_wp_page_template','elementor_header_footer'),(4693,678,'_elementor_edit_mode','builder'),(4694,678,'_elementor_template_type','wp-page'),(4695,678,'_elementor_version','2.7.4'),(4696,678,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4698,679,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:147:\"<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572533978101\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-67910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67910001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-67910002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}}}'),(4699,679,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4700,679,'_wp_page_template','elementor_header_footer'),(4701,679,'_elementor_edit_mode','builder'),(4702,679,'_elementor_template_type','wp-page'),(4703,679,'_elementor_version','2.7.4'),(4704,679,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4707,680,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4708,680,'_wp_page_template','elementor_header_footer'),(4709,680,'_elementor_edit_mode','builder'),(4710,680,'_elementor_template_type','wp-page'),(4711,680,'_elementor_version','2.7.4'),(4712,680,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4714,681,'panels_data','a:3:{s:7:\"widgets\";a:21:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572538036377\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-68110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:266:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h4 style=\"text-align: center;\"><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</h4>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:18:\"Make a Reservation\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";s:5:\"hover\";b:0;}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0.25;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572537814622\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-68110003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572537952308\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:737:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. Praesent dolor nisl, cursus id sapien eget, iaculis vulputate felis. Maecenas vel elementum nisl. Sed quam odio, dignissim ac nulla at, pellentesque pulvinar magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p><p> </p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:18:\"THE DAILY SPECIALS\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<h3 style=\"text-align: center\">Pancake Sandwich</h3><p style=\"text-align: center\">One egg any style, three fluffy buttermilk pancakes, choice of: bacon or sausage</p><p style=\"text-align: center\">R65</p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68110008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"aaefa8f4-d8c3-4ae3-89d7-d9cd7b7f778b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<h3 style=\"text-align: center\">The Full House</h3><p style=\"text-align: center\">Any eggs, toast, tomato, mushrooms, choice of: bacon or sausage</p><p style=\"text-align: center\">R75</p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68110009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"b7dc5e1e-9388-459c-a6d1-bb603165b2b0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<h3 style=\"text-align: center\">The Big LeBowski</h3><p style=\"text-align: center\">250gram Beef Patti, Bacon, cheddar and guacamole</p><p style=\"text-align: center\">R95</p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68110010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"eee6e7e9-9418-4c19-adc6-3c4f49922029\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"13952810095dab5ea012b16564292023\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"a4b9e89d-073b-4261-bde1-8e0483bcfa01\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:31:\"SO WHAT\'S THE REST OF THE DEAL?\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"16766250955dab5ec5d1437201122199\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110012\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"edc2efe0-404d-4a9c-8733-6caa438109fe\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-hamburger\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"Burgers\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:24:\"fontawesome-sow-fas-beer\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:4:\"Beer\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-guitar\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:5:\"Bands\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"165px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"90px\";s:14:\"icon_size_unit\";s:2:\"px\";s:16:\"icon_size_custom\";b:1;s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"15591007975dab5f2f786b0904077837\";s:19:\"_sow_form_timestamp\";s:13:\"1571513163304\";s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-68110013\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"45f681b6-77a6-4dac-8266-64fcf352d55d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110014\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:16:\"FROM OUR GALLERY\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110015\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ec1c02f4-5de2-478a-9708-2c698aaae259\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1571513861729\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-68110016\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110017\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:41:\"COME DINE WITH US,     MAKE A RESERVATION\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68110018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"ccedea90-15c9-4c6e-b263-4e0074bb2860\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:4:\"text\";s:10:\"CONTACT US\";s:3:\"url\";s:21:\"http://siteorigin.com\";s:10:\"new_window\";b:0;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#404040\";s:10:\"text_color\";s:7:\"#404040\";s:5:\"hover\";b:0;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-68110019\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"1498c6ff-2ff8-4dac-878a-3653a8ff4f60\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:919:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68110020\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"9eb4ce24-5264-4a96-8510-ce4cee62952f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:10:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:4;s:5:\"label\";s:22:\"Daily Specials Content\";}i:7;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:5;s:5:\"label\";s:15:\"Other Offerings\";}i:8;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:9;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:18:\"Make a Reservation\";}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}}}'),(4715,681,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4716,681,'_wp_page_template','elementor_header_footer'),(4717,681,'_elementor_edit_mode','builder'),(4718,681,'_elementor_template_type','wp-page'),(4719,681,'_elementor_version','2.7.4'),(4720,681,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4781,693,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572539344684\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:670;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572541276981\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 0px 0px 50px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 50px 0px 0px\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";d:200;s:9:\"max_width\";d:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-14510009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4759,688,'panels_data','a:3:{s:7:\"widgets\";a:18:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572539344684\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:97:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">Yogi Ashokananda</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572540200080\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:2:\"h5\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:7:\"justify\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572540433204\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2403:\"<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572539892467\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"13952810095dab5ea012b16564292023\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"a4b9e89d-073b-4261-bde1-8e0483bcfa01\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:31:\"SO WHAT\'S THE REST OF THE DEAL?\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"16766250955dab5ec5d1437201122199\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510009\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"edc2efe0-404d-4a9c-8733-6caa438109fe\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-hamburger\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"Burgers\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:24:\"fontawesome-sow-fas-beer\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:4:\"Beer\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-guitar\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:5:\"Bands\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"165px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"90px\";s:14:\"icon_size_unit\";s:2:\"px\";s:16:\"icon_size_custom\";b:1;s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"15591007975dab5f2f786b0904077837\";s:19:\"_sow_form_timestamp\";s:13:\"1571513163304\";s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-14510010\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"45f681b6-77a6-4dac-8266-64fcf352d55d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:16:\"FROM OUR GALLERY\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510012\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"ec1c02f4-5de2-478a-9708-2c698aaae259\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1571513861729\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-14510013\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510014\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:41:\"COME DINE WITH US,     MAKE A RESERVATION\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510015\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ccedea90-15c9-4c6e-b263-4e0074bb2860\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:9:{s:4:\"text\";s:10:\"CONTACT US\";s:3:\"url\";s:21:\"http://siteorigin.com\";s:10:\"new_window\";b:0;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#404040\";s:10:\"text_color\";s:7:\"#404040\";s:5:\"hover\";b:0;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-14510016\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"1498c6ff-2ff8-4dac-878a-3653a8ff4f60\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:919:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510017\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"9eb4ce24-5264-4a96-8510-ce4cee62952f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:9:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:5;s:5:\"label\";s:15:\"Other Offerings\";}i:7;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:8;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:18:\"Make a Reservation\";}}s:10:\"grid_cells\";a:13:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}}}'),(4722,682,'panels_data','a:3:{s:7:\"widgets\";a:21:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572538036377\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:266:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h4 style=\"text-align: center;\"><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</h4>\n<p style=\"text-align: center;\">[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:18:\"Make a Reservation\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";s:5:\"hover\";b:0;}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0.25;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572537814622\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572537952308\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:737:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. Praesent dolor nisl, cursus id sapien eget, iaculis vulputate felis. Maecenas vel elementum nisl. Sed quam odio, dignissim ac nulla at, pellentesque pulvinar magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p><p> </p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:18:\"THE DAILY SPECIALS\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<h3 style=\"text-align: center\">Pancake Sandwich</h3><p style=\"text-align: center\">One egg any style, three fluffy buttermilk pancakes, choice of: bacon or sausage</p><p style=\"text-align: center\">R65</p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"aaefa8f4-d8c3-4ae3-89d7-d9cd7b7f778b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<h3 style=\"text-align: center\">The Full House</h3><p style=\"text-align: center\">Any eggs, toast, tomato, mushrooms, choice of: bacon or sausage</p><p style=\"text-align: center\">R75</p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"b7dc5e1e-9388-459c-a6d1-bb603165b2b0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<h3 style=\"text-align: center\">The Big LeBowski</h3><p style=\"text-align: center\">250gram Beef Patti, Bacon, cheddar and guacamole</p><p style=\"text-align: center\">R95</p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"eee6e7e9-9418-4c19-adc6-3c4f49922029\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"13952810095dab5ea012b16564292023\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"a4b9e89d-073b-4261-bde1-8e0483bcfa01\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:31:\"SO WHAT\'S THE REST OF THE DEAL?\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"16766250955dab5ec5d1437201122199\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510012\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"edc2efe0-404d-4a9c-8733-6caa438109fe\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-hamburger\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"Burgers\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:24:\"fontawesome-sow-fas-beer\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:4:\"Beer\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-guitar\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:5:\"Bands\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"165px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"90px\";s:14:\"icon_size_unit\";s:2:\"px\";s:16:\"icon_size_custom\";b:1;s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"15591007975dab5f2f786b0904077837\";s:19:\"_sow_form_timestamp\";s:13:\"1571513163304\";s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-14510013\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"45f681b6-77a6-4dac-8266-64fcf352d55d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510014\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:16:\"FROM OUR GALLERY\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510015\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ec1c02f4-5de2-478a-9708-2c698aaae259\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1571513861729\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-14510016\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510017\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:41:\"COME DINE WITH US,     MAKE A RESERVATION\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510018\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"ccedea90-15c9-4c6e-b263-4e0074bb2860\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:9:{s:4:\"text\";s:10:\"CONTACT US\";s:3:\"url\";s:21:\"http://siteorigin.com\";s:10:\"new_window\";b:0;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#404040\";s:10:\"text_color\";s:7:\"#404040\";s:5:\"hover\";b:0;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-14510019\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"1498c6ff-2ff8-4dac-878a-3653a8ff4f60\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:919:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510020\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"9eb4ce24-5264-4a96-8510-ce4cee62952f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:10:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:4;s:5:\"label\";s:22:\"Daily Specials Content\";}i:7;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:5;s:5:\"label\";s:15:\"Other Offerings\";}i:8;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:9;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:18:\"Make a Reservation\";}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}}}'),(4723,682,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4724,682,'_wp_page_template','elementor_header_footer'),(4725,682,'_elementor_edit_mode','builder'),(4726,682,'_elementor_template_type','wp-page'),(4727,682,'_elementor_version','2.7.4'),(4728,682,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4730,683,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:46:\"we would love to help. feel free to say hello!\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68310000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:10:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:12:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:11:\"submit_text\";s:10:\"Contact Us\";s:24:\"so_field_container_state\";s:6:\"closed\";s:4:\"from\";s:0:\"\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"required_field_indicator\";b:0;s:32:\"required_field_indicator_message\";s:0:\"\";s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:6:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:6:\"margin\";s:4:\"10px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:15:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:15:\"inset_highlight\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"border_width\";b:0;s:9:\"font_size\";b:0;s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"labels\";a:6:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:6:\"fields\";a:12:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:5:\"color\";b:0;s:6:\"margin\";b:0;s:7:\"padding\";b:0;s:6:\"height\";b:0;s:15:\"height_textarea\";b:0;s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;}s:12:\"descriptions\";a:3:{s:4:\"size\";b:0;s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";}s:5:\"focus\";a:3:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;}}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:13:\"display_title\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-68310001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:2;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:43:\"Prefer a personal touch? Try (076) 543 4223\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:36:\"give us a shout and lets have a chat\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68310002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-68310003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#37b0cd\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4731,82,'_yoast_wpseo_content_score','30'),(4732,683,'_wp_page_template','default'),(4733,683,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4734,683,'_elementor_version','2.7.4'),(4735,683,'_elementor_template_type','wp-page'),(4736,683,'_elementor_edit_mode','builder'),(4737,683,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(4740,684,'_wp_page_template','default'),(4741,684,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4742,684,'_elementor_version','2.7.4'),(4743,684,'_elementor_template_type','wp-page'),(4744,684,'_elementor_edit_mode','builder'),(4745,684,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(4747,685,'_wp_attached_file','2019/10/73013799_2349672305142266_3994995381204156416_o.jpg'),(4748,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:59:\"2019/10/73013799_2349672305142266_3994995381204156416_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"73013799_2349672305142266_3994995381204156416_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"73013799_2349672305142266_3994995381204156416_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"73013799_2349672305142266_3994995381204156416_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"73013799_2349672305142266_3994995381204156416_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4751,687,'panels_data','a:3:{s:7:\"widgets\";a:18:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572539344684\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-68710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:97:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">Yogi Ashokananda</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:672;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572540200080\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-68710003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:2:\"h5\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:7:\"justify\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572540433204\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2403:\"<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572539892467\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:8;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"13952810095dab5ea012b16564292023\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"a4b9e89d-073b-4261-bde1-8e0483bcfa01\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:31:\"SO WHAT\'S THE REST OF THE DEAL?\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"16766250955dab5ec5d1437201122199\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710009\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"edc2efe0-404d-4a9c-8733-6caa438109fe\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:18:{s:8:\"features\";a:3:{i:0;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:29:\"fontawesome-sow-fas-hamburger\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:7:\"Burgers\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:24:\"fontawesome-sow-fas-beer\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:4:\"Beer\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:12:{s:15:\"container_color\";s:7:\"#ffffff\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-guitar\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:5:\"Bands\";s:4:\"text\";s:157:\"<p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:0:\"\";s:14:\"container_size\";s:5:\"165px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"90px\";s:14:\"icon_size_unit\";s:2:\"px\";s:16:\"icon_size_custom\";b:1;s:7:\"per_row\";i:3;s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:32:\"15591007975dab5f2f786b0904077837\";s:19:\"_sow_form_timestamp\";s:13:\"1571513163304\";s:10:\"title_link\";b:0;s:9:\"icon_link\";b:0;s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-features-68710010\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"45f681b6-77a6-4dac-8266-64fcf352d55d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710011\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:16:\"FROM OUR GALLERY\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710012\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"ec1c02f4-5de2-478a-9708-2c698aaae259\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1571513861729\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-68710013\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710014\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:41:\"COME DINE WITH US,     MAKE A RESERVATION\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-68710015\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ccedea90-15c9-4c6e-b263-4e0074bb2860\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:9:{s:4:\"text\";s:10:\"CONTACT US\";s:3:\"url\";s:21:\"http://siteorigin.com\";s:10:\"new_window\";b:0;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#404040\";s:10:\"text_color\";s:7:\"#404040\";s:5:\"hover\";b:0;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-68710016\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"1498c6ff-2ff8-4dac-878a-3653a8ff4f60\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:919:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p>\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-68710017\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:5:\"autop\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"9eb4ce24-5264-4a96-8510-ce4cee62952f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:9:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:5;s:5:\"label\";s:15:\"Other Offerings\";}i:7;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:8;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:18:\"Make a Reservation\";}}s:10:\"grid_cells\";a:13:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}}}'),(4752,687,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4753,687,'_wp_page_template','elementor_header_footer'),(4754,687,'_elementor_edit_mode','builder'),(4755,687,'_elementor_template_type','wp-page'),(4756,687,'_elementor_version','2.7.4'),(4757,687,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4760,688,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4761,688,'_wp_page_template','elementor_header_footer'),(4762,688,'_elementor_edit_mode','builder'),(4763,688,'_elementor_template_type','wp-page'),(4764,688,'_elementor_version','2.7.4'),(4765,688,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4767,689,'_wp_attached_file','2019/10/74441909_2349673065142190_3682408322826240000_o.jpg'),(4768,689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1466;s:6:\"height\";i:2048;s:4:\"file\";s:59:\"2019/10/74441909_2349673065142190_3682408322826240000_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"74441909_2349673065142190_3682408322826240000_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"74441909_2349673065142190_3682408322826240000_o-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"74441909_2349673065142190_3682408322826240000_o-768x1073.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1073;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"74441909_2349673065142190_3682408322826240000_o-733x1024.jpg\";s:5:\"width\";i:733;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"74441909_2349673065142190_3682408322826240000_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4769,690,'_wp_attached_file','2019/10/75233822_2349673538475476_3253008036716871680_o.jpg'),(4770,690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1206;s:4:\"file\";s:59:\"2019/10/75233822_2349673538475476_3253008036716871680_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"75233822_2349673538475476_3253008036716871680_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"75233822_2349673538475476_3253008036716871680_o-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"75233822_2349673538475476_3253008036716871680_o-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"75233822_2349673538475476_3253008036716871680_o-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"75233822_2349673538475476_3253008036716871680_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4771,691,'_wp_attached_file','2019/10/65892791_2145884678854364_5173195383983046656_o.jpg'),(4772,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:1890;s:4:\"file\";s:59:\"2019/10/65892791_2145884678854364_5173195383983046656_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"65892791_2145884678854364_5173195383983046656_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"65892791_2145884678854364_5173195383983046656_o-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"65892791_2145884678854364_5173195383983046656_o-768x1156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"65892791_2145884678854364_5173195383983046656_o-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"65892791_2145884678854364_5173195383983046656_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4773,692,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572539344684\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-69210000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:670;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572541276981\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-69210003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 0px 0px 50px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 50px 0px 0px\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-69210005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";d:200;s:9:\"max_width\";d:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-69210009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69210010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4774,692,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4775,692,'_wp_page_template','elementor_header_footer'),(4776,692,'_elementor_edit_mode','builder'),(4777,692,'_elementor_template_type','wp-page'),(4778,692,'_elementor_version','2.7.4'),(4779,692,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4782,693,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4783,693,'_wp_page_template','elementor_header_footer'),(4784,693,'_elementor_edit_mode','builder'),(4785,693,'_elementor_template_type','wp-page'),(4786,693,'_elementor_version','2.7.4'),(4787,693,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4789,694,'_wp_attached_file','2019/10/IMG_6598.jpg'),(4790,694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5066;s:6:\"height\";i:3142;s:4:\"file\";s:20:\"2019/10/IMG_6598.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6598-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6598-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6598-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6598-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_6598-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472358484\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4791,695,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-69510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:670;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572541276981\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-69510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 150px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 150px 0px 0px\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-69510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-69510009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69510010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4792,695,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4793,695,'_wp_page_template','elementor_header_footer'),(4794,695,'_elementor_edit_mode','builder'),(4795,695,'_elementor_template_type','wp-page'),(4796,695,'_elementor_version','2.7.4'),(4797,695,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4799,696,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:670;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572541276981\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 150px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 150px 0px 0px\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-14510009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4800,696,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4801,696,'_wp_page_template','elementor_header_footer'),(4802,696,'_elementor_edit_mode','builder'),(4803,696,'_elementor_template_type','wp-page'),(4804,696,'_elementor_version','2.7.4'),(4805,696,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4807,697,'_wp_attached_file','2019/10/YogiAshokananda_JPerugia-7648-3.jpg'),(4808,697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1028;s:4:\"file\";s:43:\"2019/10/YogiAshokananda_JPerugia-7648-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-3-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-3-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"YogiAshokananda_JPerugia-7648-3-1024x351.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:43:\"YogiAshokananda_JPerugia-7648-3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315667123\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4809,698,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-69810000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544112797\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-69810003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 150px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-69810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 150px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-69810009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-69810010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4810,698,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4811,698,'_wp_page_template','elementor_header_footer'),(4812,698,'_elementor_edit_mode','builder'),(4813,698,'_elementor_template_type','wp-page'),(4814,698,'_elementor_version','2.7.4'),(4815,698,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4849,703,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4817,699,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544112797\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 150px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 150px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-14510009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4818,699,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4819,699,'_wp_page_template','elementor_header_footer'),(4820,699,'_elementor_edit_mode','builder'),(4821,699,'_elementor_template_type','wp-page'),(4822,699,'_elementor_version','2.7.4'),(4823,699,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4825,700,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-70010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-70010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 150px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-70010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 150px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-70010009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70010010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4826,700,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4827,700,'_wp_page_template','elementor_header_footer'),(4828,700,'_elementor_edit_mode','builder'),(4829,700,'_elementor_template_type','wp-page'),(4830,700,'_elementor_version','2.7.4'),(4831,700,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (4833,701,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 150px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 150px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:7:{s:6:\"images\";a:4:{i:0;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:83:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-842342_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:80:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hanging-791157_640.jpg\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:685;s:14:\"image_fallback\";s:90:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hamburger-801942_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:87:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/guitar-756322_640.jpg#640x425\";s:5:\"title\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";i:200;s:9:\"max_width\";i:277;s:7:\"spacing\";s:4:\"10px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"18908826485dab63d357880780866012\";s:19:\"_sow_form_timestamp\";s:13:\"1572541008703\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-14510009\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"c9fe2af4-f67a-4808-9a34-635c70e3b611\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8918941975dbb112d646bb848967317\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"524e54cd-4b3e-4e64-9e30-861ad4f4b27d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4834,701,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4835,701,'_wp_page_template','elementor_header_footer'),(4836,701,'_elementor_edit_mode','builder'),(4837,701,'_elementor_template_type','wp-page'),(4838,701,'_elementor_version','2.7.4'),(4839,701,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4841,702,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572542544523\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-70210000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70210001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:36:\"Few of Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572536900465\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70210002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-70210003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70210004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-70210005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70210006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70210007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70210008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4842,702,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4843,702,'_wp_page_template','elementor_header_footer'),(4844,702,'_elementor_edit_mode','builder'),(4845,702,'_elementor_template_type','wp-page'),(4846,702,'_elementor_version','2.7.4'),(4847,702,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4850,703,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4851,703,'_wp_page_template','elementor_header_footer'),(4852,703,'_elementor_edit_mode','builder'),(4853,703,'_elementor_template_type','wp-page'),(4854,703,'_elementor_version','2.7.4'),(4855,703,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4857,704,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572545774076\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-70410000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70410001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70410002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-70410003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70410004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-70410005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70410006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70410007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-70410008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4858,704,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4859,704,'_wp_page_template','elementor_header_footer'),(4860,704,'_elementor_edit_mode','builder'),(4861,704,'_elementor_template_type','wp-page'),(4862,704,'_elementor_version','2.7.4'),(4863,704,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4865,705,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:694;s:14:\"image_fallback\";s:86:\"https://layouts.siteorigin.com/wp-content/uploads/2015/11/sea-79606_1920.jpg#1920x1116\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"250px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5635c4abf0932\";s:19:\"_sow_form_timestamp\";s:13:\"1572545774076\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6079854e-9399-4a47-b1b5-0116eec7d801\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4866,705,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4867,705,'_wp_page_template','elementor_header_footer'),(4868,705,'_elementor_edit_mode','builder'),(4869,705,'_elementor_template_type','wp-page'),(4870,705,'_elementor_version','2.7.4'),(4871,705,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4893,711,'_elementor_version','2.7.4'),(4894,711,'_elementor_template_type','wp-page'),(4895,711,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4927,714,'_menu_item_mega_template','0'),(4928,714,'_menu_item_nolink',''),(4929,714,'_menu_item_category_post',''),(4930,714,'_menu_item_megamenu',''),(4931,714,'_menu_item_megamenu_auto_width',''),(4932,714,'_menu_item_megamenu_col',''),(4933,714,'_menu_item_megamenu_heading',''),(4934,714,'_menu_item_megamenu_widgetarea','0'),(4935,714,'_menu_item_icon',''),(4938,712,'_elementor_edit_mode','builder'),(4939,712,'_elementor_template_type','wp-page'),(4940,712,'_elementor_version','2.7.5'),(4986,720,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4984,720,'_elementor_version','2.7.5'),(4985,720,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4983,720,'_elementor_template_type','wp-page'),(4890,711,'_wp_page_template','default'),(4891,711,'_elementor_edit_mode','builder'),(4892,711,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f290674\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":0},\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":142,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"height\":\"min-height\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"1e190e14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"150\",\"bottom\":\"85\",\"left\":\"150\",\"isLinked\":false},\"border_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\"},\"elements\":[{\"id\":\"2ebf64e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Himalayan Hatha Yoga \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17cb48bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/h2>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"typography_font_family\":\"Poppins\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4949,716,'_wp_page_template','default'),(4950,716,'_elementor_edit_mode','builder'),(4952,716,'_elementor_version','2.7.5'),(4953,716,'_elementor_template_type','wp-page'),(4954,716,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4957,717,'_elementor_edit_mode','builder'),(4958,717,'_elementor_template_type','page'),(4959,717,'_elementor_controls_usage','a:9:{s:6:\"column\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:19;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:8;s:21:\"background_background\";i:8;s:27:\"background_hover_background\";i:1;}s:14:\"section_border\";a:8:{s:21:\"box_shadow_box_shadow\";i:14;s:32:\"box_shadow_hover_box_shadow_type\";i:5;s:27:\"box_shadow_hover_box_shadow\";i:5;s:23:\"border_hover_transition\";i:2;s:12:\"border_width\";i:5;s:12:\"border_color\";i:2;s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:8:{s:6:\"margin\";i:11;s:7:\"padding\";i:13;s:9:\"screen_sm\";i:11;s:15:\"screen_sm_width\";i:11;s:13:\"margin_tablet\";i:9;s:13:\"margin_mobile\";i:11;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:1;s:13:\"custom_height\";i:7;s:13:\"content_width\";i:8;s:6:\"layout\";i:4;s:3:\"gap\";i:8;s:16:\"content_position\";i:6;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:6;}s:14:\"section_border\";a:2:{s:21:\"box_shadow_box_shadow\";i:6;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:8;s:6:\"margin\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:11;s:5:\"align\";i:8;s:4:\"link\";i:8;s:12:\"align_tablet\";i:8;s:12:\"align_mobile\";i:8;s:7:\"link_to\";i:6;s:14:\"caption_source\";i:6;s:7:\"caption\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:4;s:5:\"space\";i:10;s:7:\"opacity\";i:8;s:18:\"image_border_width\";i:6;s:19:\"image_border_radius\";i:6;s:27:\"image_box_shadow_box_shadow\";i:8;s:13:\"opacity_hover\";i:6;s:15:\"hover_animation\";i:6;}s:21:\"section_style_caption\";a:15:{s:28:\"caption_typography_font_size\";i:8;s:30:\"caption_typography_line_height\";i:8;s:33:\"caption_typography_letter_spacing\";i:8;s:35:\"caption_typography_font_size_tablet\";i:8;s:35:\"caption_typography_font_size_mobile\";i:8;s:37:\"caption_typography_line_height_tablet\";i:8;s:37:\"caption_typography_line_height_mobile\";i:8;s:40:\"caption_typography_letter_spacing_tablet\";i:8;s:40:\"caption_typography_letter_spacing_mobile\";i:8;s:10:\"text_color\";i:6;s:29:\"caption_typography_typography\";i:6;s:30:\"caption_typography_font_family\";i:6;s:29:\"caption_typography_font_style\";i:6;s:30:\"caption_typography_font_weight\";i:6;s:13:\"caption_space\";i:3;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:8;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:13;s:5:\"align\";i:13;s:11:\"header_size\";i:8;s:4:\"link\";i:9;s:4:\"size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:17:{s:11:\"title_color\";i:13;s:21:\"typography_typography\";i:13;s:20:\"typography_font_size\";i:13;s:22:\"typography_font_weight\";i:10;s:22:\"typography_line_height\";i:12;s:27:\"typography_font_size_mobile\";i:10;s:22:\"typography_font_family\";i:6;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:10;s:27:\"typography_font_size_tablet\";i:10;s:29:\"typography_line_height_tablet\";i:9;s:29:\"typography_line_height_mobile\";i:9;s:32:\"typography_letter_spacing_tablet\";i:9;s:32:\"typography_letter_spacing_mobile\";i:9;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:9;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:3;s:22:\"typography_font_family\";i:2;s:25:\"typography_letter_spacing\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:32:\"typography_letter_spacing_tablet\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:6;s:5:\"shape\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:6;s:18:\"icon_primary_color\";i:6;s:20:\"icon_secondary_color\";i:6;s:9:\"icon_size\";i:6;s:12:\"icon_padding\";i:6;s:12:\"icon_spacing\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:6;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:10:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:35:\"title_typography_line_height_tablet\";i:6;s:28:\"title_typography_font_family\";i:6;s:13:\"title_padding\";i:6;s:16:\"tab_active_color\";i:3;s:28:\"title_typography_line_height\";i:1;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:4:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:3;s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:30:\"content_typography_font_weight\";i:3;s:30:\"content_typography_line_height\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:3;s:26:\"name_typography_typography\";i:3;s:25:\"name_typography_font_size\";i:3;s:32:\"name_typography_font_size_tablet\";i:3;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:3;s:25:\"job_typography_typography\";i:3;s:24:\"job_typography_font_size\";i:3;s:26:\"job_typography_font_weight\";i:3;}}}}}'),(4960,717,'_elementor_version','2.7.5'),(4961,718,'_elementor_edit_mode','builder'),(4962,718,'_elementor_template_type','page'),(4963,718,'_elementor_controls_usage','a:0:{}'),(4964,718,'_elementor_version','2.7.5'),(4965,717,'_wp_page_template','default'),(4966,717,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4967,717,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4968,719,'_elementor_edit_mode','builder'),(4969,719,'_elementor_template_type','page'),(4970,719,'_elementor_controls_usage','a:0:{}'),(4971,719,'_elementor_version','2.7.5'),(4972,719,'_wp_page_template','default'),(4973,719,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4974,719,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6a6a462e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"488f396\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67753d4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14305c32\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6f018f02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5701970b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"6dc75341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"49081c01\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4978,712,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(4979,712,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, <span style=\\\"font-size: 16px; font-style: normal; font-variant-caps: normal; letter-spacing: normal; white-space: normal; font-family: &quot;Alegreya Sans&quot;, sans-serif;\\\">Tui Na massage therapist<\\/span>\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":856,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/74529149_436804783651628_7214378179090186240_n.jpg\"},\"testimonial_name\":\"Szilvia Cseh\",\"testimonial_job\":\"HHY Student\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ghbshjabhja\",\"testimonial_image\":{\"id\":861,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/12240241_10154291723078066_1311007848745858583_o.jpg\"},\"testimonial_name\":\"Monica Petrascu\",\"testimonial_job\":\"HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4980,720,'_wp_page_template','default'),(4981,720,'_elementor_controls_usage','a:0:{}'),(4982,720,'_elementor_edit_mode','builder'),(5507,801,'_wp_page_template','default'),(5508,801,'_elementor_edit_mode','builder'),(5509,801,'_elementor_template_type','wp-page'),(5510,801,'_elementor_version','2.7.5'),(5511,801,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5512,801,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4992,721,'_elementor_version','2.7.5'),(4993,721,'_elementor_template_type','wp-page'),(4994,721,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5117,738,'_elementor_version','2.7.5'),(5118,738,'_elementor_template_type','wp-page'),(5119,738,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5006,723,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572558847389\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72310000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:89:\"<h1 style=\"text-align: right;\">CONTROLLED</h1><h1 style=\"text-align: right;\">WEIGHTS</h1>\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:8:{s:5:\"image\";s:1:\"0\";s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";s:2:\"50\";s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}}}s:8:\"controls\";a:6:{s:5:\"speed\";s:3:\"800\";s:7:\"timeout\";s:4:\"8000\";s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";s:2:\"25\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:26:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:3:\"100\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:0:\"\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"20\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:4:\"1280\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:0:\"\";s:12:\"heading_size\";s:2:\"25\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";s:1:\"0\";s:14:\"heading_shadow\";s:2:\"50\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:2:\"16\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";s:1:\"0\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72310001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-72310002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:85:\"<h1 style=\"text-align: center;\">FREE</h1><h1 style=\"text-align: center;\">WEIGHTS</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72310003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-72310004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72310005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-72310006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5116,738,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Teacher\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6769934\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1ab506\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5115,738,'_elementor_edit_mode','builder'),(5114,738,'_wp_page_template','default'),(5773,843,'_wp_page_template','default'),(5774,843,'_elementor_edit_mode','builder'),(5775,843,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6769934\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1ab506\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5007,723,'_elementor_controls_usage','a:0:{}'),(5008,723,'_wp_page_template','default'),(5009,723,'_elementor_edit_mode','builder'),(5010,723,'_elementor_template_type','wp-page'),(5011,723,'_elementor_version','2.7.4'),(5029,726,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:2:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:669;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572562223950\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5030,726,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5031,726,'_wp_page_template','elementor_header_footer'),(5032,726,'_elementor_edit_mode','builder'),(5033,726,'_elementor_template_type','wp-page'),(5034,726,'_elementor_version','2.7.4'),(5035,726,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5037,727,'_wp_attached_file','2019/10/YogiAshokananda_JPerugia-7648-2-3.jpg'),(5038,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1523;s:6:\"height\";i:678;s:4:\"file\";s:45:\"2019/10/YogiAshokananda_JPerugia-7648-2-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-3-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-3-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"YogiAshokananda_JPerugia-7648-2-3-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"YogiAshokananda_JPerugia-7648-2-3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315667123\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5039,728,'_wp_attached_file','2019/10/72739126_2349674408475389_1769113762414985216_o.jpg'),(5040,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1512;s:4:\"file\";s:59:\"2019/10/72739126_2349674408475389_1769113762414985216_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"72739126_2349674408475389_1769113762414985216_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"72739126_2349674408475389_1769113762414985216_o-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"72739126_2349674408475389_1769113762414985216_o-768x567.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"72739126_2349674408475389_1769113762414985216_o-1024x756.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"72739126_2349674408475389_1769113762414985216_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5041,729,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572563739389\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72910001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72910002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-72910003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72910004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-72910005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72910006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72910007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-72910008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5042,729,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5043,729,'_wp_page_template','elementor_header_footer'),(5044,729,'_elementor_edit_mode','builder'),(5045,729,'_elementor_template_type','wp-page'),(5046,729,'_elementor_version','2.7.4'),(5047,729,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5235,759,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572822526089\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:111:\"<h1>Specialists in Pediatric Dentistry</h1>\n<h3>Dedicated to the oral health of children</h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#fe66a7\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:752;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572823329502\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2726:\"<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572823579110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5049,730,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572563739389\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5050,730,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5051,730,'_wp_page_template','elementor_header_footer'),(5052,730,'_elementor_edit_mode','builder'),(5053,730,'_elementor_template_type','wp-page'),(5054,730,'_elementor_version','2.7.4'),(5055,730,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5057,731,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572563739389\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-73110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73110001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73110002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-73110003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73110004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-73110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73110006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73110007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73110008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5058,731,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5059,731,'_wp_page_template','elementor_header_footer'),(5060,731,'_elementor_edit_mode','builder'),(5061,731,'_elementor_template_type','wp-page'),(5062,731,'_elementor_version','2.7.4'),(5063,731,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5217,756,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572822526089\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:754;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572820415042\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5065,732,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572563739389\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:697;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572544412812\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5066,732,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5067,732,'_wp_page_template','elementor_header_footer'),(5068,732,'_elementor_edit_mode','builder'),(5069,732,'_elementor_template_type','wp-page'),(5070,732,'_elementor_version','2.7.4'),(5071,732,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5073,344,'_elementor_edit_mode','builder'),(5074,344,'_elementor_template_type','wp-page'),(5075,344,'_elementor_version','2.7.5'),(5076,733,'_wp_page_template','default'),(5077,733,'_elementor_controls_usage','a:0:{}'),(5078,733,'_elementor_edit_mode','builder'),(5079,733,'_elementor_template_type','wp-page'),(5080,733,'_elementor_version','2.7.5'),(5081,733,'_elementor_data','[{\"id\":\"6db72bba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a502d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25b7010\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[ngg src=\\\"galleries\\\" display=\\\"basic_thumbnail\\\" thumbnail_crop=\\\"0\\\"]\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5082,734,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:46:\"we would love to help. feel free to say hello!\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73410000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:12:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:11:\"submit_text\";s:10:\"Contact Us\";s:24:\"so_field_container_state\";s:6:\"closed\";s:4:\"from\";s:0:\"\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"required_field_indicator\";b:0;s:32:\"required_field_indicator_message\";s:0:\"\";s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:6:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:6:\"margin\";s:4:\"10px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:15:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:15:\"inset_highlight\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"border_width\";b:0;s:9:\"font_size\";b:0;s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"labels\";a:6:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:6:\"fields\";a:12:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:5:\"color\";b:0;s:6:\"margin\";b:0;s:7:\"padding\";b:0;s:6:\"height\";b:0;s:15:\"height_textarea\";b:0;s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;}s:12:\"descriptions\";a:3:{s:4:\"size\";b:0;s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";}s:5:\"focus\";a:3:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;}}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-73410001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:43:\"Prefer a personal touch? Try (076) 543 4223\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:36:\"give us a shout and lets have a chat\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:19:\"_sow_form_timestamp\";s:13:\"1572592768336\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73410002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-73410003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5083,734,'_wp_page_template','default'),(5084,734,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5085,734,'_elementor_version','2.7.4'),(5086,734,'_elementor_template_type','wp-page'),(5087,734,'_elementor_edit_mode','builder'),(5088,734,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(5090,735,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:10:{s:8:\"headline\";a:12:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"tag\";s:2:\"h1\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:12:{s:4:\"text\";s:46:\"we would love to help. feel free to say hello!\";s:3:\"tag\";s:2:\"h3\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#404040\";s:5:\"align\";s:6:\"center\";s:24:\"so_field_container_state\";s:4:\"open\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:8:{s:5:\"style\";s:4:\"none\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#EEEEEE\";s:24:\"so_field_container_state\";s:4:\"open\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:10:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:12:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:11:\"submit_text\";s:10:\"Contact Us\";s:24:\"so_field_container_state\";s:6:\"closed\";s:4:\"from\";s:0:\"\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:24:\"required_field_indicator\";b:0;s:32:\"required_field_indicator_message\";s:0:\"\";s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}s:11:\"description\";s:0:\"\";}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:6:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:6:\"margin\";s:4:\"10px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:15:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";i:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:15:\"inset_highlight\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"border_width\";b:0;s:9:\"font_size\";b:0;s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"labels\";a:6:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:5:\"align\";s:4:\"left\";}s:6:\"fields\";a:12:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:5:\"color\";b:0;s:6:\"margin\";b:0;s:7:\"padding\";b:0;s:6:\"height\";b:0;s:15:\"height_textarea\";b:0;s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";i:0;}s:12:\"descriptions\";a:3:{s:4:\"size\";b:0;s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";}s:5:\"focus\";a:3:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;}}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:43:\"Prefer a personal touch? Try (076) 543 4223\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:36:\"give us a shout and lets have a chat\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:19:\"_sow_form_timestamp\";s:13:\"1572592768336\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:7:{s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";s:10:\"icon_title\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:12:\"mobile_align\";s:4:\"left\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5091,735,'_wp_page_template','default'),(5092,735,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5093,735,'_elementor_version','2.7.4'),(5094,735,'_elementor_template_type','wp-page'),(5095,735,'_elementor_edit_mode','builder'),(5096,735,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(5098,736,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:22:\"We would love to help!\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:19:\"_sow_form_timestamp\";s:13:\"1572593466183\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";d:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:25:\"sow-contact-form-73610001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:44:\"Prefer a personal touch? Try +44 7480 257766\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:19:\"_sow_form_timestamp\";s:13:\"1572593665757\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-73610002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:59:\"https://www.facebook.com/himalayanhathayoga/?epa=SEARCH_BOX\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:34:\"https://twitter.com/himalayanhatha\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:46:\"https://www.instagram.com/himalayanhatha_yoga/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:19:\"_sow_form_timestamp\";s:13:\"1572594165671\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:33:\"sow-social-media-buttons-73610003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5099,736,'_wp_page_template','default'),(5100,736,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5101,736,'_elementor_version','2.7.4'),(5102,736,'_elementor_template_type','wp-page'),(5103,736,'_elementor_edit_mode','builder'),(5104,736,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(5106,737,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:10:\"Contact Us\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:22:\"We would love to help!\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e67ffdefc1\";s:19:\"_sow_form_timestamp\";s:13:\"1572593466183\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0a7e37da-7d9d-40bf-9c1a-3f84f4c37321\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:11:{s:5:\"title\";s:10:\"Contact Us\";s:8:\"settings\";a:13:{s:2:\"to\";s:20:\"ibrossiter@gmail.com\";s:4:\"from\";s:26:\"yogivillegurukul@gmail.com\";s:15:\"default_subject\";s:0:\"\";s:14:\"subject_prefix\";s:0:\"\";s:15:\"success_message\";s:64:\"<p>Thanks for contacting us. We\'ll get back to you shortly.</p>\n\";s:31:\"success_message_selected_editor\";s:7:\"tinymce\";s:11:\"submit_text\";s:10:\"Contact Us\";s:9:\"submit_id\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:32:\"required_field_indicator_message\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:24:\"required_field_indicator\";b:0;s:14:\"log_ip_address\";b:0;}s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"name\";s:5:\"label\";s:9:\"Your Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter your name\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:1;a:5:{s:4:\"type\";s:5:\"email\";s:5:\"label\";s:10:\"Your Email\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:34:\"Please enter a valid email address\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:2;a:5:{s:4:\"type\";s:7:\"subject\";s:5:\"label\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please enter a subject\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}i:3;a:5:{s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:8:\"required\";a:3:{s:8:\"required\";b:1;s:15:\"missing_message\";s:22:\"Please write something\";s:24:\"so_field_container_state\";s:4:\"open\";}s:7:\"options\";a:0:{}}}s:4:\"spam\";a:3:{s:9:\"recaptcha\";a:7:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"type\";s:5:\"image\";s:4:\"size\";s:6:\"normal\";s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"use_captcha\";b:0;}s:7:\"akismet\";a:3:{s:11:\"use_akismet\";b:1;s:11:\"spam_action\";s:5:\"error\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:8:{s:9:\"container\";a:8:{s:10:\"background\";s:7:\"#ffffff\";s:7:\"padding\";s:3:\"0px\";s:12:\"padding_unit\";s:2:\"px\";s:12:\"border_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:3:\"0px\";s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:4:\"none\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"labels\";a:9:{s:4:\"font\";s:7:\"default\";s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:8:\"position\";s:5:\"above\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"fields\";a:19:{s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:7:\"padding\";b:0;s:12:\"padding_unit\";s:2:\"px\";s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:15:\"height_textarea\";b:0;s:20:\"height_textarea_unit\";s:2:\"px\";s:10:\"background\";b:0;s:12:\"border_color\";b:0;s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:12:\"border_style\";s:5:\"solid\";s:13:\"border_radius\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"descriptions\";a:5:{s:4:\"size\";b:0;s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";b:0;s:5:\"style\";s:6:\"italic\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"errors\";a:8:{s:10:\"background\";s:7:\"#fce4e5\";s:12:\"border_color\";s:7:\"#ec666a\";s:10:\"text_color\";s:7:\"#ec666a\";s:7:\"padding\";s:3:\"5px\";s:12:\"padding_unit\";s:2:\"px\";s:6:\"margin\";s:4:\"10px\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"submit\";a:19:{s:6:\"styled\";b:1;s:16:\"background_color\";s:7:\"#eeeeee\";s:19:\"background_gradient\";d:0;s:12:\"border_color\";s:7:\"#989a9c\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";b:0;s:17:\"border_width_unit\";s:2:\"px\";s:13:\"border_radius\";d:0;s:10:\"text_color\";s:7:\"#5a5a5a\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:6:\"weight\";s:3:\"500\";s:7:\"padding\";s:4:\"15px\";s:12:\"padding_unit\";s:2:\"px\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:15:\"inset_highlight\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"focus\";a:5:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";b:0;s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"562e687f3231b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widgets_ContactForm_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"733ef812-8aed-4fe4-97eb-325c9cd12e3b\";s:5:\"style\";a:3:{s:7:\"padding\";s:2:\"5%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:13:\"display_title\";b:0;s:22:\"so_sidebar_emulator_id\";s:24:\"sow-contact-form-8210001\";s:11:\"option_name\";s:23:\"widget_sow-contact-form\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:44:\"Prefer a personal touch? Try +44 7480 257766\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"562e69c31d829\";s:19:\"_sow_form_timestamp\";s:13:\"1572593665757\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"32ae876b-5383-4ae2-bcd9-88d9bbf1d391\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-headline-8210002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:3;a:8:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:4:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:59:\"https://www.facebook.com/himalayanhathayoga/?epa=SEARCH_BOX\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:34:\"https://twitter.com/himalayanhatha\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:2;a:5:{s:4:\"name\";s:9:\"instagram\";s:3:\"url\";s:46:\"https://www.instagram.com/himalayanhatha_yoga/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}i:3;a:5:{s:4:\"name\";b:0;s:3:\"url\";s:0:\"\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#222222\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.33\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"562e6b1c3b591\";s:19:\"_sow_form_timestamp\";s:13:\"1572594165671\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ef008ba7-d86a-4561-8084-0e227f88876d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:32:\"sow-social-media-buttons-8210003\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5107,737,'_wp_page_template','default'),(5108,737,'_elementor_data','[{\"id\":\"lwmmwlv\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/27797411_1467591413350364_123758164304605881_o-1.jpg\",\"id\":549},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"qxtezwv\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ualnwoa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hdhwtjh\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"hencdof\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ffoelsr\",\"elType\":\"widget\",\"settings\":{\"title\":\"how can we help you \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\"},\"typography_font_family\":\"Poppins\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bsriajy\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"cqhmyeh\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true},{\"id\":\"0tqt8fl\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"80.000\"},\"elements\":[{\"id\":\"3009ff1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"222\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"pkzxiuz\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"10.000\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1284c237\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"14ead2b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_background\":\"none\",\"text_align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"153d9cbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7478c0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4838b805\",\"elType\":\"widget\",\"settings\":{\"title\":\"For <span style=\\\"font-family: &quot;Playfair Display&quot;, sans-serif; font-size: 17px; font-style: normal; font-variant-caps: normal;\\\">more details <\\/span>please send an email or give us a call\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"795c2dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"42996447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"hello@himalayanhathayoga.com\",\"icon\":\"fa fa-envelope-o\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ewtgafi\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"(442) 7621 3445\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"0z0ljoc\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"icon_color\":\"#d3d3d3\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#d3d3d3\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"27\"},\"icon_typography_font_family\":\"Playfair Display\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.7\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f52eb38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"20\",\"background_overlay_title\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dd8af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"41.379\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text_align\":\"center\"},\"elements\":[{\"id\":\"58439690\",\"elType\":\"widget\",\"settings\":{\"title\":\"social media\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c544c49\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"4\"},\"color\":\"#d3d3d3\",\"width\":{\"unit\":\"%\",\"size\":7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b09b9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us and stay updated with all the news\",\"size\":\"large\",\"header_size\":\"p\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"360e0b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"58.621\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d410e1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140},\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_style\":\"\",\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"section_responsive\":\"\",\"_visible\":\"\",\"section_structure\":\"\",\"structure\":\"30\",\"background_overlay_title\":\"\",\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10d6792b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7b24eaa4\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-facebook\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30ac363f\",\"elType\":\"widget\",\"settings\":{\"title\":\"facebook\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794445c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"4cb338ad\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-twitter\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/himalayanhatha\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b785100\",\"elType\":\"widget\",\"settings\":{\"title\":\"twitter\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"67540add\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"screen_sm\":\"custom\",\"screen_sm_width\":\"33\"},\"elements\":[{\"id\":\"7187644\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-linkedin\",\"primary_color\":\"#d3d3d3\",\"size\":{\"unit\":\"px\",\"size\":\"39\"},\"icon_padding\":{\"unit\":\"em\",\"size\":\"\"},\"hover_primary_color\":\"#b09975\",\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_icon\":true},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"445903b\",\"elType\":\"widget\",\"settings\":{\"title\":\"instagram\",\"size\":\"large\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#d3d3d3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7},\"_background_image\":{\"id\":234,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/placeholder.png\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5109,737,'_elementor_version','2.7.4'),(5110,737,'_elementor_template_type','wp-page'),(5111,737,'_elementor_edit_mode','builder'),(5112,737,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:9;s:5:\"align\";i:7;s:4:\"size\";i:7;s:11:\"header_size\";i:5;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:27:\"typography_font_size_mobile\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:7;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:7;s:21:\"typography_font_style\";i:4;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:9:\"screen_sm\";i:3;s:15:\"screen_sm_width\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:3;s:16:\"content_position\";i:3;s:13:\"content_width\";i:4;s:6:\"layout\";i:2;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:4;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:5:\"color\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_line_height\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;s:12:\"icon_padding\";i:3;s:19:\"hover_primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:3;s:4:\"link\";i:3;}}}}}'),(5755,841,'_wp_page_template','default'),(5756,841,'_elementor_edit_mode','builder'),(5757,841,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga Therapist\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6769934\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1ab506\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (5127,739,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572558847389\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-73910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:689;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572818035995\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-73910001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-73910002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:548;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572817942993\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-73910003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-73910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-73910005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-73910006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5128,739,'_elementor_controls_usage','a:0:{}'),(5129,739,'_wp_page_template','default'),(5130,739,'_elementor_edit_mode','builder'),(5131,739,'_elementor_template_type','wp-page'),(5132,739,'_elementor_version','2.7.4'),(5134,740,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572558847389\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:689;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572818035995\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:548;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572817942993\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5135,740,'_elementor_controls_usage','a:0:{}'),(5136,740,'_wp_page_template','default'),(5137,740,'_elementor_edit_mode','builder'),(5138,740,'_elementor_template_type','wp-page'),(5139,740,'_elementor_version','2.7.4'),(5141,741,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:30:\"<h1>Training and Courses</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572818160564\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:689;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572818035995\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74110001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74110002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:548;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572817942993\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74110003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74110005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74110006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5142,741,'_elementor_controls_usage','a:0:{}'),(5143,741,'_wp_page_template','default'),(5144,741,'_elementor_edit_mode','builder'),(5145,741,'_elementor_template_type','wp-page'),(5146,741,'_elementor_version','2.7.4'),(5148,742,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:30:\"<h1>Training and Courses</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572818160564\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:689;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572818035995\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:548;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572817942993\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:6:\"frames\";a:1:{i:0;a:3:{s:7:\"content\";s:88:\"<h1 style=\"text-align: right;\">CROSS</h1><h1 style=\"text-align: right;\">FIT CLASSES</h1>\";s:10:\"background\";a:10:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}s:4:\"size\";b:0;s:10:\"image_type\";s:5:\"cover\";}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:19:{s:7:\"padding\";s:5:\"100px\";s:17:\"extra_top_padding\";b:0;s:13:\"padding_sides\";s:4:\"20px\";s:5:\"width\";s:6:\"1280px\";s:12:\"heading_font\";s:5:\"Dosis\";s:12:\"heading_size\";s:4:\"25px\";s:14:\"heading_shadow\";i:50;s:9:\"text_size\";s:4:\"16px\";s:24:\"so_field_container_state\";s:4:\"open\";s:6:\"height\";b:0;s:17:\"height_responsive\";b:0;s:13:\"heading_color\";b:0;s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:10:\"text_color\";b:0;s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5149,742,'_elementor_controls_usage','a:0:{}'),(5150,742,'_wp_page_template','default'),(5151,742,'_elementor_edit_mode','builder'),(5152,742,'_elementor_template_type','wp-page'),(5153,742,'_elementor_version','2.7.4'),(5155,743,'_wp_attached_file','2019/11/IMG_6029.jpeg'),(5156,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:1245;s:4:\"file\";s:21:\"2019/11/IMG_6029.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_6029-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_6029-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_6029-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_6029-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"IMG_6029-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5157,744,'_wp_attached_file','2019/11/18446892_1210479125728262_605834751396318439_n.jpg'),(5158,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2019/11/18446892_1210479125728262_605834751396318439_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"18446892_1210479125728262_605834751396318439_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"18446892_1210479125728262_605834751396318439_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"18446892_1210479125728262_605834751396318439_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"18446892_1210479125728262_605834751396318439_n-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5159,745,'_wp_attached_file','2019/11/14610885_993365420772968_7255455650793672932_n.jpg'),(5160,745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:640;s:4:\"file\";s:58:\"2019/11/14610885_993365420772968_7255455650793672932_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"14610885_993365420772968_7255455650793672932_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"14610885_993365420772968_7255455650793672932_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"14610885_993365420772968_7255455650793672932_n-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"14610885_993365420772968_7255455650793672932_n-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5161,746,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">FREE WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819252262\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74610000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572819133096\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74610001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74610002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572818682599\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74610003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74610004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572819222987\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74610005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74610006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5162,746,'_elementor_controls_usage','a:0:{}'),(5163,746,'_wp_page_template','default'),(5164,746,'_elementor_edit_mode','builder'),(5165,746,'_elementor_template_type','wp-page'),(5166,746,'_elementor_version','2.7.4'),(5168,747,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:50:\"<h1 style=\"text-align: center;\">FREE WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819252262\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572819133096\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572818682599\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572819222987\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5169,747,'_elementor_controls_usage','a:0:{}'),(5170,747,'_wp_page_template','default'),(5171,747,'_elementor_edit_mode','builder'),(5172,747,'_elementor_template_type','wp-page'),(5173,747,'_elementor_version','2.7.4'),(5175,748,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74810000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:98:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nHHY TEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572819777631\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74810001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572818682599\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74810003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74810004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572819222987\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-74810005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-74810006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5176,748,'_elementor_controls_usage','a:0:{}'),(5177,748,'_wp_page_template','default'),(5178,748,'_elementor_edit_mode','builder'),(5179,748,'_elementor_template_type','wp-page'),(5180,748,'_elementor_version','2.7.4'),(5182,749,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:98:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nHHY TEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572819777631\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572818682599\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h1 style=\"text-align: center;\">FREE</h1>\n<h1 style=\"text-align: center;\">WEIGHTS</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572819222987\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5183,749,'_elementor_controls_usage','a:0:{}'),(5184,749,'_wp_page_template','default'),(5185,749,'_elementor_edit_mode','builder'),(5186,749,'_elementor_template_type','wp-page'),(5187,749,'_elementor_version','2.7.4'),(5189,750,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-75010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-75010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-75010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5190,750,'_elementor_controls_usage','a:0:{}'),(5191,750,'_wp_page_template','default'),(5192,750,'_elementor_edit_mode','builder'),(5193,750,'_elementor_template_type','wp-page'),(5194,750,'_elementor_version','2.7.4'),(5196,751,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:405:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";s:2:\"on\";s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5197,751,'_elementor_controls_usage','a:0:{}'),(5198,751,'_wp_page_template','default'),(5199,751,'_elementor_edit_mode','builder'),(5200,751,'_elementor_template_type','wp-page'),(5201,751,'_elementor_version','2.7.4'),(5203,752,'_wp_attached_file','2019/11/SYC_Portraits_JPerugia-1617.jpg'),(5204,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:738;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/11/SYC_Portraits_JPerugia-1617.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1617-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1617-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1617-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5205,753,'_wp_attached_file','2019/11/SYC_Portraits_JPerugia-1639.jpg'),(5206,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2360;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/11/SYC_Portraits_JPerugia-1639.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SYC_Portraits_JPerugia-1639-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1639-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5207,754,'_wp_attached_file','2019/11/YogiAshokananda-4838.jpg'),(5208,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2019/11/YogiAshokananda-4838.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"YogiAshokananda-4838-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"YogiAshokananda-4838-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5209,755,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572822526089\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:87:\"<h2 style=\"text-align: center;\">&nbsp;</h2>\n<h1 style=\"text-align: right;\">&nbsp;</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:754;s:14:\"image_fallback\";s:84:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/restaurant-691672_1280.jpg\";s:4:\"size\";s:5:\"large\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:0;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:31:\"9232554595dab5e2897001588461068\";s:19:\"_sow_form_timestamp\";s:13:\"1572820415042\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"dcc630c0-fa40-4b16-807b-1a75ff81425e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75510003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:16:\"YOGI ASHOKANANDA\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:10:\"new_window\";b:1;s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:257:\"Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.\";s:15:\"destination_url\";s:30:\"http://www.yogiashokananda.com\";s:3:\"tag\";s:1:\"p\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:31:\"8707628655dbb05f892694189468509\";s:19:\"_sow_form_timestamp\";s:13:\"1572541164062\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"7317b496-38b8-4f07-890e-38ac6aae9e17\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 0px 0px 170px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2429:\"<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:31:\"9747259925dbb0c3c6df8b170739900\";s:19:\"_sow_form_timestamp\";s:13:\"1572541195710\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-75510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5cde015f-a0e6-4ab9-880b-2ea99cea77b5\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 170px 0px 0px\";}}}i:6;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75510006\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75510007\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75510008\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:2;s:5:\"label\";s:24:\"Welcome Heading and Text\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.346666666667;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.653333333333;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5210,755,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5211,755,'_wp_page_template','elementor_header_footer'),(5212,755,'_elementor_edit_mode','builder'),(5213,755,'_elementor_template_type','wp-page'),(5214,755,'_elementor_version','2.7.4'),(5215,755,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5218,756,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5219,756,'_wp_page_template','elementor_header_footer'),(5220,756,'_elementor_edit_mode','builder'),(5221,756,'_elementor_template_type','wp-page'),(5222,756,'_elementor_version','2.7.4'),(5223,756,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5225,757,'_wp_attached_file','2019/11/SYC_Portraits_JPerugia-1609.jpg'),(5226,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:738;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/11/SYC_Portraits_JPerugia-1609.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1609-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1609-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"SYC_Portraits_JPerugia-1609-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5227,758,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:3:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572822526089\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75810000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75810001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75810002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75810003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75810004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:8:\"headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:14:\"Helvetica Neue\";s:5:\"color\";s:7:\"#aba074\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h1\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:12:\"sub_headline\";a:11:{s:4:\"text\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:5:\"color\";s:7:\"#000000\";s:5:\"align\";s:6:\"center\";s:15:\"destination_url\";s:0:\"\";s:10:\"new_window\";b:0;s:3:\"tag\";s:2:\"h3\";s:11:\"hover_color\";b:0;s:9:\"font_size\";b:0;s:11:\"line_height\";b:0;s:6:\"margin\";b:0;}s:7:\"divider\";a:7:{s:5:\"style\";s:6:\"dotted\";s:6:\"weight\";s:4:\"thin\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:6:\"margin\";b:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-75810005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:5:\"order\";a:0:{}s:7:\"fittext\";b:0;s:18:\"fittext_compressor\";i:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:111:\"<h1>Specialists in Pediatric Dentistry</h1>\n<h3>Dedicated to the oral health of children</h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:6:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#fe66a7\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}}}s:10:\"background\";a:10:{s:5:\"image\";i:752;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572823329502\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-75810006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2726:\"<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572823579110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-75810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5228,758,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5229,758,'_wp_page_template','default'),(5230,758,'_elementor_edit_mode','builder'),(5231,758,'_elementor_template_type','wp-page'),(5232,758,'_elementor_version','2.7.4'),(5233,758,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5236,759,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5237,759,'_wp_page_template','default'),(5238,759,'_elementor_edit_mode','builder'),(5239,759,'_elementor_template_type','wp-page'),(5240,759,'_elementor_version','2.7.4'),(5241,759,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5243,760,'_wp_attached_file','2019/11/IMG_6624-2.jpg'),(5244,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:672;s:4:\"file\";s:22:\"2019/11/IMG_6624-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_6624-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_6624-2-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_6624-2-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_6624-2-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"IMG_6624-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472359374\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5245,761,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76110001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76110002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76110003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76110004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76110005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:26:\"<h1>Yogi Ashokananda</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:669;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572823946694\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76110006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2726:\"<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572823752487\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-76110007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5246,761,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5247,761,'_wp_page_template','default'),(5248,761,'_elementor_edit_mode','builder'),(5249,761,'_elementor_template_type','wp-page'),(5250,761,'_elementor_version','2.7.4'),(5251,761,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5253,762,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:26:\"<h1>Yogi Ashokananda</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:669;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572823946694\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2726:\"<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572823752487\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5254,762,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5255,762,'_wp_page_template','default'),(5256,762,'_elementor_edit_mode','builder'),(5257,762,'_elementor_template_type','wp-page'),(5258,762,'_elementor_version','2.7.4'),(5259,762,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5261,763,'_wp_attached_file','2019/11/Yogi-4838.jpg'),(5262,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2019/11/Yogi-4838.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Yogi-4838-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Yogi-4838-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Yogi-4838-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"Yogi-4838-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5263,764,'_wp_attached_file','2019/11/YogiAshokananda-4838-1.jpg'),(5264,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:831;s:4:\"file\";s:34:\"2019/11/YogiAshokananda-4838-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4838-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4838-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4838-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"YogiAshokananda-4838-1-1024x567.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"YogiAshokananda-4838-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5265,765,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:26:\"<h1>Yogi Ashokananda</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572824265098\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76510006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2726:\"<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572823752487\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-76510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5266,765,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5267,765,'_wp_page_template','default'),(5268,765,'_elementor_edit_mode','builder'),(5269,765,'_elementor_template_type','wp-page'),(5270,765,'_elementor_version','2.7.4'),(5271,765,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5273,766,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:26:\"<h1>Yogi Ashokananda</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572824265098\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2726:\"<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572823752487\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5274,766,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5275,766,'_wp_page_template','default'),(5276,766,'_elementor_edit_mode','builder'),(5277,766,'_elementor_template_type','wp-page'),(5278,766,'_elementor_version','2.7.4'),(5279,766,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5281,767,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76710001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76710002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76710003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76710004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76710005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572824328733\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76710006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2780:\"<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572824360312\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-76710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5282,767,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5283,767,'_wp_page_template','default'),(5284,767,'_elementor_edit_mode','builder'),(5285,767,'_elementor_template_type','wp-page'),(5286,767,'_elementor_version','2.7.4'),(5287,767,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5289,768,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572824328733\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2780:\"<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572824360312\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5290,768,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5291,768,'_wp_page_template','default'),(5292,768,'_elementor_edit_mode','builder'),(5293,768,'_elementor_template_type','wp-page'),(5294,768,'_elementor_version','2.7.4'),(5295,768,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5297,769,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76910001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76910002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76910003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76910004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-76910005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572824328733\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-76910006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2780:\"<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572826904450\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-76910007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:8;a:17:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572824604607\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-76910008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2466:\"<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572826985428\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-76910009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:10;a:9:{s:4:\"text\";s:10:\"CONTACT US\";s:3:\"url\";s:21:\"http://siteorigin.com\";s:10:\"new_window\";b:0;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#000000\";s:10:\"text_color\";s:7:\"#dddddd\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"9f4f875e-e876-47c3-b7a1-adb9f7671bad\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-76910010\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:9:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5298,769,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5299,769,'_wp_page_template','default'),(5300,769,'_elementor_edit_mode','builder'),(5301,769,'_elementor_template_type','wp-page'),(5302,769,'_elementor_version','2.7.4'),(5303,769,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5321,772,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572824604607\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-14510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2466:\"<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572826985428\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5305,770,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2015/12/kid-673584.jpg#2048x1366\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"25px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"5683d466d1b7e\";s:19:\"_sow_form_timestamp\";s:13:\"1572824328733\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510006\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"437144b5-50d7-446c-9d7b-f416af7bb639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2780:\"<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5683d744ad65a\";s:19:\"_sow_form_timestamp\";s:13:\"1572826904450\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6f552334-8dae-4df2-9d8d-f1e305ba51fb\";s:5:\"style\";a:4:{s:7:\"padding\";s:5:\"2% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:17:\"0px 50px 0px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:8;a:17:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572824604607\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-14510008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2466:\"<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572826985428\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:10;a:9:{s:4:\"text\";s:10:\"CONTACT US\";s:3:\"url\";s:21:\"http://siteorigin.com\";s:10:\"new_window\";b:0;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";}s:6:\"design\";a:10:{s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#000000\";s:10:\"text_color\";s:7:\"#dddddd\";s:5:\"hover\";b:1;s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:1:\"0\";s:7:\"padding\";s:1:\"1\";s:5:\"width\";b:0;s:4:\"font\";s:7:\"default\";}s:10:\"attributes\";a:5:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"9f4f875e-e876-47c3-b7a1-adb9f7671bad\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-14510010\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:9:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5306,770,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5307,770,'_wp_page_template','default'),(5308,770,'_elementor_edit_mode','builder'),(5309,770,'_elementor_template_type','wp-page'),(5310,770,'_elementor_version','2.7.4'),(5311,770,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5313,771,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-77110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77110001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77110002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77110003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77110004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77110005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:764;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572824604607\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-77110006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2466:\"<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572826985428\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-77110007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5314,771,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5315,771,'_wp_page_template','default'),(5316,771,'_elementor_edit_mode','builder'),(5317,771,'_elementor_template_type','wp-page'),(5318,771,'_elementor_version','2.7.4'),(5319,771,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5322,772,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5323,772,'_wp_page_template','default'),(5324,772,'_elementor_edit_mode','builder'),(5325,772,'_elementor_template_type','wp-page'),(5326,772,'_elementor_version','2.7.4'),(5327,772,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5329,773,'_wp_attached_file','2019/11/Yogi_SYC_JPerugia-1658.jpg'),(5330,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2143;s:6:\"height\";i:3000;s:4:\"file\";s:34:\"2019/11/Yogi_SYC_JPerugia-1658.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Yogi_SYC_JPerugia-1658-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Yogi_SYC_JPerugia-1658-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Yogi_SYC_JPerugia-1658-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Yogi_SYC_JPerugia-1658-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"Yogi_SYC_JPerugia-1658-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5331,774,'_wp_attached_file','2019/11/YogiAshokananda_JPerugia-7644.jpg'),(5332,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1431;s:4:\"file\";s:41:\"2019/11/YogiAshokananda_JPerugia-7644.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7644-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7644-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"YogiAshokananda_JPerugia-7644-768x1099.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1099;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"YogiAshokananda_JPerugia-7644-716x1024.jpg\";s:5:\"width\";i:716;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:41:\"YogiAshokananda_JPerugia-7644-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Jonathan Perugia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1315666993\";s:9:\"copyright\";s:16:\"Jonathan Perugia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5333,775,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-77510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:774;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572868544404\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-77510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2778:\"<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572868790562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-77510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5334,775,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5335,775,'_wp_page_template','default'),(5336,775,'_elementor_edit_mode','builder'),(5337,775,'_elementor_template_type','wp-page'),(5338,775,'_elementor_version','2.7.4'),(5339,775,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5341,776,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:622;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572824066704\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";d:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:774;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572868544404\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-14510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2778:\"<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572868790562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5342,776,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5343,776,'_wp_page_template','default'),(5344,776,'_elementor_edit_mode','builder'),(5345,776,'_elementor_template_type','wp-page'),(5346,776,'_elementor_version','2.7.4'),(5347,776,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5349,777,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:754;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870298152\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-77710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77710001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77710002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77710003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77710004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77710005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:774;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572868544404\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-77710006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2778:\"<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572868790562\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-77710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5350,777,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5351,777,'_wp_page_template','default'),(5352,777,'_elementor_edit_mode','builder'),(5353,777,'_elementor_template_type','wp-page'),(5354,777,'_elementor_version','2.7.4'),(5355,777,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6278,910,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:753;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:200;s:7:\"timeout\";i:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870359686\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(5357,778,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:754;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870298152\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:774;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572868544404\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-14510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2778:\"<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572868790562\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5358,778,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5359,778,'_wp_page_template','default'),(5360,778,'_elementor_edit_mode','builder'),(5361,778,'_elementor_template_type','wp-page'),(5362,778,'_elementor_version','2.7.4'),(5363,778,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5365,779,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:753;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870359686\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-77910000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77910001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77910002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77910003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77910004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-77910005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:774;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572868544404\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-77910006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2778:\"<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572868790562\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-77910007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5366,779,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5367,779,'_wp_page_template','default'),(5368,779,'_elementor_edit_mode','builder'),(5369,779,'_elementor_template_type','wp-page'),(5370,779,'_elementor_version','2.7.4'),(5371,779,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5373,780,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:8:{s:6:\"frames\";a:5:{i:0;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:727;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/10/mountain-690122_1920.jpg#1920x1077\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:1;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:564;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:2;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:728;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:3;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:760;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}i:4;a:4:{s:7:\"content\";s:0:\"\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:753;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2015/09/trekking-299000_1920.jpg#1920x1285\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:100;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:200;s:7:\"timeout\";d:2000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"350px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:32:\"19347426205dbb5d7216fa1415003720\";s:19:\"_sow_form_timestamp\";s:13:\"1572870359686\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08a75db1-a0a6-48e3-9b06-79326bb2b67e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-14510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:20:\"Himalayan Hatha Yoga\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#2cb1e2\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:305:\"Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#4c4c4c\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c6227d429\";s:19:\"_sow_form_timestamp\";s:13:\"1572534070016\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510001\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9a3b006-9e37-4638-8392-8b651b75c77f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:29:\"Himalayan Hatha Yoga benefits\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:9:\"Open Sans\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:457:\"create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp; muscular energy | release toxins from your systems, organs &amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";b:0;s:4:\"font\";s:13:\"Open Sans:300\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:5:\"right\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:13:\"5635c9496f3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1572549562812\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510002\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0bf77eac-6b81-4231-a5f6-6aa142816ffc\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:16:\"0px 30px 0px 0px\";}}}i:3;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"21363987255dab5ee047433254892326\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510003\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6c6ce076-5538-459d-bf8c-bf3bc9ede8b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:118:\"\"A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\" Yogi Ashokananda\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#404040\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"14832268075dab5ee5792f3139850132\";s:19:\"_sow_form_timestamp\";s:13:\"1572540356201\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510004\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"af2c5a73-b51b-460d-94b9-a8534f5c0dd1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:11:{s:8:\"headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h1\";s:5:\"color\";s:7:\"#aba074\";s:11:\"hover_color\";b:0;s:4:\"font\";s:14:\"Helvetica Neue\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"sub_headline\";a:15:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover_color\";b:0;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";b:0;s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:11:\"line_height\";b:0;s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";b:0;}s:7:\"divider\";a:9:{s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#404040\";s:9:\"thickness\";i:0;s:5:\"align\";s:6:\"center\";s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:6:\"margin\";b:0;s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";i:0;s:12:\"_sow_form_id\";s:32:\"20531447905dbf62f8e053e498413450\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:7:\"fittext\";b:0;s:22:\"so_sidebar_emulator_id\";s:21:\"sow-headline-14510005\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"03f3c14a-3a64-485b-875a-7669b9a3bc3a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:774;s:14:\"image_fallback\";s:85:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/hat-15263_1280.jpg#1280x853\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:30:\"831997925dbf660d7388f023188232\";s:19:\"_sow_form_timestamp\";s:13:\"1572868544404\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-14510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78f248d3-048a-407f-b930-f142a7e8927f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2778:\"<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:12:\"_sow_form_id\";s:32:\"15975502695dbf6627337d8306740398\";s:19:\"_sow_form_timestamp\";s:13:\"1572868790562\";s:5:\"autop\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-14510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"eedbf607-d450-4e88-9fa7-7fae0c4ad19f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:7:\"padding\";s:2:\"5%\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:2:\"5%\";s:10:\"background\";s:7:\"#2cb1e2\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"65px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:3;s:5:\"label\";s:14:\"Daily Specials\";}i:5;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";i:1;s:5:\"label\";s:7:\"Gallery\";}i:6;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.3;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.7;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(5374,780,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5375,780,'_wp_page_template','default'),(5376,780,'_elementor_edit_mode','builder'),(5377,780,'_elementor_template_type','wp-page'),(5378,780,'_elementor_version','2.7.4'),(5379,780,'_elementor_data','[{\"id\":\"a1a1cc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"265222af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61aa2312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"pl-145\\\" class=\\\"panel-layout\\\"><div id=\\\"pg-145-0\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\\\" data-stretch-type=\\\"full-stretched\\\"><div id=\\\"pgc-145-0-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"1\\\"><div id=\\\"panel-145-0-0-0\\\" class=\\\"so-panel widget widget_sow-hero panel-first-child panel-last-child\\\" data-index=\\\"0\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Hero_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\\\&quot;text-align: center;\\\\&quot;&gt;About\\\\u00a0Simple&lt;\\\\\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\\\\\/\\\\\\/layouts.siteorigin.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/11\\\\\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-0-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\&quot; data-index=\\\\&quot;0\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><\\/div><\\/div><\\/div><div id=\\\"pg-145-1\\\" class=\\\"panel-grid panel-has-style\\\" data-style=\\\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\\\"><div class=\\\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\\\" data-stretch-type=\\\"full\\\"><div id=\\\"pgc-145-1-0\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-0-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"1\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-0-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;1\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-0-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"2\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Let\\u2019s work together! Drop us an email\\u00a0to get started!<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><div id=\\\"pgc-145-1-1\\\" class=\\\"panel-grid-cell\\\" data-weight=\\\"0.5\\\"><div id=\\\"panel-145-1-1-0\\\" class=\\\"so-panel widget widget_sow-headline panel-first-child\\\" data-index=\\\"3\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\">[siteorigin_widget class=\\\"SiteOrigin_Widget_Headline_Widget\\\"]<input type=\\\"hidden\\\" value=\\\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\\\&quot;panel-145-1-1-0\\\\&quot; class=\\\\&quot;so-panel widget widget_sow-headline panel-first-child\\\\&quot; data-index=\\\\&quot;3\\\\&quot; data-style=\\\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\\\&quot;widget-title\\\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\\\" \\/>[\\/siteorigin_widget]<\\/div><div id=\\\"panel-145-1-1-1\\\" class=\\\"so-panel widget widget_sow-editor panel-last-child\\\" data-index=\\\"4\\\" data-style=\\\"{&quot;background_display&quot;:&quot;tile&quot;}\\\"><div class=\\\"so-widget-sow-editor so-widget-sow-editor-base\\\"><div class=\\\"siteorigin-widget-tinymce textwidget\\\"><p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. <\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.<\\/span><\\/p><p><span style=\\\"color: #333333;\\\">Wanna see proof? Check out our work!\\u00a0<\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5384,782,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78210000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78210001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3407:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>Himalayan Hatha Yoga Teacher Training 200 hours certified by Yogi Asohkananda School &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>Areas covered in this training are the Foundation and Philosophy of HHY &nbsp;and the best practices to become a HHY &nbsp;Teacher.<br />\nThere will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. If you have attended any workshops, retreats or courses with Yogi Ashokananda within 12 months prior to starting these can count towards your total hours so please do inform us. &nbsp;You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory.&nbsp; Topics will include:</p>\n<ul>\n<li>Introduction to Himalayan Hatha Yoga\n<ul>\n<li>Philosophy, HHY Components &amp;&nbsp;Principles</li>\n<li>Asana types &amp; categories</li>\n</ul>\n</li>\n<li>Discover the Asanas\n<ul>\n<li>Preparatory Series - a strong foundation for teachers</li>\n<li>HHY Series 1 - 3</li>\n<li>Additional Asanas&nbsp;- up to 108</li>\n<li>Asana Analysis&nbsp;</li>\n</ul>\n</li>\n<li>Anatomy &amp; Physiology\n<ul>\n<li>Practical application to Himalayan Hatha Yoga</li>\n</ul>\n</li>\n<li>Learning to Teach\n<ul>\n<li>The Journey of&nbsp;Yoga Teacher</li>\n<li>Teaching Methodology&nbsp;</li>\n<li>Criteria to become a teacher</li>\n<li>Teaching Considerations</li>\n<li>Student / Teacher / Class Dynamics</li>\n<li>Class Planning</li>\n</ul>\n</li>\n<li>Sacred Anatomy\n<ul>\n<li>Bandhas&nbsp;</li>\n<li>Chakras</li>\n<li>Chanting</li>\n<li>Mudras</li>\n<li>Nadis</li>\n<li>Prana</li>\n<li>Pranayama</li>\n<li>Anatomy &amp; Physiology&nbsp;</li>\n</ul>\n</li>\n<li>Basic Meditation</li>\n</ul>\n<p dir=\"RTL\" style=\"text-align: left;\"><strong><u><span dir=\"LTR\">Included in course fee</span></u></strong></p>\n<ul>\n<li>Himalayan Hatha Yoga Digital Course Manual</li>\n<li>All teaching and tuition</li>\n</ul>\n<p>The 8 weekend dates for the teacher training course will be held from</p>\n<p>February - October 2020</p>\n<p>9:00 am - 6:00 / Saturday and Sunday</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\">&nbsp;</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572871189391\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78210002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78210003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78210004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78210005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78210006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5385,782,'_elementor_controls_usage','a:0:{}'),(5386,782,'_wp_page_template','default'),(5387,782,'_elementor_edit_mode','builder'),(5388,782,'_elementor_template_type','wp-page'),(5389,782,'_elementor_version','2.7.4'),(5405,785,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2019:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>HHY Teacher Training 200 hours taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872054007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5391,783,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3407:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>Himalayan Hatha Yoga Teacher Training 200 hours certified by Yogi Asohkananda School &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>Areas covered in this training are the Foundation and Philosophy of HHY &nbsp;and the best practices to become a HHY &nbsp;Teacher.<br />\nThere will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. If you have attended any workshops, retreats or courses with Yogi Ashokananda within 12 months prior to starting these can count towards your total hours so please do inform us. &nbsp;You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory.&nbsp; Topics will include:</p>\n<ul>\n<li>Introduction to Himalayan Hatha Yoga\n<ul>\n<li>Philosophy, HHY Components &amp;&nbsp;Principles</li>\n<li>Asana types &amp; categories</li>\n</ul>\n</li>\n<li>Discover the Asanas\n<ul>\n<li>Preparatory Series - a strong foundation for teachers</li>\n<li>HHY Series 1 - 3</li>\n<li>Additional Asanas&nbsp;- up to 108</li>\n<li>Asana Analysis&nbsp;</li>\n</ul>\n</li>\n<li>Anatomy &amp; Physiology\n<ul>\n<li>Practical application to Himalayan Hatha Yoga</li>\n</ul>\n</li>\n<li>Learning to Teach\n<ul>\n<li>The Journey of&nbsp;Yoga Teacher</li>\n<li>Teaching Methodology&nbsp;</li>\n<li>Criteria to become a teacher</li>\n<li>Teaching Considerations</li>\n<li>Student / Teacher / Class Dynamics</li>\n<li>Class Planning</li>\n</ul>\n</li>\n<li>Sacred Anatomy\n<ul>\n<li>Bandhas&nbsp;</li>\n<li>Chakras</li>\n<li>Chanting</li>\n<li>Mudras</li>\n<li>Nadis</li>\n<li>Prana</li>\n<li>Pranayama</li>\n<li>Anatomy &amp; Physiology&nbsp;</li>\n</ul>\n</li>\n<li>Basic Meditation</li>\n</ul>\n<p dir=\"RTL\" style=\"text-align: left;\"><strong><u><span dir=\"LTR\">Included in course fee</span></u></strong></p>\n<ul>\n<li>Himalayan Hatha Yoga Digital Course Manual</li>\n<li>All teaching and tuition</li>\n</ul>\n<p>The 8 weekend dates for the teacher training course will be held from</p>\n<p>February - October 2020</p>\n<p>9:00 am - 6:00 / Saturday and Sunday</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\">&nbsp;</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572871189391\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5392,783,'_elementor_controls_usage','a:0:{}'),(5393,783,'_wp_page_template','default'),(5394,783,'_elementor_edit_mode','builder'),(5395,783,'_elementor_template_type','wp-page'),(5396,783,'_elementor_version','2.7.4'),(5398,784,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78410000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78410001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2019:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>HHY Teacher Training 200 hours taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872054007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78410002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78410003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78410005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78410006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5399,784,'_elementor_controls_usage','a:0:{}'),(5400,784,'_wp_page_template','default'),(5401,784,'_elementor_edit_mode','builder'),(5402,784,'_elementor_template_type','wp-page'),(5403,784,'_elementor_version','2.7.4'),(5406,785,'_elementor_controls_usage','a:0:{}'),(5407,785,'_wp_page_template','default'),(5408,785,'_elementor_edit_mode','builder'),(5409,785,'_elementor_template_type','wp-page'),(5410,785,'_elementor_version','2.7.4'),(5412,786,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78610000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78610001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2031:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872273729\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78610002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78610003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78610004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78610005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78610006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5413,786,'_elementor_controls_usage','a:0:{}'),(5414,786,'_wp_page_template','default'),(5415,786,'_elementor_edit_mode','builder'),(5416,786,'_elementor_template_type','wp-page'),(5417,786,'_elementor_version','2.7.4'),(5419,787,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2031:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872273729\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5420,787,'_elementor_controls_usage','a:0:{}'),(5421,787,'_wp_page_template','default'),(5422,787,'_elementor_edit_mode','builder'),(5423,787,'_elementor_template_type','wp-page'),(5424,787,'_elementor_version','2.7.4'),(5426,788,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78810000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78810001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2057:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872364150\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78810003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78810004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-78810005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-78810006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5427,788,'_elementor_controls_usage','a:0:{}'),(5428,788,'_wp_page_template','default'),(5429,788,'_elementor_edit_mode','builder'),(5430,788,'_elementor_template_type','wp-page'),(5431,788,'_elementor_version','2.7.4'),(5433,789,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2057:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872364150\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5434,789,'_elementor_controls_usage','a:0:{}'),(5435,789,'_wp_page_template','default'),(5436,789,'_elementor_edit_mode','builder'),(5437,789,'_elementor_template_type','wp-page'),(5438,789,'_elementor_version','2.7.4'),(5440,790,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-79010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-79010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2057:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872512262\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-79010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-79010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-79010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-79010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-79010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5441,790,'_elementor_controls_usage','a:0:{}'),(5442,790,'_wp_page_template','default'),(5443,790,'_elementor_edit_mode','builder'),(5444,790,'_elementor_template_type','wp-page'),(5445,790,'_elementor_version','2.7.4'),(5447,791,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:94:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nUK, LONDON</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572820019618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2057:\"<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572872512262\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:100:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE<br />\nYOGIVILLE, INDIA</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572820033042\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:80:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE<br />\nUK</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572820043115\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5448,791,'_elementor_controls_usage','a:0:{}'),(5449,791,'_wp_page_template','default'),(5450,791,'_elementor_edit_mode','builder'),(5451,791,'_elementor_template_type','wp-page'),(5452,791,'_elementor_version','2.7.4'),(5459,795,'_wp_attached_file','2019/09/image-ID-206ee153-a90f-4146-fb1f-823adf9bf582.jpeg'),(5460,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:595;s:4:\"file\";s:58:\"2019/09/image-ID-206ee153-a90f-4146-fb1f-823adf9bf582.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"image-ID-206ee153-a90f-4146-fb1f-823adf9bf582-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"image-ID-206ee153-a90f-4146-fb1f-823adf9bf582-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"image-ID-206ee153-a90f-4146-fb1f-823adf9bf582-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5469,797,'_wp_attached_file','2016/11/12299154_895868910520985_1719851105744746963_n.jpg'),(5470,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2016/11/12299154_895868910520985_1719851105744746963_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"12299154_895868910520985_1719851105744746963_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"12299154_895868910520985_1719851105744746963_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"12299154_895868910520985_1719851105744746963_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"12299154_895868910520985_1719851105744746963_n-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5480,799,'_wp_attached_file','2019/11/CUba-69-of-69.jpg'),(5481,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1750;s:6:\"height\";i:1167;s:4:\"file\";s:25:\"2019/11/CUba-69-of-69.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CUba-69-of-69-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CUba-69-of-69-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CUba-69-of-69-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"CUba-69-of-69-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"CUba-69-of-69-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5570,809,'_wp_attached_file','2019/11/HB_head-1-of-2.jpg'),(5516,802,'_wp_page_template','default'),(5517,802,'_elementor_edit_mode','builder'),(5518,802,'_elementor_template_type','wp-page'),(5519,802,'_elementor_version','2.7.5'),(5520,802,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5521,802,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5805,846,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5571,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2796;s:6:\"height\";i:2796;s:4:\"file\";s:26:\"2019/11/HB_head-1-of-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"HB_head-1-of-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"HB_head-1-of-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564159246\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5532,804,'_wp_page_template','default'),(5533,804,'_elementor_edit_mode','builder'),(5534,804,'_elementor_template_type','wp-page'),(5535,804,'_elementor_version','2.7.5'),(5536,804,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5537,804,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpvq_postmeta` VALUES (5581,811,'_wp_page_template','default'),(5582,811,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:1:{s:9:\"icon_size\";i:1;}s:20:\"section_social_hover\";a:1:{s:15:\"hover_animation\";i:1;}}}}}'),(5578,811,'_edit_lock','1573739360:2'),(5579,811,'_edit_last','2'),(5580,811,'_thumbnail_id','826'),(5585,811,'ocean_gallery_link_images','off'),(5586,811,'_yoast_wpseo_content_score','30'),(5587,811,'_yoast_wpseo_primary_category','22'),(5588,811,'ocean_sidebar','0'),(5589,811,'ocean_second_sidebar','0'),(5590,811,'ocean_disable_margins','enable'),(5591,811,'ocean_display_top_bar','default'),(5592,811,'ocean_display_header','default'),(5593,811,'ocean_center_header_left_menu','0'),(5594,811,'ocean_custom_header_template','0'),(5595,811,'ocean_header_custom_menu','0'),(5596,811,'ocean_menu_typo_font_family','0'),(5597,811,'ocean_disable_title','default'),(5598,811,'ocean_disable_heading','default'),(5599,811,'ocean_disable_breadcrumbs','default'),(5600,811,'ocean_display_footer_widgets','default'),(5601,811,'ocean_display_footer_bottom','default'),(5602,811,'ocean_custom_footer_template','0'),(5603,811,'ocean_link_format_target','self'),(5604,811,'ocean_quote_format_link','post'),(6271,909,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(5685,825,'_wp_attached_file','2016/11/12299154_895868910520985_1719851105744746963_n-1.jpg'),(5686,825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:653;s:4:\"file\";s:60:\"2016/11/12299154_895868910520985_1719851105744746963_n-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-1-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5689,826,'_wp_attached_file','2019/11/CUba-69-of-69-1.jpg'),(5690,826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:1001;s:4:\"file\";s:27:\"2019/11/CUba-69-of-69-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CUba-69-of-69-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CUba-69-of-69-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CUba-69-of-69-1-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"CUba-69-of-69-1-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"CUba-69-of-69-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5697,829,'_wp_attached_file','2016/11/12299154_895868910520985_1719851105744746963_n-2.jpg'),(5698,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:565;s:4:\"file\";s:60:\"2016/11/12299154_895868910520985_1719851105744746963_n-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-2-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-2-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"12299154_895868910520985_1719851105744746963_n-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5719,50,'_elementor_edit_mode','builder'),(5961,712,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:6;s:17:\"testimonial_image\";i:6;s:16:\"testimonial_name\";i:6;s:15:\"testimonial_job\";i:6;s:21:\"testimonial_alignment\";i:6;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;s:30:\"content_typography_line_height\";i:6;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:6;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:6;s:26:\"name_typography_typography\";i:6;s:25:\"name_typography_font_size\";i:6;s:32:\"name_typography_font_size_tablet\";i:6;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:6;s:25:\"job_typography_typography\";i:6;s:24:\"job_typography_font_size\";i:6;s:26:\"job_typography_font_weight\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:6:{s:12:\"border_width\";i:6;s:13:\"border_radius\";i:6;s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;s:32:\"box_shadow_hover_box_shadow_type\";i:6;s:27:\"box_shadow_hover_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:6;s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:6;s:14:\"padding_tablet\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:3:\"gap\";i:1;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:1;}}}}}'),(5727,836,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83610000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572907179364\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83610001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1914:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572908985999\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-83610002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572907410430\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83610003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1936:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:19:\"_sow_form_timestamp\";s:13:\"1572909146464\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-83610004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:71:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572907431675\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83610005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-83610006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5726,50,'_elementor_template_type','wp-post'),(5728,836,'_elementor_controls_usage','a:0:{}'),(5729,836,'_wp_page_template','default'),(5730,836,'_elementor_edit_mode','builder'),(5731,836,'_elementor_template_type','wp-page'),(5732,836,'_elementor_version','2.7.4'),(5734,837,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572907179364\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1914:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572908985999\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572907410430\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1936:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:19:\"_sow_form_timestamp\";s:13:\"1572909146464\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:71:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";d:0;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572907431675\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:407:\"<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5735,837,'_elementor_controls_usage','a:0:{}'),(5736,837,'_wp_page_template','default'),(5737,837,'_elementor_edit_mode','builder'),(5738,837,'_elementor_template_type','wp-page'),(5739,837,'_elementor_version','2.7.4'),(5741,838,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83810000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572907179364\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83810001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1914:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572908985999\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-83810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572907410430\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83810003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1936:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:19:\"_sow_form_timestamp\";s:13:\"1572909601940\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-83810004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:71:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572907431675\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-83810005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1132:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June<br />\n</strong>UK, BATH</h3>\n<p>The 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.</p>\n<p>Topics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:19:\"_sow_form_timestamp\";s:13:\"1572912793482\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-83810006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5742,838,'_elementor_controls_usage','a:0:{}'),(5743,838,'_wp_page_template','default'),(5744,838,'_elementor_edit_mode','builder'),(5745,838,'_elementor_template_type','wp-page'),(5746,838,'_elementor_version','2.7.4'),(5748,839,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:78:\"<h1 style=\"text-align: center;\">TEACHERS\' TRAINING AND CERTIFIED COURSES</h1>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:10:\"background\";a:10:{s:5:\"image\";i:551;s:14:\"image_fallback\";s:92:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg#1920x1274\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1572819569030\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:1;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:744;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828760_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d303fd1c89\";s:19:\"_sow_form_timestamp\";s:13:\"1572907179364\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010001\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d3763bb5-9dbb-4e41-81d9-6450c398dee4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1914:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d327546420\";s:19:\"_sow_form_timestamp\";s:13:\"1572908985999\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5ca9ffac-284d-422c-9253-bd35b534f2f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:77:\"<h1 style=\"text-align: center;\">200 HOURS<br />\nTEACHER TRAINING COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:743;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828726_640.jpg#640x425\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d31dc2d28e\";s:19:\"_sow_form_timestamp\";s:13:\"1572907410430\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010003\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ede52983-cfd9-4cb4-ac4a-05a79cfd5e09\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1936:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a1d5384\";s:19:\"_sow_form_timestamp\";s:13:\"1572909601940\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83b77b70-d58b-4630-83de-feb09c7283e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:8:{s:6:\"frames\";a:1:{i:0;a:4:{s:7:\"content\";s:71:\"<h1 style=\"text-align: center;\">100 HOURS<br />\nFOUNDATION COURSE</h1>\n\";s:23:\"content_selected_editor\";s:7:\"tinymce\";s:10:\"background\";a:10:{s:5:\"image\";i:745;s:14:\"image_fallback\";s:89:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828764_640.jpg#640x427\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;s:6:\"videos\";a:0:{}}s:7:\"buttons\";a:0:{}}}s:8:\"controls\";a:9:{s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:24:\"so_field_container_state\";s:4:\"open\";s:22:\"nav_always_show_mobile\";b:0;s:5:\"swipe\";b:0;s:23:\"background_video_mobile\";b:0;}s:6:\"design\";a:27:{s:6:\"height\";b:0;s:11:\"height_unit\";s:2:\"px\";s:17:\"height_responsive\";b:0;s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";b:0;s:12:\"heading_size\";s:4:\"25px\";s:17:\"heading_size_unit\";s:2:\"px\";s:18:\"fittext_compressor\";i:0;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";b:0;s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:0;s:10:\"link_color\";b:0;s:16:\"link_color_hover\";b:0;s:24:\"so_field_container_state\";s:4:\"open\";s:7:\"fittext\";b:0;}s:12:\"_sow_form_id\";s:13:\"569d322bb4731\";s:19:\"_sow_form_timestamp\";s:13:\"1572907431675\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-hero-15010005\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7875b8b6-a693-4c87-b0d3-531882d398dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1132:\"<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June<br />\n</strong>UK, BATH</h3>\n<p>The 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.</p>\n<p>Topics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"569d33a3e7ada\";s:19:\"_sow_form_timestamp\";s:13:\"1572912793482\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d74db1b2-54dd-49ee-9a24-c248466be963\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-15010006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:7:\"padding\";s:11:\"2% 0% 5% 0%\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333333;s:5:\"style\";a:0:{}}}}'),(5749,839,'_elementor_controls_usage','a:0:{}'),(5750,839,'_wp_page_template','default'),(5751,839,'_elementor_edit_mode','builder'),(5752,839,'_elementor_template_type','wp-page'),(5753,839,'_elementor_version','2.7.4'),(5758,841,'_elementor_version','2.7.5'),(5759,841,'_elementor_template_type','wp-page'),(5760,841,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5764,842,'_wp_page_template','default'),(5765,842,'_elementor_edit_mode','builder'),(5766,842,'_elementor_data','[{\"id\":\"6tvy454\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"600\"},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\"},\"background_video_link\":\"https:\\/\\/youtu.be\\/Qhsehv1xGBs\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_play_on_mobile\":\"yes\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8c219c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c36ef9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ce9098b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ce106a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70586956_2288386291270868_7185025595200241664_o.jpg\",\"id\":564},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e7e4234\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93e7fa5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/73013799_2349672305142266_3994995381204156416_o.jpg\",\"id\":685},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0a35e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0870f14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70620720_2288394514603379_5050946166468902912_o.jpg\",\"id\":569}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8038831\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"51902d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6666e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" data-gramm_id=\\\"64495db4-2d1d-9ec9-0d46-69d3f1637222\\\" data-gramm=\\\"true\\\" spellcheck=\\\"false\\\" data-gramm_editor=\\\"true\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins; font-style: normal;\\\">Himalayan Hatha Yoga <\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2db9b999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\\\"http:\\/\\/www.yogiashokananda.com\\\">Yogi Ashokananda<\\/a> and currently taught by him and many of his students who have trained with him in this discipline.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664c2e08\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"custom_height\":{\"unit\":\"px\",\"size\":400},\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e3e4e8\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"6d60262e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"3ff3ce6f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"gurukul teaching team\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"41\"},\"typography_font_family\":\"Poppins\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"3.5\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"-47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2845d621\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"1365d8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cddacc6\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":395,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/089A1463-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"http:\\/\\/www.yogiashokananda.com\\/\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Yogi Ashokananda\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_style\":\"normal\",\"hover_animation\":\"shrink\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"399d021\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"small\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63a4f82d\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/Yogiashokananda\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"qw9z55k\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCIBL7b0bioJjIX_JqENDHew\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/yogiashokananda\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"98007e5\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"66e801ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"83c8aaf\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":475,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/Screenshot-2019-10-07-at-22.50.40-1.png\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Raj Patel\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"204f4bbf\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"medium\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13949fa0\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/West-London-Yog-290214144445215\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5f6618dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ffb6e3c\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":498,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_0553-2-2-2.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hannah Moselhi\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"caption_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d606105\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Himalayan Hatha Yoga Leader\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"332a3409\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/HMoselhiYoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hannahmoselhi\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e6dab1\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1140},\"gap\":\"no\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position_inner\":\"middle\",\"content_position_inner\":\"\",\"structure\":\"30\",\"section_background\":\"\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"heading_visibility\":\"\"},\"elements\":[{\"id\":\"4b9f722\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"128d765\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":503,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/HB_head-1-of-2-1.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Hayden Barile\\u200b\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4eea41\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"<span data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-variant-caps: normal; line-height: 1.2em; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; color: rgb(84, 89, 95); letter-spacing: 0.2px;\\\">Yoga &amp; Meditation Teacher<\\/span>\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259c8e9\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hayden.barile.3\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1q7inly\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/haydenbarile\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ca7765a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCdkDsGl_-7wfVB4sU920KPA\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d612d92\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/hayden-barile-202a29\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"490e658\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"f1f41e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"221d117\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":516,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Kwok Ying Chan\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3720dd0\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843204a\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kwokychan7\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"lf5yt4c\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/soulsista_7\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"0154550\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"53030b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0)\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"651cd60\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":531,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/joe1a.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":28},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"link_to\":\"custom\",\"caption_source\":\"custom\",\"caption\":\"Joseph Macnab\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Poppins\",\"caption_typography_font_weight\":\"bold\",\"caption_typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d48f06f\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"Yoga & Meditation Teacher\\u200b\\u200b\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"674d935\",\"elType\":\"widget\",\"settings\":{\"section_social_icon\":\"\",\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ignitetherapies1\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"1j7enrh\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ignitetherapies\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"eb7ba98\"}],\"shape\":\"circle\",\"section_social_style\":\"\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#f80813\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f79283a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d15c541\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69ace06\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c6dcf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc7ed98\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-78\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"b7392ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_hover_background\":\"classic\"},\"elements\":[{\"id\":\"882682a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"55d5c0d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"2401fd7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where I can practice Himalayan Hatha Yoga?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"802d5e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1b07ef\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"d8c7a6b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"7fb66a2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can I practice HHY online?\",\"tab_content\":\"<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#ff0202\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#005499\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.4},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_typography_font_family\":\"Poppins\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d213cc4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"heading_visibility\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2c3f596a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"33871ca0\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":661,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/66071731_2145884235521075_3103242312356986880_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption\":\"200 Hour Teachers Training courses\\u200b\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6b6b5cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f6748ab\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"200 Hour <br>Teachers Training Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c58ea81\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\\\"http:\\/\\/www.yogaallianceprofessionals.org\\/\\\">Yoga Alliance Professionals<\\/a>\\u00a0and\\u00a0Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<\\/p><p>You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a>.\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"260c7012\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1150},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_title\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"background_overlay_section\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"heading_visibility\":\"\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"31d54a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e3e4e8\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"84876c5\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"title\":\"100 Hour Foundation Courses\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"size\":\"large\",\"header_size\":\"h3\",\"align\":\"center\",\"section_title_style\":\"\",\"title_color\":\"#474545\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d150b33\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC.\\u00a0<\\/p><p><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">You can find more details <a href=\\\"https:\\/\\/himalayanhathayoga.com\\/teachers-training-courses\\/\\\">here<\\/a><\\/span><span style=\\\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\\\">.\\u00a0<\\/span>\\u00a0<\\/p>\",\"section_style\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"2\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4e366dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\"},\"elements\":[{\"id\":\"31854c2a\",\"elType\":\"widget\",\"settings\":{\"section_image\":\"\",\"image\":{\"id\":548,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/70701256_2288384997937664_7768169213537026048_o.jpg\"},\"align\":\"center\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"section_style_image\":\"\",\"space\":{\"unit\":\"%\",\"size\":100},\"opacity\":{\"unit\":\"px\",\"size\":1},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_style_caption\":\"\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"caption_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"caption_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f0cd19\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94fa283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3568f3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=Idq5QHAxSPs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6769934\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1ab506\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5767,842,'_elementor_version','2.7.5'),(5768,842,'_elementor_template_type','wp-page'),(5769,842,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5780,76,'_elementor_controls_usage','a:8:{s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:16;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:8;s:21:\"background_background\";i:8;s:27:\"background_hover_background\";i:1;}s:14:\"section_border\";a:6:{s:21:\"box_shadow_box_shadow\";i:11;s:32:\"box_shadow_hover_box_shadow_type\";i:2;s:27:\"box_shadow_hover_box_shadow\";i:2;s:23:\"border_hover_transition\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:8;s:7:\"padding\";i:10;s:9:\"screen_sm\";i:11;s:15:\"screen_sm_width\";i:11;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:8;s:14:\"padding_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:1;s:13:\"custom_height\";i:7;s:13:\"content_width\";i:8;s:6:\"layout\";i:4;s:3:\"gap\";i:8;s:16:\"content_position\";i:6;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:6;}s:14:\"section_border\";a:2:{s:21:\"box_shadow_box_shadow\";i:6;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:7;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:8;s:6:\"margin\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:11;s:5:\"align\";i:8;s:4:\"link\";i:8;s:12:\"align_tablet\";i:8;s:12:\"align_mobile\";i:8;s:7:\"link_to\";i:6;s:14:\"caption_source\";i:6;s:7:\"caption\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:4;s:5:\"space\";i:10;s:7:\"opacity\";i:8;s:18:\"image_border_width\";i:6;s:19:\"image_border_radius\";i:6;s:27:\"image_box_shadow_box_shadow\";i:8;s:13:\"opacity_hover\";i:6;s:15:\"hover_animation\";i:6;}s:21:\"section_style_caption\";a:15:{s:28:\"caption_typography_font_size\";i:8;s:30:\"caption_typography_line_height\";i:8;s:33:\"caption_typography_letter_spacing\";i:8;s:35:\"caption_typography_font_size_tablet\";i:8;s:35:\"caption_typography_font_size_mobile\";i:8;s:37:\"caption_typography_line_height_tablet\";i:8;s:37:\"caption_typography_line_height_mobile\";i:8;s:40:\"caption_typography_letter_spacing_tablet\";i:8;s:40:\"caption_typography_letter_spacing_mobile\";i:8;s:10:\"text_color\";i:6;s:29:\"caption_typography_typography\";i:6;s:30:\"caption_typography_font_family\";i:6;s:29:\"caption_typography_font_style\";i:6;s:30:\"caption_typography_font_weight\";i:6;s:13:\"caption_space\";i:3;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:8;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:12;s:5:\"align\";i:12;s:11:\"header_size\";i:7;s:4:\"link\";i:9;s:4:\"size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:17:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:11;s:27:\"typography_font_size_mobile\";i:10;s:22:\"typography_font_family\";i:6;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:9;s:27:\"typography_font_size_tablet\";i:9;s:29:\"typography_line_height_tablet\";i:9;s:29:\"typography_line_height_mobile\";i:9;s:32:\"typography_letter_spacing_tablet\";i:9;s:32:\"typography_letter_spacing_mobile\";i:9;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:9;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:3;s:22:\"typography_font_family\";i:2;s:25:\"typography_letter_spacing\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:32:\"typography_letter_spacing_tablet\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:6;s:5:\"shape\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:6;s:18:\"icon_primary_color\";i:6;s:20:\"icon_secondary_color\";i:6;s:9:\"icon_size\";i:6;s:12:\"icon_padding\";i:6;s:12:\"icon_spacing\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:6;}s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:6;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:10:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:35:\"title_typography_line_height_tablet\";i:6;s:28:\"title_typography_font_family\";i:6;s:13:\"title_padding\";i:6;s:16:\"tab_active_color\";i:3;s:28:\"title_typography_line_height\";i:1;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:4:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}}}}}'),(5776,843,'_elementor_version','2.7.5'),(5777,843,'_elementor_template_type','wp-page'),(5778,843,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5800,846,'_wp_page_template','default'),(5801,846,'_elementor_edit_mode','builder'),(5802,846,'_elementor_template_type','wp-page'),(5803,846,'_elementor_version','2.7.5'),(5804,846,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5791,845,'_wp_page_template','default'),(5792,845,'_elementor_edit_mode','builder'),(5793,845,'_elementor_template_type','wp-page'),(5794,845,'_elementor_version','2.7.5'),(5795,845,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5796,845,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to\\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5818,849,'_wp_page_template','default'),(5819,849,'_elementor_edit_mode','builder'),(5820,849,'_elementor_template_type','wp-page'),(5821,849,'_elementor_version','2.7.5'),(5822,849,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5823,849,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Yoga Leader\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5844,852,'_wp_page_template','default'),(5845,852,'_elementor_edit_mode','builder'),(5846,852,'_elementor_template_type','wp-page'),(5847,852,'_elementor_version','2.7.5'),(5848,852,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5849,852,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Yoga Teacher, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5815,848,'_wp_attached_file','2019/11/Joseph-Macnab-Headshhot.jpeg'),(5816,848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1066;s:6:\"height\";i:1600;s:4:\"file\";s:36:\"2019/11/Joseph-Macnab-Headshhot.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Joseph-Macnab-Headshhot-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Joseph-Macnab-Headshhot-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Joseph-Macnab-Headshhot-768x1153.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Joseph-Macnab-Headshhot-682x1024.jpeg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"Joseph-Macnab-Headshhot-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5835,851,'_wp_page_template','default'),(5836,851,'_elementor_edit_mode','builder'),(5837,851,'_elementor_template_type','wp-page'),(5838,851,'_elementor_version','2.7.5'),(5839,851,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5840,851,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Yoga Teacher, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"id\":245,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/09\\/ava2.png\"},\"testimonial_name\":\"Mike Stuart\",\"testimonial_job\":\"Support\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#bfbfbf\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5889,858,'_wp_page_template','default'),(5890,858,'_elementor_edit_mode','builder'),(5891,858,'_elementor_template_type','wp-page'),(5892,858,'_elementor_version','2.7.5'),(5893,858,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5894,858,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":856,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/74529149_436804783651628_7214378179090186240_n.jpg\"},\"testimonial_name\":\"Szilvia Cseh\",\"testimonial_job\":\"HHY Student\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Yoga Teacher, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5869,855,'_wp_page_template','default'),(5870,855,'_elementor_edit_mode','builder'),(5853,853,'_wp_page_template','default'),(5854,853,'_elementor_edit_mode','builder'),(5855,853,'_elementor_template_type','wp-page'),(5856,853,'_elementor_version','2.7.5'),(5857,853,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5858,853,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Leader, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Yoga Teacher | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Yoga Teacher, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5880,857,'_wp_page_template','default'),(5881,857,'_elementor_edit_mode','builder'),(5882,857,'_elementor_template_type','wp-page'),(5883,857,'_elementor_version','2.7.5'),(5884,857,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5885,857,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":856,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/74529149_436804783651628_7214378179090186240_n.jpg\"},\"testimonial_name\":\"Szilvia Cseh\",\"testimonial_job\":\"HHY Student\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Yoga Teacher, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5871,855,'_elementor_template_type','wp-page'),(5872,855,'_elementor_version','2.7.5'),(5873,855,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5874,855,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Mac\",\"testimonial_job\":\"HHY Yoga Teacher, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5877,856,'_wp_attached_file','2019/11/74529149_436804783651628_7214378179090186240_n.jpg'),(5878,856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:215;s:4:\"file\";s:58:\"2019/11/74529149_436804783651628_7214378179090186240_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"74529149_436804783651628_7214378179090186240_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"74529149_436804783651628_7214378179090186240_n-215x182.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5929,862,'_wp_page_template','default'),(5930,862,'_elementor_edit_mode','builder'),(5931,862,'_elementor_template_type','wp-page'),(5932,862,'_elementor_version','2.7.5'),(5933,862,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5934,862,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, Therapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":856,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/74529149_436804783651628_7214378179090186240_n.jpg\"},\"testimonial_name\":\"Szilvia Cseh\",\"testimonial_job\":\"HHY Student\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":861,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/12240241_10154291723078066_1311007848745858583_o.jpg\"},\"testimonial_name\":\"Monica Petrascu\",\"testimonial_job\":\"HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5954,865,'_wp_page_template','default'),(5955,865,'_elementor_edit_mode','builder'),(5956,865,'_elementor_template_type','wp-page'),(5957,865,'_elementor_version','2.7.5'),(5958,865,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5959,865,'_elementor_data','[{\"id\":\"64ea87\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":0,\"bottom\":\"-46\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cf04277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e9e770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"329f736d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b034133\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7339aa86\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga changed and shaped my life and practise \\nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\",\"testimonial_image\":{\"id\":446,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\"},\"testimonial_name\":\"Sinta Soekadarova\",\"testimonial_job\":\"HHY Leader | Brand Ambasador\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"5efb8b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b0d662e\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\\u200b\",\"testimonial_image\":{\"id\":848,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/Joseph-Macnab-Headshhot.jpeg\"},\"testimonial_name\":\"Joseph Macnab\",\"testimonial_job\":\"HHY Leader, <span style=\\\"font-size: 16px; font-style: normal; font-variant-caps: normal; letter-spacing: normal; white-space: normal; font-family: &quot;Alegreya Sans&quot;, sans-serif;\\\">Tui Na massage therapist<\\/span>\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"36c56af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3052dd\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\\u200b\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Leader, Physiotherapist\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f4095e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43220a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":55,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"margin_tablet\":{\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"efe1458\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\",\"testimonial_image\":{\"id\":856,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/74529149_436804783651628_7214378179090186240_n.jpg\"},\"testimonial_name\":\"Szilvia Cseh\",\"testimonial_job\":\"HHY Student\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"fe182b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dbf88d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ghbshjabhja\",\"testimonial_image\":{\"id\":861,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/11\\/12240241_10154291723078066_1311007848745858583_o.jpg\"},\"testimonial_name\":\"Monica Petrascu\",\"testimonial_job\":\"HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"b526c57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(255,255,255,0)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"647d6f2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"xxxx\",\"testimonial_image\":{\"id\":450,\"url\":\"https:\\/\\/himalayanhathayoga.com\\/wp-content\\/uploads\\/2019\\/10\\/IMG_2292.jpg\"},\"testimonial_name\":\"Denes Boroka\",\"testimonial_job\":\"HHY Yoga Teacher, Physiotherapist\\u200b\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"image_size\":{\"unit\":\"px\",\"size\":55},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"job_text_color\":\"#000000\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"job_typography_font_weight\":\"300\",\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6309,82,'_elementor_css','a:5:{s:4:\"time\";i:1576151562;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:4;s:16:\"Playfair Display\";}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(6300,911,'_elementor_template_type','wp-post'),(6301,911,'_elementor_version','2.7.5'),(6302,911,'_elementor_data','[{\"id\":\"b6ba3a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"22df88b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7ccf6cf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda. In addition, I\\u2019ve gained valuable global experience living and working across four geographies (USA -California \\/Australia-Sydney \\/Asia and UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer\\/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment that cultivates awareness which creates space for the personal growth of both the student and teacher.&nbsp;&nbsp;\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f510e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1926bd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b2cb0c1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"efed043\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f375a2f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"7bc7b9c\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"d9a9b4c\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"f6ff93b\"},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"e5c59f2\"},{\"social_icon\":{\"value\":\"fab fa-skype\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"b69e361\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"e9b8b61\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"hover_animation\":\"pop\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]');
/*!40000 ALTER TABLE `wpvq_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_postmeta` with 3064 row(s)
--

--
-- Table structure for table `wpvq_posts`
--

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

--
-- Dumping data for table `wpvq_posts`
--

LOCK TABLES `wpvq_posts` WRITE;
/*!40000 ALTER TABLE `wpvq_posts` DISABLE KEYS */;
INSERT INTO `wpvq_posts` VALUES (3,1,'2019-09-20 21:25:23','2019-09-20 21:25:23','<!-- wp:heading -->\r\n<h2>Who we are</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Our website address is: https://himalayanhathayoga.com.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What personal data we collect and why we collect it</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Comments</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Media</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Contact forms</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Cookies</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Embedded content from other websites</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Analytics</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Who we share your data with</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>How long we retain your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What rights you have over your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Where we send your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Visitor comments may be checked through an automated spam detection service.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Your contact information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Additional information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>How we protect your data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What data breach procedures we have in place</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What third parties we receive data from</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What automated decision making and/or profiling we do with user data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Industry regulatory disclosure requirements</h3>\r\n<!-- /wp:heading -->','Privacy Policy','','publish','closed','open','','privacy-policy','','','2019-11-14 13:10:11','2019-11-14 13:10:11','',0,'https://himalayanhathayoga.com/?page_id=3',0,'page','',0),(184,1,'2019-09-21 15:46:59','2019-09-21 15:46:59',' ','','','publish','closed','closed','','184','','','2019-09-21 15:46:59','2019-09-21 15:46:59','',0,'https://himalayanhathayoga.com/2019/09/21/184/',2,'nav_menu_item','',0),(908,2,'2019-11-14 13:10:11','2019-11-14 13:10:11','<!-- wp:heading -->\r\n<h2>Who we are</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Our website address is: https://himalayanhathayoga.com.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What personal data we collect and why we collect it</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Comments</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Media</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Contact forms</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Cookies</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Embedded content from other websites</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Analytics</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Who we share your data with</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>How long we retain your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What rights you have over your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Where we send your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Visitor comments may be checked through an automated spam detection service.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Your contact information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Additional information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>How we protect your data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What data breach procedures we have in place</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What third parties we receive data from</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What automated decision making and/or profiling we do with user data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Industry regulatory disclosure requirements</h3>\r\n<!-- /wp:heading -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-11-14 13:10:11','2019-11-14 13:10:11','',3,'https://himalayanhathayoga.com/3-revision-v1/',0,'revision','',0),(7,1,'2019-09-20 21:53:46','2019-09-20 21:53:46','','HHY_logoLow','','inherit','open','closed','','hhy_logolow','','','2019-09-20 21:54:05','2019-09-20 21:54:05','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoLow.png',0,'attachment','image/png',0),(9,1,'2019-09-20 21:54:41','2019-09-20 21:54:41','','HHY_logoHigh','','inherit','open','closed','','hhy_logohigh','','','2019-09-20 21:54:41','2019-09-20 21:54:41','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh.png',0,'attachment','image/png',0),(76,1,'2016-11-23 00:34:53','2016-11-23 00:34:53','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs','Home','','publish','closed','closed','','home','','','2019-11-06 17:22:22','2019-11-06 17:22:22','',0,'https://oceanwp.org/stylish/?page_id=8',0,'page','',0),(105,1,'2016-12-14 23:00:20','2016-12-14 23:00:20','/* Padding header menu items */\n#site-header.center-header #site-navigation-wrap .dropdown-menu > li > a { padding: 0 28px; }\n\n/* Blog entries */\n.blog-entry.grid-entry .blog-entry-header { margin: 20px 0 20px; }\n.blog-entry.grid-entry .blog-entry-inner { text-align: center; }\n\n/* Single post title */\n.single-post h2.entry-title { text-align: center; margin: 0; }','oceanwp','','publish','closed','closed','','oceanwp','','','2016-12-14 23:00:20','2016-12-14 23:00:20','',0,'https://oceanwp.org/stylish/oceanwp/',0,'custom_css','',0),(106,1,'2019-09-20 22:08:01','2019-09-20 22:08:01','','Facebook','','publish','closed','closed','','facebook','','','2019-10-21 14:42:41','2019-10-21 14:42:41','',0,'https://himalayanhathayoga.com/2019/09/20/facebook/',4,'nav_menu_item','',0),(108,1,'2019-09-20 22:08:01','2019-09-20 22:08:01','','Instagram','','publish','closed','closed','','instagram','','','2019-10-21 14:42:41','2019-10-21 14:42:41','',0,'https://himalayanhathayoga.com/2019/09/20/instagram/',5,'nav_menu_item','',0),(713,2,'2019-10-31 19:35:29','2019-10-31 19:35:29','','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-10-31 19:35:29','2019-10-31 19:35:29','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(119,1,'2017-06-03 02:22:47','2017-06-03 02:22:47','https://himalayanhathayoga.com/wp-content/uploads/2016/11/cropped-favicon.png','cropped-favicon.png','','inherit','open','closed','','cropped-favicon-png','','','2017-06-03 02:22:47','2017-06-03 02:22:47','',0,'https://himalayanhathayoga.com/wp-content/uploads/2016/11/cropped-favicon.png',0,'attachment','image/png',0),(126,1,'2018-09-05 16:05:39','2018-09-05 16:05:39','<p>This is the WPForms preview page. All your form previews will be handled on this page.</p>\n<p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','WPForms Preview','','private','closed','closed','','wpforms-preview','','','2019-09-22 10:21:03','2019-09-22 10:21:03','',0,'https://stylish.oceanwp.org/wpforms-preview/',0,'page','',0),(50,1,'2016-11-29 02:35:48','2016-11-29 02:35:48','Anthea is the&nbsp;<a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a>&nbsp;studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.&nbsp;Yogi Ashokananda<em>’s</em>&nbsp;has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.\r\n\r\nAnthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.\r\n\r\nAnthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.&nbsp; You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.&nbsp;Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).\r\n\r\nAnthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.','Anthea Aireton-Downer','','publish','open','open','','anthea-aireton-downer','','','2019-11-13 18:42:08','2019-11-13 18:42:08','',0,'https://oceanwp.org/stylish/praesent-libro-cursus-ante-copy-10/',0,'post','',0),(859,2,'2019-11-10 22:30:24','2019-11-10 22:30:24','<p>Anthea is the <a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a> studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK. Yogi Ashokananda<em>’s</em> has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.</p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.</p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.  You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. Se enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine. Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).</p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.</p>','ANTHEA AIRETON-DOWNER','','inherit','closed','closed','','50-revision-v1','','','2019-11-10 22:30:24','2019-11-10 22:30:24','',50,'https://himalayanhathayoga.com/50-revision-v1/',0,'revision','',0),(560,2,'2019-10-23 19:26:12','2019-10-23 19:26:12',' ','','','publish','closed','closed','','560','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=560',7,'nav_menu_item','',0),(82,1,'2016-11-29 05:05:02','2016-11-29 05:05:02','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We would love to help!&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593466183&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-8210001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try +44 7480 257766&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593665757&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/himalayanhatha&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572594165671&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','publish','closed','closed','','contact','','','2019-11-01 07:42:56','2019-11-01 07:42:56','',0,'https://oceanwp.org/stylish/?page_id=82',0,'page','',0),(88,1,'2016-11-29 11:06:45','2016-11-29 11:06:45','','Blog','','publish','closed','closed','','blog','','','2016-11-29 11:06:45','2016-11-29 11:06:45','',0,'https://oceanwp.org/stylish/?page_id=88',0,'page','',0),(132,1,'2019-09-20 22:11:51','2019-09-20 22:11:51','<h2>Stylish Architecture</h2>\nCurabitur sodales ligula in libero dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh aenean.\nQuam in scelerisque sem at dolor maecenas mattis sed convallis.\n\n<a href=\"#\">\nLearn more about me\n</a>\n<h2>Completed Projects</h2>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>\n<figure class=\"gallery-item\">\n				<a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg\"><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"></a></figure>','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-20 22:11:51','2019-09-20 22:11:51','',76,'https://himalayanhathayoga.com/2019/09/20/76-revision-v1/',0,'revision','',0),(129,1,'2019-09-20 22:08:08','2019-09-20 22:08:08','/* Padding header menu items */\n#site-header.center-header #site-navigation-wrap .dropdown-menu > li > a { padding: 0 28px; }\n\n/* Blog entries */\n.blog-entry.grid-entry .blog-entry-header { margin: 20px 0 20px; }\n.blog-entry.grid-entry .blog-entry-inner { text-align: center; }\n\n/* Single post title */\n.single-post h2.entry-title { text-align: center; margin: 0; }','oceanwp','','publish','closed','closed','','oceanwp-2','','','2019-09-20 22:08:08','2019-09-20 22:08:08','',0,'https://himalayanhathayoga.com/2019/09/20/oceanwp-2/',0,'custom_css','',0),(130,1,'2019-09-20 22:08:08','2019-09-20 22:08:08','/* Padding header menu items */\n#site-header.center-header #site-navigation-wrap .dropdown-menu > li > a { padding: 0 28px; }\n\n/* Blog entries */\n.blog-entry.grid-entry .blog-entry-header { margin: 20px 0 20px; }\n.blog-entry.grid-entry .blog-entry-inner { text-align: center; }\n\n/* Single post title */\n.single-post h2.entry-title { text-align: center; margin: 0; }','oceanwp','','inherit','closed','closed','','129-revision-v1','','','2019-09-20 22:08:08','2019-09-20 22:08:08','',129,'https://himalayanhathayoga.com/2019/09/20/129-revision-v1/',0,'revision','',0),(506,2,'2019-10-23 14:44:48','2019-10-23 14:44:48','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:44:48','2019-10-23 14:44:48','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(138,1,'2019-09-20 22:28:20','2019-09-20 22:28:20','<h2>Contact Me</h2>		\n			<h2>Let\'s get in touch</h2>		\n		[wpforms id=\"127\" title=\"false\" description=\"false\"]','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-20 22:28:20','2019-09-20 22:28:20','',82,'https://himalayanhathayoga.com/2019/09/20/82-revision-v1/',0,'revision','',0),(144,1,'2019-09-20 22:37:00','2019-09-20 22:37:00','https://himalayanhathayoga.com/wp-content/uploads/2019/09/cropped-HHY_logoLow.png','cropped-HHY_logoLow.png','','inherit','open','closed','','cropped-hhy_logolow-png','','','2019-09-20 22:37:00','2019-09-20 22:37:00','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/09/cropped-HHY_logoLow.png',0,'attachment','image/png',0),(145,1,'2019-09-20 22:43:33','2019-09-20 22:43:33','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:753,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870359686&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','publish','closed','closed','','about-us','','','2019-11-14 13:26:26','2019-11-14 13:26:26','',0,'https://himalayanhathayoga.com/?page_id=145',0,'page','',0),(146,1,'2019-09-20 22:43:33','2019-09-20 22:43:33','','about us','','inherit','closed','closed','','145-revision-v1','','','2019-09-20 22:43:33','2019-09-20 22:43:33','',145,'https://himalayanhathayoga.com/2019/09/20/145-revision-v1/',0,'revision','',0),(148,1,'2019-11-29 22:45:00','2019-11-29 22:45:00','<div id=\"pl-148\" class=\"panel-layout\">\r\n<div id=\"pg-148-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-148-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;default_thumbnail&quot;:0,&quot;default_thumbnail_fallback&quot;:&quot;&quot;,&quot;image_size&quot;:&quot;sow-carousel-default&quot;,&quot;posts&quot;:&quot;post_type=post&amp;date_type=specific&amp;date_query={\\&quot;after\\&quot;:\\&quot;\\&quot;,\\&quot;before\\&quot;:\\&quot;\\&quot;}&amp;date_query_relative={\\&quot;from\\&quot;:[],\\&quot;to\\&quot;:[]}&amp;orderby=date&amp;order=DESC&quot;,&quot;_sow_form_id&quot;:&quot;12788107465d87aa1358296123510930&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-14810001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\r\n<div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\r\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\">[/siteorigin_widget]</div>\r\n<div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-14810002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\r\n<div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\r\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\">[/siteorigin_widget]</div>\r\n</div>\r\n</div>\r\n</div>','HHY Trained Teachers','','publish','closed','closed','','trained-teacher','','','2019-10-30 21:04:37','2019-10-30 21:04:37','',0,'https://himalayanhathayoga.com/?page_id=148',0,'page','',0),(149,1,'2019-09-20 22:45:00','2019-09-20 22:45:00','','teacher','','inherit','closed','closed','','148-revision-v1','','','2019-09-20 22:45:00','2019-09-20 22:45:00','',148,'https://himalayanhathayoga.com/2019/09/20/148-revision-v1/',0,'revision','',0),(150,1,'2019-09-20 22:45:40','2019-09-20 22:45:40','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907179364&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907410430&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907431675&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June<br />\n</strong>UK, BATH</h3>\n<p>The 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.</p>\n<p>Topics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','publish','closed','closed','','teachers-training-courses','','','2019-11-05 00:13:22','2019-11-05 00:13:22','',0,'https://himalayanhathayoga.com/?page_id=150',0,'page','',0),(151,1,'2019-09-20 22:45:40','2019-09-20 22:45:40','','trainings','','inherit','closed','closed','','150-revision-v1','','','2019-09-20 22:45:40','2019-09-20 22:45:40','',150,'https://himalayanhathayoga.com/2019/09/20/150-revision-v1/',0,'revision','',0),(152,1,'2019-09-20 22:47:41','2019-09-20 22:47:41','','Trainings & Courses','','publish','closed','closed','','trainings','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=152',3,'nav_menu_item','',0),(154,1,'2019-09-20 22:47:41','2019-09-20 22:47:41',' ','','','publish','closed','closed','','about-us','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=154',2,'nav_menu_item','',0),(155,1,'2019-09-20 22:47:41','2019-09-20 22:47:41',' ','','','publish','closed','closed','','155','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=155',6,'nav_menu_item','',0),(505,2,'2019-10-23 14:42:52','2019-10-23 14:42:52','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:42:52','2019-10-23 14:42:52','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(561,2,'2019-10-23 19:28:31','2019-10-23 19:28:31','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated with all the news</p>		\n			<a href=\"https://www.facebook.com/himalayanhathayoga/?epa=SEARCH_BOX\">\n						</a>\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">facebook</a></h5>		\n			<a href=\"https://twitter.com/himalayanhatha\">\n						</a>\n			<h5>twitter</h5>		\n			<a href=\"https://www.instagram.com/himalayanhatha_yoga/\">\n						</a>\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:28:31','2019-10-23 19:28:31','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(502,2,'2019-10-23 14:37:28','2019-10-23 14:37:28','','HB_head (1 of 2)','','inherit','open','closed','','hb_head-1-of-2','','','2019-10-23 14:37:28','2019-10-23 14:37:28','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2.jpg',0,'attachment','image/jpeg',0),(503,2,'2019-10-23 14:38:25','2019-10-23 14:38:25','','HB_head (1 of 2)','','inherit','open','closed','','hb_head-1-of-2-2','','','2019-10-23 14:38:25','2019-10-23 14:38:25','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg',0,'attachment','image/jpeg',0),(504,2,'2019-10-23 14:38:35','2019-10-23 14:38:35','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:38:35','2019-10-23 14:38:35','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(165,1,'2019-09-21 14:38:48','2019-09-21 14:38:48','<!-- wp:heading -->\n<h2></h2>\n<!-- /wp:heading -->','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-21 14:38:48','2019-09-21 14:38:48','',150,'https://himalayanhathayoga.com/2019/09/21/150-revision-v1/',0,'revision','',0),(179,1,'2019-09-21 15:38:04','2019-09-21 15:38:04','<h2>Himalayan Hatha Yoga</h2>		\n		<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\" </strong>Yogi Ashokananda</p>		\n			<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\n						find out more how to train\n					</a>\n			<h2>Our Gurukul Teachers</h2>		\n		https://www.youtube.com/watch?v=LFkrBtQOOH4		\n			<h2>How to Make a Website</h2>		\n		<p>This 8 hour course will teach you all the required skills needed when designing and developing a live WordPress website, including using the advanced options of HTML and CSS.</p>		\n			<a href=\"#\" role=\"button\">\n						Start your Free trial\n					</a>\n				<h3>\n					Who is it for?\n				</h3>\n								<p>The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\" />											\n			<h3>our teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Stella Lindley</h2>		\n			<h2>ui/ux web master</h2>		\n		<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Donald Martin</h2>		\n			<h2> Computer Science</h2>		\n		<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Gaby Williams</h2>		\n			<h2>AI Expert</h2>		\n		<p>If there\'s someone who can explain anything, Gaby is the one. She teaches you not just how to do something, but why to do it this way and not the other.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>Practice makes perfect</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>The best campus facilities</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h2>Learn from the very best</h2>		\n		<p>Join our course and start building the most wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.</p>		\n				<h3>\n					Working hours\n				</h3>\n								<p>Monday- Thursday:8:00-18:30 Hrs <br>(Phone until 17:30 Hrs)<br>Friday - 8:00-14:00</p>\n				<h3>\n					We are here\n				</h3>\n								<p>Westfield London 2039-2041 Westfield <br>Phone:+44 20 8834 4688 <br>Fax:+44 20 8859 6598 <br>Email: info@collage.com</p>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"London Eye, London, United Kingdom\"></iframe>','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-21 15:38:04','2019-09-21 15:38:04','',76,'https://himalayanhathayoga.com/2019/09/21/76-revision-v1/',0,'revision','',0),(169,1,'2019-09-21 15:00:40','2019-09-21 15:00:40','<h2>Himalayan Hatha Yoga</h2>		\n		<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\" </strong>Yogi Ashokananda</p>		\n			<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\n						find out more how to train\n					</a>\n			<h2>Our Gurukul Teachers</h2>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_85236974-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"yjfynex\" href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg\'><img width=\"1000\" height=\"600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg 1000w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125-300x180.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125-768x461.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>\n			</figure>','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-21 15:00:40','2019-09-21 15:00:40','',76,'https://himalayanhathayoga.com/2019/09/21/76-revision-v1/',0,'revision','',0),(180,1,'2019-09-21 15:39:30','2019-09-21 15:39:30','<h2>Himalayan Hatha Yoga</h2>\n<strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda\n\n<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\nfind out more how to train\n</a>\n<h2>Our Gurukul Teachers</h2>\nhttps://www.youtube.com/watch?v=LFkrBtQOOH4\n<h2>How to Make a Website</h2>\nThis&nbsp;8 hour course will teach you all the required skills needed when designing and developing a live&nbsp;WordPress website, including using the advanced options of&nbsp;HTML and CSS.\n\n<a href=\"#\" role=\"button\">\nStart your Free trial\n</a>\n<h3>\n					Who is it for?</h3>\nThe course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\n\n<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\">\n<h3>our teaching team</h3>\n<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\">\n<h2>Stella Lindley</h2>\n<h2>ui/ux web master</h2>\nA strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\">\n<h2>Donald Martin</h2>\n<h2> Computer Science</h2>\nDonald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\">\n<h2>Gaby Williams</h2>\n<h2>AI Expert</h2>\nIf there\'s someone who can explain anything, Gaby is the one. She&nbsp;teaches&nbsp;you not just how to do something, but why to do it this way and not the other.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>Practice makes perfect</h3>\nWe know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It&nbsp;even has a gaming section.&nbsp;\n<h3>The best campus facilities</h3>\nIn addition to our online classroom, we also offer an option to take part in a live classroom. It&nbsp;takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.\n\n<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>Learn from the very best</h2>\nJoin our course and start building the most&nbsp;wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.\n<h3>\n					Working hours</h3>\nMonday- Thursday:8:00-18:30 Hrs\n(Phone until 17:30 Hrs)\nFriday - 8:00-14:00\n<h3>\n					We are here</h3>\nWestfield London 2039-2041 Westfield\nPhone:+44 20 8834 4688\nFax:+44 20 8859 6598\nEmail: info@collage.com\n\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"London Eye, London, United Kingdom\"></iframe>','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-21 15:39:30','2019-09-21 15:39:30','',76,'https://himalayanhathayoga.com/2019/09/21/76-revision-v1/',0,'revision','',0),(710,2,'2019-10-31 19:32:41','2019-10-31 19:32:41','','IMG_6624','','inherit','open','closed','','img_6624','','','2019-10-31 19:32:41','2019-10-31 19:32:41','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_6624.jpg',0,'attachment','image/jpeg',0),(185,1,'2019-09-21 15:46:59','2019-09-21 15:46:59',' ','','','publish','closed','closed','','185','','','2019-09-21 15:46:59','2019-09-21 15:46:59','',0,'https://himalayanhathayoga.com/2019/09/21/185/',3,'nav_menu_item','',0),(186,1,'2019-09-21 15:47:00','2019-09-21 15:47:00',' ','','','publish','closed','closed','','186','','','2019-10-21 14:42:41','2019-10-21 14:42:41','',0,'https://himalayanhathayoga.com/2019/09/21/186/',3,'nav_menu_item','',0),(191,1,'2019-09-21 16:02:47','2019-09-21 16:02:47','','Himalayan Hatha Yoga','','publish','closed','closed','','himalayan-hatha-yoga','','','2019-09-21 16:05:36','2019-09-21 16:05:36','',0,'https://himalayanhathayoga.com/?post_type=tribe_events&#038;p=191',0,'tribe_events','',0),(192,1,'2019-09-21 16:02:47','2019-09-21 16:02:48','','Himalayan Hatha Yoga','','inherit','closed','closed','','191-revision-v1','','','2019-09-21 16:02:47','2019-09-21 16:02:48','',191,'https://himalayanhathayoga.com/2019/09/21/191-revision-v1/',0,'revision','',0),(193,1,'2019-09-21 16:03:16','2019-09-21 16:03:16','','Himalayan Hatha Yoga','','inherit','closed','closed','','191-autosave-v1','','','2019-09-21 16:03:16','2019-09-21 16:03:16','',191,'https://himalayanhathayoga.com/2019/09/21/191-autosave-v1/',0,'revision','',0),(199,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/?post_type=event-recurring&#038;p=199',0,'event-recurring','',0),(200,1,'2019-09-21 16:42:10','2019-09-21 16:42:10','','IMG_6329','','inherit','open','closed','','img_6329','','','2019-09-21 16:42:10','2019-09-21 16:42:10','',199,'https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329.jpg',0,'attachment','image/jpeg',0),(201,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','','Total Chi Yoga Bar','','publish','open','closed','','total-chi-yoga-bar','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/locations/total-chi-yoga-bar/',0,'location','',0),(202,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-09-16','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-09-16/',0,'event','',0),(203,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-09-23','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-09-23/',0,'event','',0),(204,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-09-30','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-09-30/',0,'event','',0),(205,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-10-07','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-10-07/',0,'event','',0),(206,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-10-14','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-10-14/',0,'event','',0),(207,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-10-21','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-10-21/',0,'event','',0),(208,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-10-28','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-10-28/',0,'event','',0),(209,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-11-04','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-11-04/',0,'event','',0),(210,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-11-11','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-11-11/',0,'event','',0),(211,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-11-18','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-11-18/',0,'event','',0),(212,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-11-25','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-11-25/',0,'event','',0),(213,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-12-02','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-12-02/',0,'event','',0),(214,1,'2019-09-21 16:45:21','2019-09-21 16:45:21','<div>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise. Yogiji\'s teaching style manages to instil a sense of discipline in the mind and body without stress. His expertise and caring attitude towards his students provides a supportive environment where you can develop your practice at your own pace, and in a way that is unique to you.</div>\r\n<div></div>\r\n<div>Not suitable for beginners.</div>','Himalayan Hatha  Yoga Advance level','','publish','closed','closed','','himalayan-hatha-yoga-advance-level-2019-12-09','','','2019-09-21 16:45:21','2019-09-21 16:45:21','',0,'https://himalayanhathayoga.com/events/himalayan-hatha-yoga-advance-level-2019-12-09/',0,'event','',0),(222,1,'2019-09-22 09:44:33','2019-09-22 09:44:33','{\"id\":\"222\",\"field_id\":3,\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}],\"settings\":{\"form_title\":\"contact\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: contact\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"145\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','contact','','publish','closed','closed','','contact','','','2019-09-22 09:44:49','2019-09-22 09:44:49','',0,'https://himalayanhathayoga.com/?post_type=wpforms&#038;p=222',0,'wpforms','',0),(223,1,'2019-09-22 09:45:42','2019-09-22 09:45:42','{\"id\":\"223\",\"field_id\":2,\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}],\"settings\":{\"form_title\":\"Newsletter Signup Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Newsletter Signup Form Entry\",\"sender_name\":\"Himalayan Hatha Yoga\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"145\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"subscribe\"}}','Newsletter Signup Form','','publish','closed','closed','','newsletter-signup-form','','','2019-09-22 09:46:05','2019-09-22 09:46:05','',0,'https://himalayanhathayoga.com/?post_type=wpforms&#038;p=223',0,'wpforms','',0),(224,1,'2019-09-22 09:46:50','2019-09-22 09:46:50','{\"id\":\"224\",\"field_id\":9,\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"Please enter your email, so we can follow up with you.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Phone Number (easy for us to contact you)\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"radio\",\"label\":\"please select the course that you are joining?\",\"choices\":{\"1\":{\"label\":\"100  Hour Foundation\",\"value\":\"\",\"image\":\"\"},\"2\":{\"label\":\"200 Hour TTC\\/ Residential \",\"value\":\"\",\"image\":\"\"},\"3\":{\"label\":\"200 Hour TTC\\/ 8 weekend\",\"value\":\"\",\"image\":\"\"},\"4\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\"}},\"description\":\"\",\"required\":\"1\",\"choices_images_style\":\"modern\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"request Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Suggestion Form\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"page\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"145\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"suggestion\"}}','request Form','','publish','closed','closed','','suggestion-form','','','2019-09-22 11:34:14','2019-09-22 11:34:14','',0,'https://himalayanhathayoga.com/?post_type=wpforms&#038;p=224',0,'wpforms','',0),(229,1,'2019-09-22 10:10:08','2019-09-22 10:10:08','<p>This is the WPForms preview page. All your form previews will be handled on this page.</p>\n<p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','WPForms Preview','','inherit','closed','closed','','126-revision-v1','','','2019-09-22 10:10:08','2019-09-22 10:10:08','',126,'https://himalayanhathayoga.com/2019/09/22/126-revision-v1/',0,'revision','',0),(232,1,'2019-09-22 10:22:03','2019-09-22 10:22:03','<h2>Contact Me</h2>\n<h2>Let\'s get in touch</h2>\n[wpforms id=\"127\" title=\"false\" description=\"false\"]','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-22 10:22:03','2019-09-22 10:22:03','',82,'https://himalayanhathayoga.com/2019/09/22/82-revision-v1/',0,'revision','',0),(233,1,'2019-09-22 10:25:09','2019-09-22 10:25:09','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-22 10:25:09','2019-09-22 10:25:09','',82,'https://himalayanhathayoga.com/2019/09/22/82-revision-v1/',0,'revision','',0),(241,1,'2019-09-22 10:51:08','2019-09-22 10:51:08','<h2>Himalayan Hatha Yoga</h2>\n<strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda\n\n<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\nfind out more how to train\n</a>\nhttps://www.youtube.com/watch?v=LFkrBtQOOH4\n<h2>How to Make a Website</h2>\nThis&nbsp;8 hour course will teach you all the required skills needed when designing and developing a live&nbsp;WordPress website, including using the advanced options of&nbsp;HTML and CSS.\n\n<a href=\"#\" role=\"button\">\nStart your Free trial\n</a>\n<h3>\n					Who is it for?</h3>\nThe course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\n\n<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\">\n<h3>our gurukul teaching team</h3>\n<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\">\n<h2>Stella Lindley</h2>\n<h2>ui/ux web master</h2>\nA strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\">\n<h2>Donald Martin</h2>\n<h2> Computer Science</h2>\nDonald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\">\n<h2>Gaby Williams</h2>\n<h2>AI Expert</h2>\nIf there\'s someone who can explain anything, Gaby is the one. She&nbsp;teaches&nbsp;you not just how to do something, but why to do it this way and not the other.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>Practice makes perfect</h3>\nWe know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It&nbsp;even has a gaming section.&nbsp;\n<h3>The best campus facilities</h3>\nIn addition to our online classroom, we also offer an option to take part in a live classroom. It&nbsp;takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.\n\n<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>Learn from the very best</h2>\nJoin our course and start building the most&nbsp;wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.\n<h3>\n					Working hours</h3>\nMonday- Thursday:8:00-18:30 Hrs\n(Phone until 17:30 Hrs)\nFriday - 8:00-14:00\n<h3>\n					We are here</h3>\nWestfield London 2039-2041 Westfield\nPhone:+44 20 8834 4688\nFax:+44 20 8859 6598\nEmail: info@collage.com\n\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"London Eye, London, United Kingdom\"></iframe>','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-22 10:51:08','2019-09-22 10:51:08','',76,'https://himalayanhathayoga.com/2019/09/22/76-revision-v1/',0,'revision','',0),(231,1,'2019-09-22 10:17:38','2019-09-22 10:17:38','<h2>Himalayan Hatha Yoga</h2>		\n		<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\" </strong>Yogi Ashokananda</p>		\n			<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\n						find out more how to train\n					</a>\n		https://www.youtube.com/watch?v=LFkrBtQOOH4		\n			<h2>How to Make a Website</h2>		\n		<p>This 8 hour course will teach you all the required skills needed when designing and developing a live WordPress website, including using the advanced options of HTML and CSS.</p>		\n			<a href=\"#\" role=\"button\">\n						Start your Free trial\n					</a>\n				<h3>\n					Who is it for?\n				</h3>\n								<p>The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\" />											\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Stella Lindley</h2>		\n			<h2>ui/ux web master</h2>		\n		<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Donald Martin</h2>		\n			<h2> Computer Science</h2>		\n		<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Gaby Williams</h2>		\n			<h2>AI Expert</h2>		\n		<p>If there\'s someone who can explain anything, Gaby is the one. She teaches you not just how to do something, but why to do it this way and not the other.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>Practice makes perfect</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>The best campus facilities</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h2>Learn from the very best</h2>		\n		<p>Join our course and start building the most wanted career available today. We make sure every class is easily understood, and that all students reach the same level of expertise needed for today\'s hi-tech industry.</p>		\n				<h3>\n					Working hours\n				</h3>\n								<p>Monday- Thursday:8:00-18:30 Hrs <br>(Phone until 17:30 Hrs)<br>Friday - 8:00-14:00</p>\n				<h3>\n					We are here\n				</h3>\n								<p>Westfield London 2039-2041 Westfield <br>Phone:+44 20 8834 4688 <br>Fax:+44 20 8859 6598 <br>Email: info@collage.com</p>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" aria-label=\"London Eye, London, United Kingdom\"></iframe>','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-22 10:17:38','2019-09-22 10:17:38','',76,'https://himalayanhathayoga.com/2019/09/22/76-revision-v1/',0,'revision','',0),(237,1,'2019-09-22 10:36:02','2019-09-22 10:36:02','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>Contact</h2>		\n			<p>Lorem ipsum dolor sit amet</br>cons etur adipiscing elit</p>		\n					<ul>\n							<li >\n										hello@yourdomain.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>Social</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5>Twitter</h5>		\n			<h5>LinkedIn</h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-22 10:36:02','2019-09-22 10:36:02','',82,'https://himalayanhathayoga.com/2019/09/22/82-revision-v1/',0,'revision','',0),(329,1,'2019-09-28 12:05:50','2019-09-28 12:05:50','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-0\" data-stretch-type=\"full\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact \\&quot;Your Website Name\\&quot; Design&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#303030&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We&#039;re ready to solve any design problem...give us a shout&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e5e522ff6e&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32910000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SEND US A MESSAGE&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e63915b13d&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32910001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;SEND US A MESSAGE&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;from&quot;:&quot;&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator&quot;:false,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#333333&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;border_color&quot;:&quot;#333333&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:false,&quot;background_gradient&quot;:0,&quot;border_color&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;border_width&quot;:false,&quot;font_size&quot;:false,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;padding&quot;:false,&quot;height&quot;:false,&quot;height_textarea&quot;:false,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false}},&quot;_sow_form_id&quot;:&quot;562e5fae0271d&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-32910002&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-82-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT INFORMATION&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e63b4404e1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32910003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div></div>\n</div></div><div id=\"panel-82-1-1-2\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;wire&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e620b2675e&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-32910005&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-2\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-28 12:05:50','2019-09-28 12:05:50','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(238,1,'2019-09-22 10:37:46','2019-09-22 10:37:46','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>Contact</h2>		\n			<p>Lorem ipsum dolor sit amet</br>cons etur adipiscing elit</p>		\n					<ul>\n							<li >\n										hello@yourdomain.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>Social</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-22 10:37:46','2019-09-22 10:37:46','',82,'https://himalayanhathayoga.com/2019/09/22/82-revision-v1/',0,'revision','',0),(239,1,'2019-09-22 10:39:48','2019-09-22 10:39:48','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>Contact</h2>		\n			<p>Send an email for training programs</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>Social</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-22 10:39:48','2019-09-22 10:39:48','',82,'https://himalayanhathayoga.com/2019/09/22/82-revision-v1/',0,'revision','',0),(566,2,'2019-10-23 19:48:25','2019-10-23 19:48:25','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 19:48:25','2019-10-23 19:48:25','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(262,1,'2019-09-22 15:53:21','2019-09-22 15:53:21','<h2>Himalayan Hatha Yoga</h2>\n<strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda\n\n<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\nfind out more how to train\n</a>\n<h3>\n					Who is it for?</h3>\nThe course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.\n\n<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\">\n<h4>Enlightenment is not just one state</h4>\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n\n[wpforms id=\"224\"]\n\n<a href=\"#\" role=\"button\">\nPurchase Now\n</a>\n<h3>our gurukul teaching team</h3>\n<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\">\n<h2>Stella Lindley</h2>\n<h2>ui/ux web master</h2>\nA strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\">\n<h2>Donald Martin</h2>\n<h2> Computer Science</h2>\nDonald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\">\n<h2>Gaby Williams</h2>\n<h2>AI Expert</h2>\nIf there\'s someone who can explain anything, Gaby is the one. She&nbsp;teaches&nbsp;you not just how to do something, but why to do it this way and not the other.\n\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>Practice makes perfect</h3>\nWe know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It&nbsp;even has a gaming section.&nbsp;\n<h3>The best campus facilities</h3>\nIn addition to our online classroom, we also offer an option to take part in a live classroom. It&nbsp;takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.\n\n<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-150x150.jpg\" alt=\"IMG_6329\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-150x150.png\" alt=\"HHY_logoHigh\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-150x150.jpg\" alt=\"Yogi Ashokananda\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_91568741-150x150.jpg\" alt=\"img_91568741\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-150x150.jpg\" alt=\"img_95175365\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-150x150.jpg\" alt=\"study_1.jpg\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_63214501-150x150.jpg\" alt=\"img_63214501\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-150x150.jpg\" alt=\"img_51230478\"></figure>\n<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_98745123-150x150.jpg\" alt=\"img_98745123\"></figure>\nPrevious\nNext\n<h4>FAQ</h4>\n<h5>Most frequent questions and answers</h5>\n<a href=\"\">Can I edit the files ?</a>\n\nI am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n<a href=\"\">Is it Layered ?</a>\n\nI am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n<a href=\"\">How can I edit the masks</a>\n\nI am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n<a href=\"\">what do I need to open the files ?</a>\n\nI am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n<a href=\"\">Is the font free ?</a>\n\nI am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n<a href=\"\">How I can edit smart objects ?</a>\n\nI am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n<h4>Customers reviews</h4>\nClick edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\">\nAdam Sendler\nDesigner\nClick edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\">\nMila Kunis\nManager\nClick edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\">\nMike Stuart\nSupport','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-22 15:53:21','2019-09-22 15:53:21','',76,'https://himalayanhathayoga.com/2019/09/22/76-revision-v1/',0,'revision','',0),(246,1,'2019-09-22 11:21:13','2019-09-22 11:21:13','<h2>Himalayan Hatha Yoga</h2>		\n		<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\" </strong>Yogi Ashokananda</p>		\n			<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\n						find out more how to train\n					</a>\n				<h3>\n					Who is it for?\n				</h3>\n								<p>The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\" />											\n			<h4>Enlightenment is not just one state</h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p><p>[wpforms id=\"224\"]</p>		\n			<a href=\"#\" role=\"button\">\n						Purchase Now\n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Stella Lindley</h2>		\n			<h2>ui/ux web master</h2>		\n		<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Donald Martin</h2>		\n			<h2> Computer Science</h2>		\n		<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Gaby Williams</h2>		\n			<h2>AI Expert</h2>		\n		<p>If there\'s someone who can explain anything, Gaby is the one. She teaches you not just how to do something, but why to do it this way and not the other.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>Practice makes perfect</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>The best campus facilities</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n				<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-150x150.jpg\" alt=\"IMG_6329\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-150x150.png\" alt=\"HHY_logoHigh\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-150x150.jpg\" alt=\"Yogi Ashokananda\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_91568741-150x150.jpg\" alt=\"img_91568741\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-150x150.jpg\" alt=\"img_95175365\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-150x150.jpg\" alt=\"study_1.jpg\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_63214501-150x150.jpg\" alt=\"img_63214501\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-150x150.jpg\" alt=\"img_51230478\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_98745123-150x150.jpg\" alt=\"img_98745123\" /></figure>			\n						Previous\n						Next\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-22 11:21:13','2019-09-22 11:21:13','',76,'https://himalayanhathayoga.com/2019/09/22/76-revision-v1/',0,'revision','',0),(359,1,'2019-09-29 11:34:15','2019-09-29 11:34:15','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not just one statef<br>flexibility is not o</h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" role=\"button\">\n						Purchase Now\n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Stella Lindley</h2>		\n			<h2>ui/ux web master</h2>		\n		<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Donald Martin</h2>		\n			<h2> Computer Science</h2>		\n		<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Gaby Williams</h2>		\n			<h2>AI Expert</h2>		\n		<p>If there\'s someone who can explain anything, Gaby is the one. She teaches you not just how to do something, but why to do it this way and not the other.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>Practice makes perfect</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>The best campus facilities</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-29 11:34:15','2019-09-29 11:34:15','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(265,1,'2019-09-22 16:27:13','2019-09-22 16:27:13','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not just one statef<br>flexibility is not o</h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" role=\"button\">\n						Purchase Now\n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Stella Lindley</h2>		\n			<h2>ui/ux web master</h2>		\n		<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Donald Martin</h2>		\n			<h2> Computer Science</h2>		\n		<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Gaby Williams</h2>		\n			<h2>AI Expert</h2>		\n		<p>If there\'s someone who can explain anything, Gaby is the one. She teaches you not just how to do something, but why to do it this way and not the other.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>Practice makes perfect</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>The best campus facilities</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n				<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-150x150.jpg\" alt=\"IMG_6329\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-150x150.png\" alt=\"HHY_logoHigh\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-150x150.jpg\" alt=\"Yogi Ashokananda\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_91568741-150x150.jpg\" alt=\"img_91568741\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-150x150.jpg\" alt=\"img_95175365\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-150x150.jpg\" alt=\"study_1.jpg\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_63214501-150x150.jpg\" alt=\"img_63214501\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-150x150.jpg\" alt=\"img_51230478\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_98745123-150x150.jpg\" alt=\"img_98745123\" /></figure>			\n						Previous\n						Next\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-22 16:27:13','2019-09-22 16:27:13','',76,'https://himalayanhathayoga.com/2019/09/22/76-revision-v1/',0,'revision','',0),(263,1,'2019-09-22 15:58:06','2019-09-22 15:58:06','<h2>Himalayan Hatha Yoga</h2>		\n		<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\" </strong>Yogi Ashokananda</p>		\n			<a href=\"https://himalayanhathayoga.com/trainings/\" role=\"button\">\n						find out more how to train\n					</a>\n				<h3>\n					Who is it for?\n				</h3>\n								<p>The course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"572\" height=\"555\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1.jpg 572w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-300x291.jpg 300w\" sizes=\"(max-width: 572px) 100vw, 572px\" />											\n			<h4>Enlightenment is not just one state</h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p><p>[wpforms id=\"224\"]</p>		\n			<a href=\"#\" role=\"button\">\n						Purchase Now\n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Stella Lindley</h2>		\n			<h2>ui/ux web master</h2>		\n		<p>A strict teacher that has been teaching since the age of 16. Stella won\'t give you any slack, so you will have to do the very best work you\'ve done in your life.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Donald Martin</h2>		\n			<h2> Computer Science</h2>		\n		<p>Donald has a PHD in both Computer Science and Design. His beginner course is a must see for any aspiring web professional who want to learn from the best.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Gaby Williams</h2>		\n			<h2>AI Expert</h2>		\n		<p>If there\'s someone who can explain anything, Gaby is the one. She teaches you not just how to do something, but why to do it this way and not the other.</p>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Google-plus\n									</a>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>Practice makes perfect</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>The best campus facilities</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n				<figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-150x150.jpg\" alt=\"IMG_6329\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-150x150.png\" alt=\"HHY_logoHigh\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_32015987-150x150.jpg\" alt=\"Yogi Ashokananda\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_91568741-150x150.jpg\" alt=\"img_91568741\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_95175365-150x150.jpg\" alt=\"img_95175365\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study_1-150x150.jpg\" alt=\"study_1.jpg\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_63214501-150x150.jpg\" alt=\"img_63214501\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-150x150.jpg\" alt=\"img_51230478\" /></figure><figure><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_98745123-150x150.jpg\" alt=\"img_98745123\" /></figure>			\n						Previous\n						Next\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-22 15:58:06','2019-09-22 15:58:06','',76,'https://himalayanhathayoga.com/2019/09/22/76-revision-v1/',0,'revision','',0),(252,1,'2019-09-22 14:27:06','2019-09-22 14:27:06','','Teacher','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 14:27:06','2019-09-22 14:27:06','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(253,1,'2019-09-22 14:27:21','2019-09-22 14:27:21','','HHY Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 14:27:21','2019-09-22 14:27:21','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(255,1,'2019-09-22 14:28:36','2019-09-22 14:28:36',' ','','','publish','closed','closed','','255','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=255',1,'nav_menu_item','',0),(500,2,'2019-10-23 14:35:39','2019-10-23 14:35:39','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:35:39','2019-10-23 14:35:39','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(260,1,'2019-09-22 15:32:22','2019-09-22 15:32:22','','cropped-IMG_6329.jpg','','inherit','open','closed','','cropped-img_6329-jpg','','','2019-09-22 15:32:22','2019-09-22 15:32:22','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/09/cropped-IMG_6329.jpg',0,'attachment','image/jpeg',0),(498,2,'2019-10-23 14:28:08','2019-10-23 14:28:08','','IMG_0553 2 2 2','','inherit','open','closed','','img_0553-2-2-2','','','2019-10-23 14:28:08','2019-10-23 14:28:08','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg',0,'attachment','image/jpeg',0),(266,1,'2019-09-22 16:43:02','2019-09-22 16:43:02','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-14810000&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-0\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','HHY Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 16:43:02','2019-09-22 16:43:02','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(267,1,'2019-09-27 17:00:11','2019-09-27 17:00:11','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-148-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-0\" class=\"so-panel widget widget_sow-slider panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Slider_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;background_image&quot;:0,&quot;background_color&quot;:false,&quot;background_image_type&quot;:&quot;cover&quot;,&quot;foreground_image&quot;:0,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;background_image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/bridge-872052_1280.jpg#1280x503&quot;,&quot;foreground_image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/Modern-Design-Overlay.png#1280x500&quot;,&quot;background_videos&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false}},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-slider panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-148-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;25px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-148-1\" ><div id=\"pgc-148-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-148-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/crane-homes-366562_640.jpg#640x404&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;9212326415d8e3fa9bb3bc567712221&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Architecture and Design</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Vero iudico intellegat no quo, pri ut nullam omittantur. Ut paulo scribentur mel, in eam oportere. Efficiantur ad qui natum patrioque. Vim labore graeco tibique consulatu sententiae.</p><p><span style=\"color: #f39c12\"><a style=\"color: #f39c12\" href=\"http://www.siteorigin.com\">Find out more</a></span></p></div>\n</div></div></div><div id=\"pgc-148-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-148-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/architect-569361_640-e1438971586695.jpg#640x404&quot;,&quot;size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;bound&quot;:true,&quot;full_width&quot;:false,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title_position&quot;:&quot;hidden&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Planning</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Vero iudico intellegat no quo, pri ut nullam omittantur. Ut paulo scribentur mel, in eam oportere. Efficiantur ad qui natum patrioque. Vim labore graeco tibique consulatu sententiae.</p><p><span style=\"color: #f39c12\"><a style=\"color: #f39c12\" href=\"http://www.siteorigin.com\">Find out more</a></span></p></div>\n</div></div></div><div id=\"pgc-148-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-148-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/men-827301_640-e1438971837916.jpg#640x404&quot;,&quot;size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;bound&quot;:true,&quot;full_width&quot;:false,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title_position&quot;:&quot;hidden&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Project Management</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Vero iudico intellegat no quo, pri ut nullam omittantur. Ut paulo scribentur mel, in eam oportere. Efficiantur ad qui natum patrioque. Vim labore graeco tibique consulatu sententiae.</p><p><span style=\"color: #f39c12\"><a style=\"color: #f39c12\" href=\"http://siteorigin.com\">Find out more</a></span></p></div>\n</div></div></div></div></div><div id=\"pg-148-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;45px&quot;,&quot;background&quot;:&quot;#fafafa&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-148-2\" data-stretch-type=\"full\" ><div id=\"pgc-148-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-2-0-0\" class=\"so-panel widget widget_sow-post-carousel panel-first-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Recent Projects&quot;,&quot;default_thumbnail&quot;:0,&quot;default_thumbnail_fallback&quot;:&quot;&quot;,&quot;image_size&quot;:&quot;medium_large&quot;,&quot;posts&quot;:&quot;post_type=post&amp;date_type=specific&amp;date_query={\\&quot;after\\&quot;:\\&quot;\\&quot;,\\&quot;before\\&quot;:\\&quot;\\&quot;}&amp;date_query_relative={\\&quot;from\\&quot;:[],\\&quot;to\\&quot;:[]}&amp;orderby=date&amp;order=DESC&quot;,&quot;_sow_form_id&quot;:&quot;78718875d8e3f476d4a5403199835&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569603442708&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel panel-first-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-148-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;45px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-148-3\" ><div id=\"pgc-148-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;padding&quot;:&quot;35px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-148-3-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;One of the finest design construction agencies I have ever worked with\\&quot; &quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;~ John Doe&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7317426455d8e3f9bd4df2497330178&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;35px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-148-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>','HHY Trained Teachers','','inherit','closed','closed','','148-autosave-v1','','','2019-09-27 17:00:11','2019-09-27 17:00:11','',148,'https://himalayanhathayoga.com/2019/09/22/148-autosave-v1/',0,'revision','',0),(288,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyNCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjoxLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjowLCJzbGlkZXNob3dfbGlua190ZXh0IjoiVmlldyBTbGlkZXNob3ciLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Thumbnails','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyNCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjoxLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjowLCJzbGlkZXNob3dfbGlua190ZXh0IjoiVmlldyBTbGlkZXNob3ciLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?post_type=display_type&p=288',0,'display_type','',0),(269,1,'2019-09-22 16:45:20','2019-09-22 16:45:20','Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.		\n			<figure class=\'gallery-item\'>\n				<a href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg\'><img width=\"768\" height=\"461\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632-768x461.jpg\" alt=\"img_15478632\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg\'><img width=\"768\" height=\"461\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125-768x461.jpg\" alt=\"img_23654125\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg\'><img width=\"768\" height=\"461\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478-768x461.jpg\" alt=\"img_35120478\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg\'><img width=\"768\" height=\"461\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369-768x461.jpg\" alt=\"img_45120369\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg\'><img width=\"768\" height=\"461\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-768x461.jpg\" alt=\"img_51230478\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a href=\'https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg\'><img width=\"768\" height=\"461\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512-768x461.jpg\" alt=\"img_69874512\" /></a>\n			</figure>\n		','Class aptent taciti sociosqu','','inherit','closed','closed','','50-revision-v1','','','2019-09-22 16:45:20','2019-09-22 16:45:20','',50,'https://himalayanhathayoga.com/2019/09/22/50-revision-v1/',0,'revision','',0),(277,1,'2019-09-22 16:56:14','2019-09-22 16:56:14','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-27710001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-27710002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','HHY Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 16:56:14','2019-09-22 16:56:14','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(278,1,'2019-09-22 16:56:14','2019-09-22 16:56:14','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-14810001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-14810002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','HHY Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 16:56:14','2019-09-22 16:56:14','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(610,2,'2019-11-14 13:25:27','2019-11-14 13:25:27','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:753,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870359686&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-autosave-v1','','','2019-11-14 13:25:27','2019-11-14 13:25:27','',145,'https://himalayanhathayoga.com/145-autosave-v1/',0,'revision','',0),(280,1,'2019-09-22 17:02:03','2019-09-22 17:02:03','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;About\\u00a0Simple&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-28010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-28010001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p></div>\n</div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-28010003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','about us','','inherit','closed','closed','','145-revision-v1','','','2019-09-22 17:02:03','2019-09-22 17:02:03','',145,'https://himalayanhathayoga.com/2019/09/22/145-revision-v1/',0,'revision','',0),(434,2,'2019-10-20 19:51:22','2019-10-20 19:51:22','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;About\\u00a0Simple&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-43410000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-43410001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p></div>\n</div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-43410003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-20 19:51:22','2019-10-20 19:51:22','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(281,1,'2019-09-22 17:02:03','2019-09-22 17:02:03','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;About\\u00a0Simple&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p></div>\n</div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','about us','','inherit','closed','closed','','145-revision-v1','','','2019-09-22 17:02:03','2019-09-22 17:02:03','',145,'https://himalayanhathayoga.com/2019/09/22/145-revision-v1/',0,'revision','',0),(287,1,'2019-09-27 16:18:52','2019-09-27 16:18:52','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nHimalayan Hatha Yoga \"[your-subject]\"\nHimalayan Hatha Yoga <wordpress@himalayanhathayoga.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Himalayan Hatha Yoga (https://himalayanhathayoga.com)\nyogivillegurukul@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nHimalayan Hatha Yoga \"[your-subject]\"\nHimalayan Hatha Yoga <wordpress@himalayanhathayoga.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Himalayan Hatha Yoga (https://himalayanhathayoga.com)\n[your-email]\nReply-To: yogivillegurukul@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2019-09-27 16:18:52','2019-09-27 16:18:52','',0,'https://himalayanhathayoga.com/?post_type=wpcf7_contact_form&p=287',0,'wpcf7_contact_form','',0),(282,1,'2019-09-22 17:08:09','2019-09-22 17:08:09','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;default_thumbnail&quot;:0,&quot;default_thumbnail_fallback&quot;:&quot;&quot;,&quot;image_size&quot;:&quot;sow-carousel-default&quot;,&quot;posts&quot;:&quot;post_type=post&amp;date_type=specific&amp;date_query={\\&quot;after\\&quot;:\\&quot;\\&quot;,\\&quot;before\\&quot;:\\&quot;\\&quot;}&amp;date_query_relative={\\&quot;from\\&quot;:[],\\&quot;to\\&quot;:[]}&amp;orderby=date&amp;order=DESC&quot;,&quot;_sow_form_id&quot;:&quot;12788107465d87aa1358296123510930&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-28210001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-28210002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','HHY Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 17:08:09','2019-09-22 17:08:09','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(283,1,'2019-09-22 17:08:09','2019-09-22 17:08:09','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;default_thumbnail&quot;:0,&quot;default_thumbnail_fallback&quot;:&quot;&quot;,&quot;image_size&quot;:&quot;sow-carousel-default&quot;,&quot;posts&quot;:&quot;post_type=post&amp;date_type=specific&amp;date_query={\\&quot;after\\&quot;:\\&quot;\\&quot;,\\&quot;before\\&quot;:\\&quot;\\&quot;}&amp;date_query_relative={\\&quot;from\\&quot;:[],\\&quot;to\\&quot;:[]}&amp;orderby=date&amp;order=DESC&quot;,&quot;_sow_form_id&quot;:&quot;12788107465d87aa1358296123510930&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-14810001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-14810002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','HHY Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 17:08:09','2019-09-22 17:08:09','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(667,2,'2019-10-30 21:04:37','2019-10-30 21:04:37','<div id=\"pl-148\" class=\"panel-layout\">\r\n<div id=\"pg-148-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-148-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;default_thumbnail&quot;:0,&quot;default_thumbnail_fallback&quot;:&quot;&quot;,&quot;image_size&quot;:&quot;sow-carousel-default&quot;,&quot;posts&quot;:&quot;post_type=post&amp;date_type=specific&amp;date_query={\\&quot;after\\&quot;:\\&quot;\\&quot;,\\&quot;before\\&quot;:\\&quot;\\&quot;}&amp;date_query_relative={\\&quot;from\\&quot;:[],\\&quot;to\\&quot;:[]}&amp;orderby=date&amp;order=DESC&quot;,&quot;_sow_form_id&quot;:&quot;12788107465d87aa1358296123510930&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-14810001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\r\n<div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\r\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\">[/siteorigin_widget]</div>\r\n<div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-14810002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\r\n<div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\r\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\">[/siteorigin_widget]</div>\r\n</div>\r\n</div>\r\n</div>','HHY Trained Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-10-30 21:04:37','2019-10-30 21:04:37','',148,'https://himalayanhathayoga.com/148-revision-v1/',0,'revision','',0),(284,1,'2019-09-22 17:14:08','2019-09-22 17:14:08','<div id=\"pl-148\"  class=\"panel-layout\" ><div id=\"pg-148-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-148-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-148-0-0-1\" class=\"so-panel widget widget_sow-post-carousel\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PostCarousel_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;default_thumbnail&quot;:0,&quot;default_thumbnail_fallback&quot;:&quot;&quot;,&quot;image_size&quot;:&quot;sow-carousel-default&quot;,&quot;posts&quot;:&quot;post_type=post&amp;date_type=specific&amp;date_query={\\&quot;after\\&quot;:\\&quot;\\&quot;,\\&quot;before\\&quot;:\\&quot;\\&quot;}&amp;date_query_relative={\\&quot;from\\&quot;:[],\\&quot;to\\&quot;:[]}&amp;orderby=date&amp;order=DESC&quot;,&quot;_sow_form_id&quot;:&quot;12788107465d87aa1358296123510930&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-post-carousel-14810001&quot;,&quot;option_name&quot;:&quot;widget_sow-post-carousel&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-post-carousel\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-148-0-0-2\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;featured&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-14810002&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-148-0-0-2\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','HHY Trained Teachers','','inherit','closed','closed','','148-revision-v1','','','2019-09-22 17:14:08','2019-09-22 17:14:08','',148,'https://himalayanhathayoga.com/2019/09/22/148-revision-v1/',0,'revision','',0),(289,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkjc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfd2lkdGgiOjc1MCwiZ2FsbGVyeV9oZWlnaHQiOjUwMCwic2hvd190aHVtYm5haWxfbGluayI6MCwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IlZpZXcgVGh1bWJuYWlscyIsInRlbXBsYXRlIjoiIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsImF1dG9wbGF5IjoxLCJwYXVzZW9uaG92ZXIiOjEsImFycm93cyI6MCwiaW50ZXJ2YWwiOjMwMDAsInRyYW5zaXRpb25fc3BlZWQiOjMwMCwidHJhbnNpdGlvbl9zdHlsZSI6ImZhZGUiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic Slideshow','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkjc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfd2lkdGgiOjc1MCwiZ2FsbGVyeV9oZWlnaHQiOjUwMCwic2hvd190aHVtYm5haWxfbGluayI6MCwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IlZpZXcgVGh1bWJuYWlscyIsInRlbXBsYXRlIjoiIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsImF1dG9wbGF5IjoxLCJwYXVzZW9uaG92ZXIiOjEsImFycm93cyI6MCwiaW50ZXJ2YWwiOjMwMDAsInRyYW5zaXRpb25fc3BlZWQiOjMwMCwidHJhbnNpdGlvbl9zdHlsZSI6ImZhZGUiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://himalayanhathayoga.com/?post_type=display_type&p=289',0,'display_type','',0),(290,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIjcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJhbGlhc2VzIjpbImJhc2ljX2ltYWdlYnJvd3NlciIsImltYWdlYnJvd3NlciIsIm5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjIuMTgiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwiYWpheF9wYWdpbmF0aW9uIjoiMSIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic ImageBrowser','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIjcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJhbGlhc2VzIjpbImJhc2ljX2ltYWdlYnJvd3NlciIsImltYWdlYnJvd3NlciIsIm5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjIuMTgiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwiYWpheF9wYWdpbmF0aW9uIjoiMSIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?post_type=display_type&p=290',0,'display_type','',0),(291,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMjcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJoaWRkZW5fZnJvbV91aSI6dHJ1ZSwiaGlkZGVuX2Zyb21faWd3Ijp0cnVlLCJhbGlhc2VzIjpbImJhc2ljX3NpbmdsZXBpYyIsInNpbmdsZXBpYyIsIm5leHRnZW5fYmFzaWNfc2luZ2xlcGljIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjIuMTgiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic SinglePic','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMjcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJoaWRkZW5fZnJvbV91aSI6dHJ1ZSwiaGlkZGVuX2Zyb21faWd3Ijp0cnVlLCJhbGlhc2VzIjpbImJhc2ljX3NpbmdsZXBpYyIsInNpbmdsZXBpYyIsIm5leHRnZW5fYmFzaWNfc2luZ2xlcGljIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjIuMTgiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?post_type=display_type&p=291',0,'display_type','',0),(292,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkI3ByZXZpZXcuZ2lmIiwiZGVmYXVsdF9zb3VyY2UiOiJ0YWdzIiwidmlld19vcmRlciI6MTAxMDAsImFsaWFzZXMiOlsiYmFzaWNfdGFnY2xvdWQiLCJ0YWdjbG91ZCIsIm5leHRnZW5fYmFzaWNfdGFnY2xvdWQiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic TagCloud','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkI3ByZXZpZXcuZ2lmIiwiZGVmYXVsdF9zb3VyY2UiOiJ0YWdzIiwidmlld19vcmRlciI6MTAxMDAsImFsaWFzZXMiOlsiYmFzaWNfdGFnY2xvdWQiLCJ0YWdjbG91ZCIsIm5leHRnZW5fYmFzaWNfdGFnY2xvdWQiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://himalayanhathayoga.com/?post_type=display_type&p=292',0,'display_type','',0),(293,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJhbGlhc2VzIjpbImJhc2ljX2NvbXBhY3RfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiYmFzaWNfYWxidW1fY29tcGFjdCIsImNvbXBhY3RfYWxidW0iXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjIuMTgiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZW5hYmxlX2JyZWFkY3J1bWJzIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsInRlbXBsYXRlIjoiIiwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjEsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Compact Album','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJhbGlhc2VzIjpbImJhc2ljX2NvbXBhY3RfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiYmFzaWNfYWxidW1fY29tcGFjdCIsImNvbXBhY3RfYWxidW0iXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjIuMTgiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZW5hYmxlX2JyZWFkY3J1bWJzIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsInRlbXBsYXRlIjoiIiwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjEsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'https://himalayanhathayoga.com/?post_type=display_type&p=293',0,'display_type','',0),(294,1,'2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJtb2R1bGVfaWQiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfYWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSNleHRlbmRlZF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMTAsImFsaWFzZXMiOlsiYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiZXh0ZW5kZWRfYWxidW0iXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoxLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwidGh1bWJuYWlsX3dpZHRoIjozMDAsInRodW1ibmFpbF9oZWlnaHQiOjIwMCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Extended Album','','draft','closed','closed','','','','','2019-09-27 16:19:17','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJtb2R1bGVfaWQiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfYWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSNleHRlbmRlZF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMTAsImFsaWFzZXMiOlsiYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiZXh0ZW5kZWRfYWxidW0iXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4yLjE4IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoxLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwidGh1bWJuYWlsX3dpZHRoIjozMDAsInRodW1ibmFpbF9oZWlnaHQiOjIwMCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?post_type=display_type&p=294',0,'display_type','',0),(298,1,'2019-09-27 17:02:03','2019-09-27 17:02:03','','Trained Teachers','','publish','closed','closed','','trained-teachers','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=298',4,'nav_menu_item','',0),(861,2,'2019-11-10 22:41:45','2019-11-10 22:41:45','','12240241_10154291723078066_1311007848745858583_o','','inherit','open','closed','','12240241_10154291723078066_1311007848745858583_o','','','2019-11-10 22:41:45','2019-11-10 22:41:45','',712,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg',0,'attachment','image/jpeg',0),(862,2,'2019-11-10 22:43:00','2019-11-10 22:43:00','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"215\" height=\"215\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg 215w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n-150x150.jpg 150w\" sizes=\"(max-width: 215px) 100vw, 215px\" />						\n													Szilvia Cseh\n																			HHY Student\n							xxxx\n							<img width=\"1107\" height=\"1107\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg 1107w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-1024x1024.jpg 1024w\" sizes=\"(max-width: 1107px) 100vw, 1107px\" />						\n													Monica Petrascu\n																			HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\n							xxxx\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 22:43:00','2019-11-10 22:43:00','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(307,1,'2019-09-27 17:21:52','2019-09-27 17:21:52','Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.\r\n\r\nCurabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.\r\n\r\nCurabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.','himalayan hatha','','publish','open','closed','','307-2','','','2019-09-28 09:34:20','2019-09-28 09:34:20','',0,'https://himalayanhathayoga.com/?post_type=tp_event&#038;p=307',0,'tp_event','',0),(311,1,'2019-09-28 11:42:39','2019-09-28 11:42:39','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Our Training Teachers&quot;,&quot;destination_url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/category\\/himalayan-hatha-yoga-teachers\\/yogiville-gurukul-teachers\\/&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670926758&quot;,&quot;fittext&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;150px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;84px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670771339&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-15010012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-15010015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-15010020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-15010023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-autosave-v1','','','2019-09-28 11:42:39','2019-09-28 11:42:39','',150,'https://himalayanhathayoga.com/2019/09/28/150-autosave-v1/',0,'revision','',0),(309,1,'2019-09-28 09:20:39','2019-09-28 09:20:39','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:heading --></p>\n<h2>&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-hero\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0.25,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;20749318425d8f24c8120a3786327880&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;frames&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-30910001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-hero\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-simple-masonry panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569662438515&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-30910002&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 09:20:40','2019-09-28 09:20:40','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(310,1,'2019-09-28 09:20:40','2019-09-28 09:20:40','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:heading --></p>\n<h2>&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-hero\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0.25,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;20749318425d8f24c8120a3786327880&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;frames&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-hero\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-simple-masonry panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569662438515&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-15010002&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 09:20:40','2019-09-28 09:20:40','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(724,2,'2019-10-31 21:57:35','2019-10-31 21:57:35','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572558847389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-10-31 21:57:35','2019-10-31 21:57:35','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(312,1,'2019-09-28 09:53:21','2019-09-28 09:53:21','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">our training school </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-simple-masonry\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:176,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;100 hour foundation course&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;2000 hour &quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:71,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;500&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;200&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569663963717&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-31210001&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;yogi Ashokananda &quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;post: 145&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:false,&quot;max_width&quot;:false,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;19653467185d8f2c5488447071275966&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664185984&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-31210002&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-3\" class=\"so-panel widget widget_sow-contact-form\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;Fields marked with * are required&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#f2f2f2&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:&quot;0.9em&quot;,&quot;size_unit&quot;:&quot;em&quot;,&quot;color&quot;:&quot;#999999&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:10,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:3,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:50,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:&quot;1px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5405970455d8f2cef42bbc561340404&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-31210003&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-4\" class=\"so-panel widget widget_sow-cta\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#F8F8F8&quot;,&quot;border_color&quot;:&quot;#E3E3E3&quot;,&quot;use_default_background&quot;:true,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;12890516055d8f2d2196140749720638&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-cta-31210004&quot;,&quot;option_name&quot;:&quot;widget_sow-cta&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-cta\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-4&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-5\" class=\"so-panel widget widget_mc4wp_form_widget\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"MC4WP_Form_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;mc4wp_form_widget-31210005&quot;,&quot;option_name&quot;:&quot;widget_mc4wp_form_widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-5\\&quot; class=\\&quot;so-panel widget widget_mc4wp_form_widget\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-5&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-6\" class=\"so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_MailChimp_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;subscribe_text&quot;:&quot;Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.&quot;,&quot;mailchimp_gdpr_label&quot;:&quot;Accept GDPR Terms&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Email&quot;,&quot;submit_text&quot;:&quot;Go&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_mailchimp-31210006&quot;,&quot;option_name&quot;:&quot;widget_ocean_mailchimp&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-6\\&quot; class=\\&quot;so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-6&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-7\" class=\"so-panel widget widget_sow-social-media-buttons\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;9752405395d8f2d836fd5d165336751&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-31210007&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-7\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-7&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-8\" class=\"so-panel widget widget_wpforms-widget wpforms-widget panel-last-child\" data-index=\"8\" >[siteorigin_widget class=\"WPForms_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;wpforms-widget-31210008&quot;,&quot;option_name&quot;:&quot;widget_wpforms-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-8\\&quot; class=\\&quot;so-panel widget widget_wpforms-widget wpforms-widget panel-last-child\\&quot; data-index=\\&quot;8\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-8&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 09:53:21','2019-09-28 09:53:21','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(314,1,'2019-09-28 10:03:54','2019-09-28 10:03:54','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">our training school </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-simple-masonry\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;Himalayan Hatha yOGa courses&quot;,&quot;items&quot;:[{&quot;image&quot;:176,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;100 hour foundation course&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;2000 hour &quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:71,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;500&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;200&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:3,&quot;row_height&quot;:0,&quot;gutter&quot;:10,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664672756&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-31410001&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;yogi Ashokananda &quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;post: 145&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:false,&quot;max_width&quot;:false,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;19653467185d8f2c5488447071275966&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664185984&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-31410002&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-3\" class=\"so-panel widget widget_sow-contact-form\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;Fields marked with * are required&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#f2f2f2&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:&quot;0.9em&quot;,&quot;size_unit&quot;:&quot;em&quot;,&quot;color&quot;:&quot;#999999&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:10,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:3,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:50,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:&quot;1px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5405970455d8f2cef42bbc561340404&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-31410003&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-4\" class=\"so-panel widget widget_wpforms-widget wpforms-widget\" data-index=\"4\" >[siteorigin_widget class=\"WPForms_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;wpforms-widget-31410004&quot;,&quot;option_name&quot;:&quot;widget_wpforms-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-4\\&quot; class=\\&quot;so-panel widget widget_wpforms-widget wpforms-widget\\&quot; data-index=\\&quot;4\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-4&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-5\" class=\"so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_MailChimp_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;subscribe_text&quot;:&quot;Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.&quot;,&quot;mailchimp_gdpr_label&quot;:&quot;Accept GDPR Terms&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Email&quot;,&quot;submit_text&quot;:&quot;Go&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_mailchimp-31410005&quot;,&quot;option_name&quot;:&quot;widget_ocean_mailchimp&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-5\\&quot; class=\\&quot;so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-5&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-6\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;9752405395d8f2d836fd5d165336751&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-31410006&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-6\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-6&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 10:03:54','2019-09-28 10:03:54','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(313,1,'2019-09-28 09:53:21','2019-09-28 09:53:21','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">our training school </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-simple-masonry\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:176,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;100 hour foundation course&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;2000 hour &quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:71,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;500&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;200&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569663963717&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;yogi Ashokananda &quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;post: 145&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:false,&quot;max_width&quot;:false,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;19653467185d8f2c5488447071275966&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664185984&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-15010002&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-3\" class=\"so-panel widget widget_sow-contact-form\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;Fields marked with * are required&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#f2f2f2&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:&quot;0.9em&quot;,&quot;size_unit&quot;:&quot;em&quot;,&quot;color&quot;:&quot;#999999&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:10,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:3,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:50,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:&quot;1px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5405970455d8f2cef42bbc561340404&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-4\" class=\"so-panel widget widget_sow-cta\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#F8F8F8&quot;,&quot;border_color&quot;:&quot;#E3E3E3&quot;,&quot;use_default_background&quot;:true,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;12890516055d8f2d2196140749720638&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-cta-15010004&quot;,&quot;option_name&quot;:&quot;widget_sow-cta&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-cta\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-4&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-5\" class=\"so-panel widget widget_mc4wp_form_widget\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"MC4WP_Form_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;mc4wp_form_widget-15010005&quot;,&quot;option_name&quot;:&quot;widget_mc4wp_form_widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-5\\&quot; class=\\&quot;so-panel widget widget_mc4wp_form_widget\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-5&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-6\" class=\"so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_MailChimp_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;subscribe_text&quot;:&quot;Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.&quot;,&quot;mailchimp_gdpr_label&quot;:&quot;Accept GDPR Terms&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Email&quot;,&quot;submit_text&quot;:&quot;Go&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_mailchimp-15010006&quot;,&quot;option_name&quot;:&quot;widget_ocean_mailchimp&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-6\\&quot; class=\\&quot;so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-6&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-7\" class=\"so-panel widget widget_sow-social-media-buttons\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;9752405395d8f2d836fd5d165336751&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-15010007&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-7\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-7&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-8\" class=\"so-panel widget widget_wpforms-widget wpforms-widget panel-last-child\" data-index=\"8\" >[siteorigin_widget class=\"WPForms_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;wpforms-widget-15010008&quot;,&quot;option_name&quot;:&quot;widget_wpforms-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-8\\&quot; class=\\&quot;so-panel widget widget_wpforms-widget wpforms-widget panel-last-child\\&quot; data-index=\\&quot;8\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-8&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 09:53:21','2019-09-28 09:53:21','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(315,1,'2019-09-28 10:03:54','2019-09-28 10:03:54','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">our training school </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-simple-masonry\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;Himalayan Hatha yOGa courses&quot;,&quot;items&quot;:[{&quot;image&quot;:176,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;100 hour foundation course&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;2000 hour &quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:71,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;500&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;200&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:3,&quot;row_height&quot;:0,&quot;gutter&quot;:10,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664672756&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;yogi Ashokananda &quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;post: 145&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:false,&quot;max_width&quot;:false,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;19653467185d8f2c5488447071275966&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664185984&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-15010002&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-3\" class=\"so-panel widget widget_sow-contact-form\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;Fields marked with * are required&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#f2f2f2&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:&quot;0.9em&quot;,&quot;size_unit&quot;:&quot;em&quot;,&quot;color&quot;:&quot;#999999&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:10,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:3,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:50,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:&quot;1px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5405970455d8f2cef42bbc561340404&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-4\" class=\"so-panel widget widget_wpforms-widget wpforms-widget\" data-index=\"4\" >[siteorigin_widget class=\"WPForms_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;wpforms-widget-15010004&quot;,&quot;option_name&quot;:&quot;widget_wpforms-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-4\\&quot; class=\\&quot;so-panel widget widget_wpforms-widget wpforms-widget\\&quot; data-index=\\&quot;4\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-4&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-5\" class=\"so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_MailChimp_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;subscribe_text&quot;:&quot;Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.&quot;,&quot;mailchimp_gdpr_label&quot;:&quot;Accept GDPR Terms&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Email&quot;,&quot;submit_text&quot;:&quot;Go&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_mailchimp-15010005&quot;,&quot;option_name&quot;:&quot;widget_ocean_mailchimp&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-5\\&quot; class=\\&quot;so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-5&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-6\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;9752405395d8f2d836fd5d165336751&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-15010006&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-6\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-6&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 10:03:54','2019-09-28 10:03:54','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(316,1,'2019-09-28 10:05:52','2019-09-28 10:05:52','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">our training school </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-simple-masonry\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;Himalayan Hatha yOGa courses&quot;,&quot;items&quot;:[{&quot;image&quot;:176,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;100 hour foundation course&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;2000 hour &quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:71,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;500&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;200&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:3,&quot;row_height&quot;:0,&quot;gutter&quot;:10,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664672756&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-31610001&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;yogi Ashokananda &quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;post: 145&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:false,&quot;max_width&quot;:false,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;19653467185d8f2c5488447071275966&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664185984&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-31610002&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-3\" class=\"so-panel widget widget_sow-contact-form\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;Fields marked with * are required&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#f2f2f2&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:&quot;0.9em&quot;,&quot;size_unit&quot;:&quot;em&quot;,&quot;color&quot;:&quot;#999999&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:10,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:3,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:50,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:&quot;1px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5405970455d8f2cef42bbc561340404&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-31610003&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-4\" class=\"so-panel widget widget_wpforms-widget wpforms-widget\" data-index=\"4\" >[siteorigin_widget class=\"WPForms_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;wpforms-widget-31610004&quot;,&quot;option_name&quot;:&quot;widget_wpforms-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-4\\&quot; class=\\&quot;so-panel widget widget_wpforms-widget wpforms-widget\\&quot; data-index=\\&quot;4\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-4&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-5\" class=\"so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_MailChimp_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;subscribe_text&quot;:&quot;Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.&quot;,&quot;mailchimp_gdpr_label&quot;:&quot;Accept GDPR Terms&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Email&quot;,&quot;submit_text&quot;:&quot;Go&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_mailchimp-31610005&quot;,&quot;option_name&quot;:&quot;widget_ocean_mailchimp&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-5\\&quot; class=\\&quot;so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-5&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-6\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;9752405395d8f2d836fd5d165336751&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-31610006&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-6\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-6&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 10:05:52','2019-09-28 10:05:52','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(317,1,'2019-09-28 10:05:52','2019-09-28 10:05:52','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">our training school </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.</p>\n</div>\n</div></div><div id=\"panel-150-0-0-1\" class=\"so-panel widget widget_sow-simple-masonry\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;Himalayan Hatha yOGa courses&quot;,&quot;items&quot;:[{&quot;image&quot;:176,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;100 hour foundation course&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;2000 hour &quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:71,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;500&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:99,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;200&quot;,&quot;url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/2016\\/11\\/29\\/torquent-per-conubia-nostra\\/&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:3,&quot;row_height&quot;:0,&quot;gutter&quot;:10,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;6890629275d8f250ea64b8216108089&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664672756&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-simple-masonry-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-simple-masonry&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;yogi Ashokananda &quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;post: 145&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:false,&quot;max_width&quot;:false,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;19653467185d8f2c5488447071275966&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569664185984&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-15010002&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-3\" class=\"so-panel widget widget_sow-contact-form\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;Fields marked with * are required&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#f2f2f2&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:&quot;#c0c0c0&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:&quot;0.9em&quot;,&quot;size_unit&quot;:&quot;em&quot;,&quot;color&quot;:&quot;#999999&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:10,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:3,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;10px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:50,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:&quot;1px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5405970455d8f2cef42bbc561340404&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-4\" class=\"so-panel widget widget_wpforms-widget wpforms-widget\" data-index=\"4\" >[siteorigin_widget class=\"WPForms_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;so_sidebar_emulator_id&quot;:&quot;wpforms-widget-15010004&quot;,&quot;option_name&quot;:&quot;widget_wpforms-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-4\\&quot; class=\\&quot;so-panel widget widget_wpforms-widget wpforms-widget\\&quot; data-index=\\&quot;4\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-4&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-5\" class=\"so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_MailChimp_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Newsletter&quot;,&quot;subscribe_text&quot;:&quot;Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.&quot;,&quot;mailchimp_gdpr_label&quot;:&quot;Accept GDPR Terms&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Email&quot;,&quot;submit_text&quot;:&quot;Go&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_mailchimp-15010005&quot;,&quot;option_name&quot;:&quot;widget_ocean_mailchimp&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-5\\&quot; class=\\&quot;so-panel widget widget_ocean_mailchimp widget-oceanwp-mailchimp mailchimp-widget\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-5&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-0-0-6\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;9752405395d8f2d836fd5d165336751&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[],&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-15010006&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-6\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-6&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 10:05:52','2019-09-28 10:05:52','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(725,2,'2019-10-31 22:54:14','2019-10-31 22:54:14','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:669,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572562223950&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 22:54:14','2019-10-31 22:54:14','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(726,2,'2019-10-31 22:54:15','2019-10-31 22:54:15','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:669,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572562223950&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 22:54:15','2019-10-31 22:54:15','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(318,1,'2019-09-28 10:18:05','2019-09-28 10:18:05','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-31810000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-31810001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-31810003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-31810005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-31810007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR SERVICES INCLUDE&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;48px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-31810009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f46455&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.663\" ></div><div id=\"pgc-150-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.337\" ><div id=\"panel-150-4-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"10\" data-style=\"{&quot;padding&quot;:&quot;4%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-4-1-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;WANT TO PLAY HARD? COME FIND US AT&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;569d3f168b0b0&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;4%&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-4-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-1-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-4-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0% 4% 0% 4%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-4-1-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #ffffff;\">Mauris in aliquam arcu, a dignissim erat. Aliquam nec maximus nulla. Aenean mi est, fermentum eu lorem sed, tempus eleifend tortor. Donec lacus magna, sodales quis eros sit amet, euismod malesuada turpis.</span></p><p><span style=\"color: #ffffff;\">Postal adress: 45 Beach Road Moullie Point 8007 Cape Town South Africa</span></p><p><span style=\"color: #ffffff;\">Phone: (021) 332-112-222</span></p><p><span style=\"color: #ffffff;\">Email: playhard@example.com</span></p></div>\n</div></div></div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;250px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;extra_top_padding&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-31810012&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Ask a question&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-31810014&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"15\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-7-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;icon&quot;:&quot;fontawesome-bicycle&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_image_size&quot;:false},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;icon&quot;:&quot;fontawesome-heartbeat&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_image_size&quot;:false},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;icon&quot;:&quot;fontawesome-apple&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_image_size&quot;:false}],&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-31810016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;,&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false}},&quot;icon_size_custom&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810017&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-9-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;button_new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-31810019&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;,&quot;equalize_row_heights&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-10-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-31810020&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-10-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-11\" data-stretch-type=\"full\" ><div id=\"pgc-150-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-11-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-11-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-31810022&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-11-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;22\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-11-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 10:18:05','2019-09-28 10:18:05','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(319,1,'2019-09-28 10:18:05','2019-09-28 10:18:05','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR SERVICES INCLUDE&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;48px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f46455&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.663\" ></div><div id=\"pgc-150-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.337\" ><div id=\"panel-150-4-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"10\" data-style=\"{&quot;padding&quot;:&quot;4%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-4-1-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;WANT TO PLAY HARD? COME FIND US AT&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;569d3f168b0b0&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;4%&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-4-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-1-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-4-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0% 4% 0% 4%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-4-1-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #ffffff;\">Mauris in aliquam arcu, a dignissim erat. Aliquam nec maximus nulla. Aenean mi est, fermentum eu lorem sed, tempus eleifend tortor. Donec lacus magna, sodales quis eros sit amet, euismod malesuada turpis.</span></p><p><span style=\"color: #ffffff;\">Postal adress: 45 Beach Road Moullie Point 8007 Cape Town South Africa</span></p><p><span style=\"color: #ffffff;\">Phone: (021) 332-112-222</span></p><p><span style=\"color: #ffffff;\">Email: playhard@example.com</span></p></div>\n</div></div></div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;250px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;extra_top_padding&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010012&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Ask a question&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-15010014&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"15\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-7-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;icon&quot;:&quot;fontawesome-bicycle&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_image_size&quot;:false},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;icon&quot;:&quot;fontawesome-heartbeat&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_image_size&quot;:false},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;icon&quot;:&quot;fontawesome-apple&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_image_size&quot;:false}],&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;,&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false}},&quot;icon_size_custom&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010017&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-9-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;button_new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-15010019&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;,&quot;equalize_row_heights&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-10-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010020&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-10-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-11\" data-stretch-type=\"full\" ><div id=\"pgc-150-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-11-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-11-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-15010022&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-11-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;22\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-11-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 10:18:05','2019-09-28 10:18:05','',150,'https://himalayanhathayoga.com/2019/09/28/150-revision-v1/',0,'revision','',0),(712,2,'2019-10-31 19:35:29','2019-10-31 19:35:29','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Tui Na massage therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"215\" height=\"215\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg 215w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n-150x150.jpg 150w\" sizes=\"(max-width: 215px) 100vw, 215px\" />						\n													Szilvia Cseh\n																			HHY Student\n							Ghbshjabhja\n							<img width=\"1107\" height=\"1107\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg 1107w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-1024x1024.jpg 1024w\" sizes=\"(max-width: 1107px) 100vw, 1107px\" />						\n													Monica Petrascu\n																			HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\n							xxxx\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','publish','closed','closed','','testimonials','','','2019-11-10 23:27:57','2019-11-10 23:27:57','',0,'https://himalayanhathayoga.com/?page_id=712',0,'page','',0),(322,1,'2019-09-28 11:37:32','2019-09-28 11:37:32','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32210000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32210001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32210003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32210005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32210007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR SERVICES INCLUDE&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32210008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;48px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670640392&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32210009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32210010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32210011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-32210012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32210013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32210014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-32210015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32210016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32210017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32210018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32210019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-32210020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32210021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-32210023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 11:37:33','2019-09-28 11:37:33','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(324,1,'2019-09-28 11:49:30','2019-09-28 11:49:30','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32410000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32410001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32410003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32410005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32410007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Our Training Teachers&quot;,&quot;destination_url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/category\\/himalayan-hatha-yoga-teachers\\/yogiville-gurukul-teachers\\/&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670926758&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32410008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;150px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;84px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670771339&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32410009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-32410010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32410011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-32410012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32410013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32410014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-32410015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32410016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-32410017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32410018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32410019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-32410020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-32410021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-32410023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 11:49:30','2019-09-28 11:49:30','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0);
INSERT INTO `wpvq_posts` VALUES (323,1,'2019-09-28 11:37:33','2019-09-28 11:37:33','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR SERVICES INCLUDE&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;48px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670640392&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-15010012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-15010015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-15010020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-15010023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 11:37:33','2019-09-28 11:37:33','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(619,2,'2019-10-28 20:20:51','2019-10-28 20:20:51','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;HIMALAYAN HATHA YOGA&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572294012993&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-61910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-61910001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-61910003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-61910005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-61910007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Our Training Teachers&quot;,&quot;destination_url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/category\\/himalayan-hatha-yoga-teachers\\/yogiville-gurukul-teachers\\/&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670926758&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-61910008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;150px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;84px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670771339&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-61910009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-61910010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-61910011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-61910012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-61910013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-61910014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-61910015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-61910016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-61910017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-61910018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-61910019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-61910020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-61910021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-61910023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-10-28 20:20:51','2019-10-28 20:20:51','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(325,1,'2019-09-28 11:49:30','2019-09-28 11:49:30','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;WORK HARD, PLAY HARD&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;&lt;p&gt;[buttons]&lt;\\/p&gt;&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;300px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Our Training Teachers&quot;,&quot;destination_url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/category\\/himalayan-hatha-yoga-teachers\\/yogiville-gurukul-teachers\\/&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670926758&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;150px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;84px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670771339&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-15010012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-15010015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-15010020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-15010023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-09-28 11:49:30','2019-09-28 11:49:30','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(334,1,'2019-09-28 13:07:53','2019-09-28 13:07:53','<iframe src=\"https://calendar.google.com/calendar/b/7/embed?height=600&amp;wkst=1&amp;bgcolor=%23ffffff&amp;ctz=Europe%2FLondon&amp;src=dmFkZDFjYWxtYTJqc24yanU0MXY2cGNkZDhAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;color=%23E4C441\" style=\"border-width:0\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"></iframe>','Himalayan Hatha Yoga Schedule','','publish','closed','closed','','himalayan-hatha-yoga-schedule','','','2019-09-28 13:10:41','2019-09-28 13:10:41','',0,'https://himalayanhathayoga.com/?page_id=334',0,'page','',0),(554,2,'2019-10-23 19:08:29','2019-10-23 19:08:29','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5>Twitter</h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:08:29','2019-10-23 19:08:29','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(555,2,'2019-10-23 19:10:11','2019-10-23 19:10:11','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5>Twitter</h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:10:11','2019-10-23 19:10:11','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(556,2,'2019-10-23 19:10:48','2019-10-23 19:10:48','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5>Twitter</h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:10:48','2019-10-23 19:10:48','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(557,2,'2019-10-23 19:13:00','2019-10-23 19:13:00','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">facebook</a></h5>		\n			<h5>twitter</h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:13:00','2019-10-23 19:13:00','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(558,2,'2019-10-23 19:14:29','2019-10-23 19:14:29','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated with all the news</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">facebook</a></h5>		\n			<h5>twitter</h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:14:29','2019-10-23 19:14:29','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(559,2,'2019-10-23 19:23:26','2019-10-23 19:23:26','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>contact</h2>		\n			<p>For more details please send an email or give us a call</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>social media</h2>		\n			<p>Follow us and stay updated with all the news</p>		\n			<a href=\"https://www.facebook.com/himalayanhathayoga/?epa=SEARCH_BOX\">\n						</a>\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">facebook</a></h5>		\n			<a href=\"https://twitter.com/himalayanhatha\">\n						</a>\n			<h5>twitter</h5>		\n			<a href=\"https://www.instagram.com/himalayanhatha_yoga/\">\n						</a>\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 19:23:26','2019-10-23 19:23:26','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(562,2,'2019-10-23 19:31:04','2019-10-23 19:31:04','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 19:31:04','2019-10-23 19:31:04','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(330,1,'2019-09-28 12:05:50','2019-09-28 12:05:50','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-0\" data-stretch-type=\"full\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact \\&quot;Your Website Name\\&quot; Design&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#303030&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We&#039;re ready to solve any design problem...give us a shout&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e5e522ff6e&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SEND US A MESSAGE&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e63915b13d&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;SEND US A MESSAGE&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;from&quot;:&quot;&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator&quot;:false,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#333333&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;border_color&quot;:&quot;#333333&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:false,&quot;background_gradient&quot;:0,&quot;border_color&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;border_width&quot;:false,&quot;font_size&quot;:false,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;padding&quot;:false,&quot;height&quot;:false,&quot;height_textarea&quot;:false,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false}},&quot;_sow_form_id&quot;:&quot;562e5fae0271d&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-8210002&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-82-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT INFORMATION&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e63b4404e1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div></div>\n</div></div><div id=\"panel-82-1-1-2\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;wire&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e620b2675e&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210005&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-2\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-28 12:05:50','2019-09-28 12:05:50','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(553,2,'2019-10-23 18:57:19','2019-10-23 18:57:19','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>Contact</h2>		\n			<p>Send an email for training programs</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>Social</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 18:57:19','2019-10-23 18:57:19','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(721,2,'2019-10-31 21:51:23','2019-10-31 21:51:23','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-31 21:51:23','2019-10-31 21:51:23','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(617,2,'2019-10-28 20:14:11','2019-10-28 20:14:11','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 20:14:11','2019-10-28 20:14:11','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(613,2,'2019-10-28 19:39:51','2019-10-28 19:39:51','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.</h2>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 19:39:51','2019-10-28 19:39:51','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(331,1,'2019-09-28 12:09:50','2019-09-28 12:09:50','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-0\" data-stretch-type=\"full\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#303030&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We&#039;re here to help&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e5e522ff6e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569672419597&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-33110000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SEND US A MESSAGE&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e63915b13d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569672475036&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-33110001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;SEND US A MESSAGE&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;use_captcha&quot;:true,&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#333333&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#333333&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:false,&quot;background_gradient&quot;:0,&quot;border_color&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;562e5fae0271d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569672526147&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-33110002&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-82-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT INFORMATION&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e63b4404e1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-33110003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div></div>\n</div></div><div id=\"panel-82-1-1-2\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;wire&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e620b2675e&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-33110005&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-2\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-28 12:09:50','2019-09-28 12:09:50','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(552,2,'2019-10-23 18:56:04','2019-10-23 18:56:04','<h2>Contact Us</h2>		\n			<h2>how can we help you </h2>		\n		[wpforms id=\"222\"]		\n			<h2>Contact</h2>		\n			<p>Send an email for training programs</p>		\n					<ul>\n							<li >\n										hello@himalayanhathayoga.com\n									</li>\n								<li >\n										(442) 7621 3445\n									</li>\n						</ul>\n			<h2>Social</h2>		\n			<p>Follow us and stay updated</br>with all the news and programs</p>		\n			<h5><a href=\"https://www.facebook.com/himalayanhathayoga/\">Facebook</a></h5>		\n			<h5><a href=\"https://www.instagram.com/himalayanhatha_yoga/\">Instagram</a></h5>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-23 18:56:04','2019-10-23 18:56:04','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(332,1,'2019-09-28 12:09:50','2019-09-28 12:09:50','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-0\" data-stretch-type=\"full\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#303030&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We&#039;re here to help&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e5e522ff6e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569672419597&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SEND US A MESSAGE&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Raleway&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e63915b13d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569672475036&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;SEND US A MESSAGE&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;use_captcha&quot;:true,&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#333333&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#333333&quot;,&quot;border_width&quot;:&quot;1px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:false,&quot;background_gradient&quot;:0,&quot;border_color&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;562e5fae0271d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569672526147&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-8210002&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-82-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-82-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT INFORMATION&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;font&quot;:&quot;Raleway:500&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Raleway&quot;,&quot;color&quot;:&quot;#818181&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e63b4404e1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><em><span style=\"color: #818181;\">Your Website Name</span></em></p><div class=\"textwidget\"><p><em><span style=\"color: #818181;\">35 Bree Street</span></em></p><p><em><span style=\"color: #818181;\">Cape Town</span></em></p><p><em><span style=\"color: #818181;\">South Africa</span></em></p><p><em><span style=\"color: #818181;\">8002</span></em></p><p><em><span style=\"color: #818181;\">+27837621475</span></em></p><p><em><span style=\"color: #818181;\">jack@yourwebsitename.com</span></em></p></div></div>\n</div></div><div id=\"panel-82-1-1-2\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;wire&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e620b2675e&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210005&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-1-2\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-09-28 12:09:50','2019-09-28 12:09:50','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(335,1,'2019-09-28 13:07:53','2019-09-28 13:07:53','&lt;iframe src=\"https://calendar.google.com/calendar/b/7/embed?height=600&amp;amp;wkst=1&amp;amp;bgcolor=%23ffffff&amp;amp;ctz=Europe%2FLondon&amp;amp;src=dmFkZDFjYWxtYTJqc24yanU0MXY2cGNkZDhAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;amp;color=%23E4C441\" style=\"border-width:0\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"&gt;&lt;/iframe&gt;','Himalayan Hatha Yoga Schedule','','inherit','closed','closed','','334-revision-v1','','','2019-09-28 13:07:53','2019-09-28 13:07:53','',334,'https://himalayanhathayoga.com/334-revision-v1/',0,'revision','',0),(337,1,'2019-09-28 13:10:41','2019-09-28 13:10:41','<iframe src=\"https://calendar.google.com/calendar/b/7/embed?height=600&amp;wkst=1&amp;bgcolor=%23ffffff&amp;ctz=Europe%2FLondon&amp;src=dmFkZDFjYWxtYTJqc24yanU0MXY2cGNkZDhAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;color=%23E4C441\" style=\"border-width:0\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"></iframe>','Himalayan Hatha Yoga Schedule','','inherit','closed','closed','','334-revision-v1','','','2019-09-28 13:10:41','2019-09-28 13:10:41','',334,'https://himalayanhathayoga.com/334-revision-v1/',0,'revision','',0),(351,1,'2019-09-29 10:47:57','2019-09-29 10:47:57','','Schedule','','publish','closed','closed','','schedule','','','2019-09-29 11:23:31','2019-09-29 11:23:31','',0,'https://himalayanhathayoga.com/schedule/',2,'nav_menu_item','',0),(841,2,'2019-11-06 17:21:30','2019-11-06 17:21:30','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs','Home','','inherit','closed','closed','','76-revision-v1','','','2019-11-06 17:21:30','2019-11-06 17:21:30','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(344,1,'2019-09-29 10:42:04','2019-09-29 10:42:04','[ngg src=\"galleries\" display=\"basic_thumbnail\" thumbnail_crop=\"0\"]','Gallery','','publish','closed','closed','','gallery','','','2019-09-29 10:42:04','2019-09-29 10:42:04','',0,'https://himalayanhathayoga.com/?page_id=344',0,'page','',0),(345,1,'2019-09-29 10:40:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','closed','','mixin_nextgen_table_extras','','','2019-09-29 10:40:37','2019-09-29 10:40:37','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?p=345',0,'ngg_gallery','',0),(346,1,'2019-09-29 10:40:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2019-09-29 10:40:37','2019-09-29 10:40:37','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?p=346',0,'ngg_pictures','',0),(347,1,'2019-09-29 10:40:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2019-09-29 10:40:44','2019-09-29 10:40:44','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?p=347',0,'ngg_pictures','',0),(348,1,'2019-09-29 10:40:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2019-09-29 10:40:50','2019-09-29 10:40:50','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?p=348',0,'ngg_pictures','',0),(349,1,'2019-09-29 10:40:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2019-09-29 10:40:56','2019-09-29 10:40:56','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://himalayanhathayoga.com/?p=349',0,'ngg_pictures','',0),(350,1,'2019-09-29 10:42:04','2019-09-29 10:42:04','[ngg src=\"galleries\" display=\"basic_thumbnail\" thumbnail_crop=\"0\"]','Gallery','','inherit','closed','closed','','344-revision-v1','','','2019-09-29 10:42:04','2019-09-29 10:42:04','',344,'https://himalayanhathayoga.com/344-revision-v1/',0,'revision','',0),(353,1,'2019-09-29 10:47:57','2019-09-29 10:47:57',' ','','','publish','closed','closed','','353','','','2019-09-29 11:23:31','2019-09-29 11:23:31','',0,'https://himalayanhathayoga.com/353/',1,'nav_menu_item','',0),(661,2,'2019-10-30 20:20:55','2019-10-30 20:20:55','','66071731_2145884235521075_3103242312356986880_o','','inherit','open','closed','','66071731_2145884235521075_3103242312356986880_o','','','2019-10-30 20:20:55','2019-10-30 20:20:55','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o.jpg',0,'attachment','image/jpeg',0),(711,2,'2019-10-31 19:33:28','2019-10-31 19:33:28','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-31 19:33:28','2019-10-31 19:33:28','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(662,2,'2019-10-30 20:21:25','2019-10-30 20:21:25','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-30 20:21:25','2019-10-30 20:21:25','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(361,1,'2019-09-29 12:09:52','2019-09-29 12:09:52','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-29 12:09:52','2019-09-29 12:09:52','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(364,1,'2019-09-29 14:25:12','2019-09-29 14:25:12','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-29 14:25:12','2019-09-29 14:25:12','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(391,2,'2019-10-20 16:16:53','2019-10-20 16:16:53','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) Practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 16:16:53','2019-10-20 16:16:53','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(366,1,'2019-09-29 14:49:38','2019-09-29 14:49:38','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h2><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h2>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-29 14:49:38','2019-09-29 14:49:38','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(368,1,'2019-09-29 14:58:12','2019-09-29 14:58:12','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h2><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h2>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-29 14:58:12','2019-09-29 14:58:12','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(370,1,'2019-09-29 15:07:48','2019-09-29 15:07:48','<h3>\n					Who is it for?\n				</h3>\n								<p>All our course is aimed at anyone who wants to create websites on their own, and possibly work as a freelancer or employee in the field of web design and development. We cover everything, so even if you\'ve never seen HTML code in your life, you\'ll be able to quickly jump in.</p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter <br>where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-09-29 15:07:48','2019-09-29 15:07:48','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(860,2,'2019-11-10 22:30:56','2019-11-10 22:30:56','<p>Anthea is the <a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a> studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK. Yogi Ashokananda<em>’s</em> has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.</p><p>Anthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.</p><p>Anthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.  You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine. Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).</p><p>Anthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.</p>','ANTHEA AIRETON-DOWNER','','inherit','closed','closed','','50-revision-v1','','','2019-11-10 22:30:56','2019-11-10 22:30:56','',50,'https://himalayanhathayoga.com/50-revision-v1/',0,'revision','',0),(823,2,'2019-11-04 19:42:51','2019-11-04 19:42:51','Anthea is the&nbsp;<a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a>&nbsp;studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.&nbsp;&nbsp;<em><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>’s</em>&nbsp;has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.\r\n\r\nAnthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.\r\n\r\nAnthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.&nbsp; You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. Se enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.&nbsp;Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).\r\n\r\nAnthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.','ANTHEA AIRETON-DOWNER','','inherit','closed','closed','','50-revision-v1','','','2019-11-04 19:42:51','2019-11-04 19:42:51','',50,'https://himalayanhathayoga.com/50-revision-v1/',0,'revision','',0),(371,1,'2019-09-29 15:14:47','2019-09-29 15:14:47','Anthea is the&nbsp;<a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a>&nbsp;studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.&nbsp;&nbsp;<em><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>’s</em>&nbsp;has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.\r\n\r\nAnthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.\r\n\r\nAnthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.&nbsp; You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. Se enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.&nbsp;Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).\r\n\r\nAnthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.\r\n<figure class=\"gallery-item\"><a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632.jpg\"><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_15478632-768x461.jpg\" alt=\"img_15478632\" width=\"768\" height=\"461\"></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125.jpg\"><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_23654125-768x461.jpg\" alt=\"img_23654125\" width=\"768\" height=\"461\"></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478.jpg\"><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_35120478-768x461.jpg\" alt=\"img_35120478\" width=\"768\" height=\"461\"></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369.jpg\"><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_45120369-768x461.jpg\" alt=\"img_45120369\" width=\"768\" height=\"461\"></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478.jpg\"><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_51230478-768x461.jpg\" alt=\"img_51230478\" width=\"768\" height=\"461\"></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512.jpg\"><img src=\"https://himalayanhathayoga.com/wp-content/uploads/2016/11/img_69874512-768x461.jpg\" alt=\"img_69874512\" width=\"768\" height=\"461\"></a></figure>','ANTHEA AIRETON-DOWNER','','inherit','closed','closed','','50-revision-v1','','','2019-09-29 15:14:47','2019-09-29 15:14:47','',50,'https://himalayanhathayoga.com/50-revision-v1/',0,'revision','',0),(658,2,'2019-10-29 21:56:38','2019-10-29 21:56:38','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-29 21:56:38','2019-10-29 21:56:38','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(393,2,'2019-10-20 16:42:13','2019-10-20 16:42:13','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 16:42:13','2019-10-20 16:42:13','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(394,2,'2019-10-20 16:49:14','2019-10-20 16:49:14','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 16:49:14','2019-10-20 16:49:14','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(395,2,'2019-10-20 16:52:24','2019-10-20 16:52:24','','089A1463 2 2','','inherit','open','closed','','089a1463-2-2','','','2019-10-20 16:52:24','2019-10-20 16:52:24','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg',0,'attachment','image/jpeg',0),(396,2,'2019-10-20 16:56:11','2019-10-20 16:56:11','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"768\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n											<figcaption>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</figcaption>\n										</figure>\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 16:56:11','2019-10-20 16:56:11','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(397,2,'2019-10-20 16:56:56','2019-10-20 16:56:56','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"768\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n											<figcaption>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</figcaption>\n										</figure>\n			<h2>Yogi Ashokananda</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 16:56:56','2019-10-20 16:56:56','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(398,2,'2019-10-20 16:58:44','2019-10-20 16:58:44','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"768\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n											<figcaption>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</figcaption>\n										</figure>\n			<h2><a href=\"www.yogiashokananda.com\">Yogi Ashokananda</a></h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 16:58:44','2019-10-20 16:58:44','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(399,2,'2019-10-20 17:02:29','2019-10-20 17:02:29','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Enlightenment is not state of mind to achieve in caves but to live with it no matter where you are </h4>		\n		<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</figcaption>\n										</figure>\n			<h2><a href=\"www.yogiashokananda.com\">Yogi Ashokananda</a></h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 17:02:29','2019-10-20 17:02:29','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(403,2,'2019-10-20 17:50:35','2019-10-20 17:50:35','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Teachers’ Training and courses currently available:</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week / 21 days course)</h1><h1> </h1>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n			<h1>Yogi Ashokananda</h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 17:50:35','2019-10-20 17:50:35','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(401,2,'2019-10-20 17:45:32','2019-10-20 17:45:32','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Teachers’ Training and courses currently available:</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week / 21 days course)</h1><h1> </h1>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</figcaption>\n										</figure>\n			<h2><a href=\"www.yogiashokananda.com\">Yogi Ashokananda</a></h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 17:45:32','2019-10-20 17:45:32','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(402,2,'2019-10-20 17:47:45','2019-10-20 17:47:45','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Teachers’ Training and courses currently available:</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week / 21 days course)</h1><h1> </h1>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3><a href=\"www.yogiashokananda.com\">Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></a></h3>		\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 17:47:45','2019-10-20 17:47:45','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(421,2,'2019-10-20 18:51:11','2019-10-20 18:51:11','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:<br />Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<br />Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<br />Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 18:51:11','2019-10-20 18:51:11','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(404,2,'2019-10-20 17:55:15','2019-10-20 17:55:15','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Teachers’ Training and courses currently available:</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week / 21 days course)</h1><h1> </h1>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 17:55:15','2019-10-20 17:55:15','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(409,2,'2019-10-20 18:20:41','2019-10-20 18:20:41','','HHY_logoW','','inherit','open','closed','','hhy_logow','','','2019-10-20 18:20:41','2019-10-20 18:20:41','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/HHY_logoW.png',0,'attachment','image/png',0),(410,2,'2019-10-20 18:20:59','2019-10-20 18:20:59','https://himalayanhathayoga.com/wp-content/uploads/2019/10/cropped-HHY_logoW.png','cropped-HHY_logoW.png','','inherit','open','closed','','cropped-hhy_logow-png','','','2019-10-20 18:20:59','2019-10-20 18:20:59','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/cropped-HHY_logoW.png',0,'attachment','image/png',0),(411,2,'2019-10-20 18:21:36','2019-10-20 18:21:36','','HHY_logoW','','inherit','open','closed','','hhy_logow-2','','','2019-10-20 18:21:36','2019-10-20 18:21:36','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/HHY_logoW-1.png',0,'attachment','image/png',0),(419,2,'2019-10-20 18:47:02','2019-10-20 18:47:02','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Teachers’ Training and courses currently available:</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends in London or Bath)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training (8 months)</h1><h1 style=\"margin-bottom: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: \'Minion Pro\';\">Himalayan Hatha Yoga 200 hour Teacher Training in India, (Residential - 3 week / 21 days course)</h1><h1> </h1>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 18:47:02','2019-10-20 18:47:02','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(422,2,'2019-10-20 18:53:30','2019-10-20 18:53:30','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:<br />Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<br />Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<br />Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 18:53:30','2019-10-20 18:53:30','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(423,2,'2019-10-20 18:58:03','2019-10-20 18:58:03','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:<br />Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<br />Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<br />Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 18:58:03','2019-10-20 18:58:03','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(425,2,'2019-10-20 19:18:34','2019-10-20 19:18:34','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:<br />Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<br />Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<br />Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 19:18:34','2019-10-20 19:18:34','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(429,2,'2019-10-20 19:26:04','2019-10-20 19:26:04','','HHY_logo','','inherit','open','closed','','hhy_logo','','','2019-10-20 19:26:04','2019-10-20 19:26:04','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/HHY_logo.jpg',0,'attachment','image/jpeg',0),(427,2,'2019-10-20 19:21:39','2019-10-20 19:21:39','https://himalayanhathayoga.com/wp-content/uploads/2019/10/cropped-HHY_logo.jpg','cropped-HHY_logo.jpg','','inherit','open','closed','','cropped-hhy_logo-jpg','','','2019-10-20 19:21:39','2019-10-20 19:21:39','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/cropped-HHY_logo.jpg',0,'attachment','image/jpeg',0),(430,2,'2019-10-20 19:33:39','2019-10-20 19:33:39','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:<br />Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)<br />Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)<br />Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 19:33:39','2019-10-20 19:33:39','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(437,2,'2019-10-20 20:37:17','2019-10-20 20:37:17','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 20:37:17','2019-10-20 20:37:17','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(609,2,'2019-10-28 19:33:00','2019-10-28 19:33:00','[siteorigin_widget]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=&quot;text-align: center;&quot;&gt;Aboutu00a0Simple&lt;/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https://layouts.siteorigin.com/wp-content/uploads/2015/11/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-145-0-0-0&quot; class=&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child&quot; data-index=&quot;0&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget][siteorigin_widget]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-145-1-0-0&quot; class=&quot;so-panel widget widget_sow-headline panel-first-child&quot; data-index=&quot;1&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </p><p>Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</p><p>Let’s work together! Drop us an email to get started!</p>[siteorigin_widget]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-145-1-1-0&quot; class=&quot;so-panel widget widget_sow-headline panel-first-child&quot; data-index=&quot;3&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </p><p>Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</p><p>Wanna see proof? Check out our work! </p>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 19:33:00','2019-10-28 19:33:00','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(435,2,'2019-10-20 19:51:22','2019-10-20 19:51:22','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;About\\u00a0Simple&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;200px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Who we are&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;A team that loves to create&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Let’s work together! Drop us an email to get started!</span></p></div>\n</div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;What we do&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Keep it simple &quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-20 19:51:22','2019-10-20 19:51:22','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(439,2,'2019-10-20 20:57:48','2019-10-20 20:57:48','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 20:57:48','2019-10-20 20:57:48','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(441,2,'2019-10-20 21:02:14','2019-10-20 21:02:14','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>our gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 21:02:14','2019-10-20 21:02:14','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(442,2,'2019-10-20 21:06:32','2019-10-20 21:06:32','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Can I edit the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is it Layered ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 21:06:32','2019-10-20 21:06:32','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(444,2,'2019-10-20 21:21:35','2019-10-20 21:21:35','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour Teachers Training courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Customers reviews</h4>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava4-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Adam Sendler\n																			Designer\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 21:21:35','2019-10-20 21:21:35','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(447,2,'2019-10-20 21:42:39','2019-10-20 21:42:39','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mila Kunis\n																			Manager\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 21:42:39','2019-10-20 21:42:39','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(446,2,'2019-10-20 21:40:53','2019-10-20 21:40:53','','WhatsApp Image 2019-08-01 at 22.57.11','','inherit','open','closed','','whatsapp-image-2019-08-01-at-22-57-11','','','2019-10-20 21:40:53','2019-10-20 21:40:53','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg',0,'attachment','image/jpeg',0),(449,2,'2019-10-20 21:51:07','2019-10-20 21:51:07','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher\'s Training Courses please submit your request.</p> 		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/y9-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 21:51:07','2019-10-20 21:51:07','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(450,2,'2019-10-20 21:53:58','2019-10-20 21:53:58','','IMG_2292','','inherit','open','closed','','img_2292','','','2019-10-20 21:53:58','2019-10-20 21:53:58','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg',0,'attachment','image/jpeg',0),(466,2,'2019-10-20 22:13:21','2019-10-20 22:13:21','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-20 22:13:21','2019-10-20 22:13:21','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(468,2,'2019-10-21 13:41:00','2019-10-21 13:41:00','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 13:41:00','2019-10-21 13:41:00','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(469,2,'2019-10-21 13:44:51','2019-10-21 13:44:51','','Screenshot 2019-10-07 at 22.50.40','','inherit','open','closed','','screenshot-2019-10-07-at-22-50-40','','','2019-10-21 13:44:51','2019-10-21 13:44:51','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png',0,'attachment','image/png',0),(470,2,'2019-10-21 13:48:54','2019-10-21 13:48:54','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 13:48:54','2019-10-21 13:48:54','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(472,2,'2019-10-21 13:54:17','2019-10-21 13:54:17','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Raj Patel</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 13:54:17','2019-10-21 13:54:17','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(474,2,'2019-10-21 14:00:19','2019-10-21 14:00:19','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:00:19','2019-10-21 14:00:19','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(475,2,'2019-10-21 14:01:04','2019-10-21 14:01:04','','Screenshot 2019-10-07 at 22.50.40','','inherit','open','closed','','screenshot-2019-10-07-at-22-50-40-2','','','2019-10-21 14:01:04','2019-10-21 14:01:04','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png',0,'attachment','image/png',0),(476,2,'2019-10-21 14:01:52','2019-10-21 14:01:52','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:01:52','2019-10-21 14:01:52','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(477,2,'2019-10-21 14:05:43','2019-10-21 14:05:43','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:05:43','2019-10-21 14:05:43','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(478,2,'2019-10-21 14:27:56','2019-10-21 14:27:56','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:27:56','2019-10-21 14:27:56','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(479,2,'2019-10-21 14:34:24','2019-10-21 14:34:24','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:34:24','2019-10-21 14:34:24','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(480,2,'2019-10-21 14:34:39','2019-10-21 14:34:39','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:34:39','2019-10-21 14:34:39','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(481,2,'2019-10-21 14:37:15','2019-10-21 14:37:15','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:37:15','2019-10-21 14:37:15','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(482,2,'2019-10-21 14:38:27','2019-10-21 14:38:27','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 14:38:27','2019-10-21 14:38:27','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(490,2,'2019-10-21 15:01:01','2019-10-21 15:01:01','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Hannah Moselhi</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:01:01','2019-10-21 15:01:01','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(491,2,'2019-10-21 15:05:37','2019-10-21 15:05:37','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:05:37','2019-10-21 15:05:37','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(492,2,'2019-10-21 15:06:07','2019-10-21 15:06:07','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:06:07','2019-10-21 15:06:07','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(493,2,'2019-10-21 15:06:51','2019-10-21 15:06:51','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"364\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-1024x364.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-300x107.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/HHY_logoHigh-768x273.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:06:51','2019-10-21 15:06:51','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(494,2,'2019-10-21 15:10:36','2019-10-21 15:10:36','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"576\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-1024x576.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-300x169.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/IMG_6329-768x432.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:10:36','2019-10-21 15:10:36','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(495,2,'2019-10-21 15:14:31','2019-10-21 15:14:31','','73159524_2340842979358532_7241609912424333312_o','','inherit','open','closed','','73159524_2340842979358532_7241609912424333312_o','','','2019-10-21 15:14:31','2019-10-21 15:14:31','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o.jpg',0,'attachment','image/jpeg',0),(496,2,'2019-10-21 15:15:57','2019-10-21 15:15:57','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:15:57','2019-10-21 15:15:57','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(497,2,'2019-10-21 15:17:51','2019-10-21 15:17:51','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker<br></h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"166\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1.png 166w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacther1-150x150.png 150w\" sizes=\"(max-width: 166px) 100vw, 166px\" />											\n			<h2>Hayden Barile</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-21 15:17:51','2019-10-21 15:17:51','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(507,2,'2019-10-23 14:45:52','2019-10-23 14:45:52','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:45:52','2019-10-23 14:45:52','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0);
INSERT INTO `wpvq_posts` VALUES (508,2,'2019-10-23 14:46:57','2019-10-23 14:46:57','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:46:57','2019-10-23 14:46:57','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(509,2,'2019-10-23 14:47:32','2019-10-23 14:47:32','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:47:32','2019-10-23 14:47:32','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(511,2,'2019-10-23 14:56:44','2019-10-23 14:56:44','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 14:56:44','2019-10-23 14:56:44','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(513,2,'2019-10-23 15:03:15','2019-10-23 15:03:15','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"#\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 15:03:15','2019-10-23 15:03:15','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(515,2,'2019-10-23 15:40:50','2019-10-23 15:40:50','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher2.jpg\" alt=\"\" />											\n			<h2>Kwok chan</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 15:40:50','2019-10-23 15:40:50','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(516,2,'2019-10-23 15:44:07','2019-10-23 15:44:07','','WhatsApp Image 2019-10-20 at 01.16.24(1)','','inherit','open','closed','','whatsapp-image-2019-10-20-at-01-16-241','','','2019-10-23 15:44:07','2019-10-23 15:44:07','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg',0,'attachment','image/jpeg',0),(518,2,'2019-10-23 15:53:24','2019-10-23 15:53:24','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 15:53:24','2019-10-23 15:53:24','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(520,2,'2019-10-23 16:00:04','2019-10-23 16:00:04','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:00:04','2019-10-23 16:00:04','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(521,2,'2019-10-23 16:00:16','2019-10-23 16:00:16','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How can I edit the masks</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">what do I need to open the files ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Is the font free ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">How I can edit smart objects ?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:00:16','2019-10-23 16:00:16','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(522,2,'2019-10-23 16:03:39','2019-10-23 16:03:39','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:03:39','2019-10-23 16:03:39','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(524,2,'2019-10-23 16:22:12','2019-10-23 16:22:12','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:22:12','2019-10-23 16:22:12','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(526,2,'2019-10-23 16:33:53','2019-10-23 16:33:53','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:33:53','2019-10-23 16:33:53','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(527,2,'2019-10-23 16:34:13','2019-10-23 16:34:13','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:34:13','2019-10-23 16:34:13','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(528,2,'2019-10-23 16:35:33','2019-10-23 16:35:33','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"162\" height=\"165\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/teacher3.jpg\" alt=\"\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:35:33','2019-10-23 16:35:33','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(529,2,'2019-10-23 16:38:06','2019-10-23 16:38:06','','joe1a 2','','inherit','open','closed','','joe1a-2','','','2019-10-23 16:38:06','2019-10-23 16:38:06','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-2.jpg',0,'attachment','image/jpeg',0),(530,2,'2019-10-23 16:38:46','2019-10-23 16:38:46','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-2.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-2-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Joseph</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:38:46','2019-10-23 16:38:46','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(531,2,'2019-10-23 16:41:58','2019-10-23 16:41:58','','joe1a','','inherit','open','closed','','joe1a','','','2019-10-23 16:41:58','2019-10-23 16:41:58','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg',0,'attachment','image/jpeg',0),(532,2,'2019-10-23 16:43:04','2019-10-23 16:43:04','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:43:04','2019-10-23 16:43:04','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(533,2,'2019-10-23 16:43:37','2019-10-23 16:43:37','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:43:37','2019-10-23 16:43:37','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(534,2,'2019-10-23 16:44:20','2019-10-23 16:44:20','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:44:20','2019-10-23 16:44:20','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(537,2,'2019-10-23 16:47:31','2019-10-23 16:47:31','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:47:31','2019-10-23 16:47:31','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(535,2,'2019-10-23 16:45:21','2019-10-23 16:45:21','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>We know about your hectic schedule. We also know the only way you truly understand a subject is by practicing it in a real environment. This is why we\'ve set a playground area that\'s full of hours of exercises, questions and challenges. It even has a gaming section. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 16:45:21','2019-10-23 16:45:21','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(539,2,'2019-10-23 17:12:08','2019-10-23 17:12:08','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.<br />You can find more details <a href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>In addition to our online classroom, we also offer an option to take part in a live classroom. It takes place in our vast campus located in Westfield, London. Here you\'ll be able to use the most up-to-date facilities and computer equipment.</p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 17:12:08','2019-10-23 17:12:08','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(540,2,'2019-10-23 17:14:45','2019-10-23 17:14:45','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 17:14:45','2019-10-23 17:14:45','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(541,2,'2019-10-23 17:16:59','2019-10-23 17:16:59','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 17:16:59','2019-10-23 17:16:59','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(542,2,'2019-10-23 17:17:39','2019-10-23 17:17:39','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 17:17:39','2019-10-23 17:17:39','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(543,2,'2019-10-23 17:29:59','2019-10-23 17:29:59','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 17:29:59','2019-10-23 17:29:59','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(545,2,'2019-10-23 17:37:28','2019-10-23 17:37:28','<h3>\n					Who is it for?\n				</h3>\n								<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher. </p>\n										<img width=\"1024\" height=\"581\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-1024x581.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-300x170.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73159524_2340842979358532_7241609912424333312_o-768x435.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga <br>Teacher Training Courses</h4>		\n		<p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher\'s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 17:37:28','2019-10-23 17:37:28','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(547,2,'2019-10-23 18:51:45','2019-10-23 18:51:45','','27797411_1467591413350364_123758164304605881_o','','inherit','open','closed','','27797411_1467591413350364_123758164304605881_o','','','2019-10-23 18:51:45','2019-10-23 18:51:45','',82,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o.jpg',0,'attachment','image/jpeg',0),(548,2,'2019-10-23 18:51:47','2019-10-23 18:51:47','','70701256_2288384997937664_7768169213537026048_o','','inherit','open','closed','','70701256_2288384997937664_7768169213537026048_o','','','2019-10-23 18:51:47','2019-10-23 18:51:47','',82,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg',0,'attachment','image/jpeg',0),(549,2,'2019-10-23 18:52:50','2019-10-23 18:52:50','','27797411_1467591413350364_123758164304605881_o','','inherit','open','closed','','27797411_1467591413350364_123758164304605881_o-2','','','2019-10-23 18:52:50','2019-10-23 18:52:50','',82,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1.jpg',0,'attachment','image/jpeg',0),(564,2,'2019-10-23 19:37:13','2019-10-23 19:37:13','','70586956_2288386291270868_7185025595200241664_o','','inherit','open','closed','','70586956_2288386291270868_7185025595200241664_o','','','2019-10-23 19:37:13','2019-10-23 19:37:13','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o.jpg',0,'attachment','image/jpeg',0),(565,2,'2019-10-23 19:40:25','2019-10-23 19:40:25','','71806047_2288396797936484_7753950329166626816_o','','inherit','open','closed','','71806047_2288396797936484_7753950329166626816_o','','','2019-10-23 19:40:25','2019-10-23 19:40:25','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o.jpg',0,'attachment','image/jpeg',0),(551,2,'2019-10-23 18:53:32','2019-10-23 18:53:32','','27797411_1467591413350364_123758164304605881_o','','inherit','open','closed','','27797411_1467591413350364_123758164304605881_o-3','','','2019-10-23 18:53:32','2019-10-23 18:53:32','',82,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-2.jpg',0,'attachment','image/jpeg',0),(567,2,'2019-10-23 19:49:29','2019-10-23 19:49:29','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/study-box_1-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 19:49:29','2019-10-23 19:49:29','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(611,2,'2019-10-28 19:37:21','2019-10-28 19:37:21','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</h2>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 19:37:21','2019-10-28 19:37:21','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(570,2,'2019-10-23 19:53:13','2019-10-23 19:53:13','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"570\" height=\"498\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/library.jpg 570w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/library-300x262.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 19:53:13','2019-10-23 19:53:13','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(569,2,'2019-10-23 19:53:03','2019-10-23 19:53:03','','70620720_2288394514603379_5050946166468902912_o','','inherit','open','closed','','70620720_2288394514603379_5050946166468902912_o','','','2019-10-23 19:53:03','2019-10-23 19:53:03','',76,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o.jpg',0,'attachment','image/jpeg',0),(601,2,'2019-10-23 20:58:02','2019-10-23 20:58:02','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:58:02','2019-10-23 20:58:02','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(599,2,'2019-10-23 20:56:16','2019-10-23 20:56:16','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:56:16','2019-10-23 20:56:16','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(571,2,'2019-10-23 19:53:45','2019-10-23 19:53:45','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 19:53:45','2019-10-23 19:53:45','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(572,2,'2019-10-23 20:01:17','2019-10-23 20:01:17','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:01:17','2019-10-23 20:01:17','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(574,2,'2019-10-23 20:04:28','2019-10-23 20:04:28','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:04:28','2019-10-23 20:04:28','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(576,2,'2019-10-23 20:06:42','2019-10-23 20:06:42','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:06:42','2019-10-23 20:06:42','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(577,2,'2019-10-23 20:10:02','2019-10-23 20:10:02','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:10:02','2019-10-23 20:10:02','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(579,2,'2019-10-23 20:11:33','2019-10-23 20:11:33','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:11:33','2019-10-23 20:11:33','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(580,2,'2019-10-23 20:12:40','2019-10-23 20:12:40','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:12:40','2019-10-23 20:12:40','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(581,2,'2019-10-23 20:14:03','2019-10-23 20:14:03','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:14:03','2019-10-23 20:14:03','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(582,2,'2019-10-23 20:15:13','2019-10-23 20:15:13','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:15:13','2019-10-23 20:15:13','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(583,2,'2019-10-23 20:18:01','2019-10-23 20:18:01','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:18:01','2019-10-23 20:18:01','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(584,2,'2019-10-23 20:19:03','2019-10-23 20:19:03','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.<br /><br /></p><p>Teachers’ Training and courses currently available:</p><p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p><p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course | India)</p><p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:19:03','2019-10-23 20:19:03','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(585,2,'2019-10-23 20:19:51','2019-10-23 20:19:51','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:19:51','2019-10-23 20:19:51','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(586,2,'2019-10-23 20:20:38','2019-10-23 20:20:38','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:20:38','2019-10-23 20:20:38','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(587,2,'2019-10-23 20:20:55','2019-10-23 20:20:55','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:20:55','2019-10-23 20:20:55','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(588,2,'2019-10-23 20:24:07','2019-10-23 20:24:07','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:24:07','2019-10-23 20:24:07','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(591,2,'2019-10-23 20:31:26','2019-10-23 20:31:26','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:31:26','2019-10-23 20:31:26','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(590,2,'2019-10-23 20:31:01','2019-10-23 20:31:01','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:31:01','2019-10-23 20:31:01','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(592,2,'2019-10-23 20:34:26','2019-10-23 20:34:26','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:34:26','2019-10-23 20:34:26','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(593,2,'2019-10-23 20:35:50','2019-10-23 20:35:50','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:35:50','2019-10-23 20:35:50','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(594,2,'2019-10-23 20:43:43','2019-10-23 20:43:43','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:43:43','2019-10-23 20:43:43','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(595,2,'2019-10-23 20:44:41','2019-10-23 20:44:41','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:44:41','2019-10-23 20:44:41','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(596,2,'2019-10-23 20:45:13','2019-10-23 20:45:13','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:45:13','2019-10-23 20:45:13','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(597,2,'2019-10-23 20:48:37','2019-10-23 20:48:37','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">\n						</a>\n			<h1><a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">Our Training Course</a></h1>		\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"http://yogiashokananda.com/info/130/Himalayan-Hatha-Yoga-100-hours.html\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:48:37','2019-10-23 20:48:37','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(600,2,'2019-10-23 20:57:12','2019-10-23 20:57:12','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a style=\"font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-variant-caps: normal; letter-spacing: 0.9px;\" href=\"http://yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 20:57:12','2019-10-23 20:57:12','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(603,2,'2019-10-23 21:01:38','2019-10-23 21:01:38','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 21:01:38','2019-10-23 21:01:38','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(604,2,'2019-10-23 21:09:04','2019-10-23 21:09:04','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 21:09:04','2019-10-23 21:09:04','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(605,2,'2019-10-23 21:11:07','2019-10-23 21:11:07','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 21:11:07','2019-10-23 21:11:07','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(606,2,'2019-10-23 21:16:08','2019-10-23 21:16:08','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 21:16:08','2019-10-23 21:16:08','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(607,2,'2019-10-23 21:16:29','2019-10-23 21:16:29','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</p><p>Teachers’ Training and courses currently available:</p>\n<p>Himalayan Hatha Yoga 100 hour Foundation Course (5 weekends | UK, London or Bath)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (8 months | UK, London)</p>\n<p>Himalayan Hatha Yoga 200 hour Teacher Training (Residential - 3 week / 21 days course |&nbsp;India)</p>\n<p>For more information about Teacher’s Training Courses please submit your request.</p>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-23 21:16:29','2019-10-23 21:16:29','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(612,2,'2019-10-28 19:38:23','2019-10-28 19:38:23','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or to follow our teacher training courses to become a HHY teacher.</h2>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 19:38:23','2019-10-28 19:38:23','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(615,2,'2019-10-28 20:12:08','2019-10-28 20:12:08','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.</h2>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 20:12:08','2019-10-28 20:12:08','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(616,2,'2019-10-28 20:13:15','2019-10-28 20:13:15','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher.</h2>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request Information \n					</a>\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 20:13:15','2019-10-28 20:13:15','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(618,2,'2019-11-14 13:53:20','2019-11-14 13:53:20','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;\\u00a0&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Friday Night Special&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;At&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;The\\u00a0Iron &amp;amp; Wine&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Make a Reservation&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;hover&quot;:false},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0.25,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571512797062&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-26510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;WELCOME TO THE IRON &amp;amp; WINE&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. Praesent dolor nisl, cursus id sapien eget, iaculis vulputate felis. Maecenas vel elementum nisl. Sed quam odio, dignissim ac nulla at, pellentesque pulvinar magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p><p> </p></div>\n</div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-2-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;THE DAILY SPECIALS&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"4\"  data-label=\"Daily Specials Content\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">Pancake Sandwich</h3><p style=\"text-align: center\">One egg any style, three fluffy buttermilk pancakes, choice of: bacon or sausage</p><p style=\"text-align: center\">R65</p></div>\n</div></div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">The Full House</h3><p style=\"text-align: center\">Any eggs, toast, tomato, mushrooms, choice of: bacon or sausage</p><p style=\"text-align: center\">R75</p></div>\n</div></div><div id=\"panel-150-3-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">The Big LeBowski</h3><p style=\"text-align: center\">250gram Beef Patti, Bacon, cheddar and guacamole</p><p style=\"text-align: center\">R95</p></div>\n</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"5\"  data-label=\"Other Offerings\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;13952810095dab5ea012b16564292023&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-4-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SO WHAT&#039;S THE REST OF THE DEAL?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;16766250955dab5ec5d1437201122199&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510009&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-4-0-2\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-hamburger&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Burgers&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-beer&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Beer&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-guitar&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Bands&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;165px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;90px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;icon_size_custom&quot;:true,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;15591007975dab5f2f786b0904077837&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513163304&quot;,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-26510010&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;FROM OUR GALLERY&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510012&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-5-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"13\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513861729&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-26510013&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-5-0-3\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510014&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Make a Reservation\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;COME DINE WITH US,     MAKE A RESERVATION&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-26510015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#404040&quot;,&quot;text_color&quot;:&quot;#404040&quot;,&quot;hover&quot;:false,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-26510016&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-150-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-150-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p></div>\n</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-8\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907179364&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-8-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"21\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907410430&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-8-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020\n</strong>INDIA, YOGIVILLE</h3>\nThis special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;\n\nTopics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation\n\n<a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.\n\n<strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-8-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-8-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907431675&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-8-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June\n</strong>UK, BATH</h3>\nThe 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.\n\nTopics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.\n\n<a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.\n\n<strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p></div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-autosave-v1','','','2019-11-14 13:53:20','2019-11-14 13:53:20','',150,'https://himalayanhathayoga.com/150-autosave-v1/',0,'revision','',0);
INSERT INTO `wpvq_posts` VALUES (739,2,'2019-11-03 21:54:09','2019-11-03 21:54:09','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572558847389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-73910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:689,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818035995&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-73910001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:548,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572817942993&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-73910003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-73910005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 21:54:09','2019-11-03 21:54:09','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(741,2,'2019-11-03 21:59:49','2019-11-03 21:59:49','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Training and Courses&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818160564&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:689,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818035995&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74110001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:548,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572817942993&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74110003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74110005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 21:59:49','2019-11-03 21:59:49','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(740,2,'2019-11-03 21:54:09','2019-11-03 21:54:09','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572558847389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:689,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818035995&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:548,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572817942993&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 21:54:09','2019-11-03 21:54:09','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(742,2,'2019-11-03 21:59:49','2019-11-03 21:59:49','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Training and Courses&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818160564&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:689,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818035995&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:548,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572817942993&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 21:59:49','2019-11-03 21:59:49','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(723,2,'2019-10-31 21:57:35','2019-10-31 21:57:35','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572558847389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72310000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72310001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72310003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72310005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-10-31 21:57:35','2019-10-31 21:57:35','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(620,2,'2019-10-28 20:20:51','2019-10-28 20:20:51','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;HIMALAYAN HATHA YOGA&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;LIVE STRONG&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572294012993&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CONTROLLED&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;25&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;CROSS&lt;\\/h1&gt;&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;FIT CLASSES&lt;\\/h1&gt;&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[],&quot;size&quot;:false,&quot;image_type&quot;:&quot;cover&quot;},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;padding&quot;:&quot;100px&quot;,&quot;extra_top_padding&quot;:false,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_shadow&quot;:50,&quot;text_size&quot;:&quot;16px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;height&quot;:false,&quot;height_responsive&quot;:false,&quot;heading_color&quot;:false,&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;text_color&quot;:false,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div><div id=\"pg-150-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;CHEK OUT OUR&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;MEMBERSHIP&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;Cras ac nibh tellus. Nam sed efficitur elit. Sed lobortis dui sed odio&lt;\\/p&gt;\\n&lt;p&gt;scelerisque luctus vel et ipsum. Suspendisse imperdiet, odio vel aliquam&lt;\\/p&gt;\\n&lt;p&gt;suscipit, tortor eros placerat est, vel semper orci felis quis nisl.&lt;\\/p&gt;\\n&lt;p&gt;Donec volutpat consectetur molestie.&lt;\\/p&gt;\\n&lt;h3&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;$155 \\/ month&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&lt;p&gt;\\u00a0&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=408&amp;preview=true&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;0&quot;,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:&quot;on&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}}}],&quot;background&quot;:{&quot;image&quot;:&quot;0&quot;,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828732_1920.jpg#1920x1275&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:&quot;50&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;}}],&quot;controls&quot;:{&quot;speed&quot;:&quot;800&quot;,&quot;timeout&quot;:&quot;8000&quot;,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:&quot;25&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;height&quot;:&quot;&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;&quot;,&quot;heading_size&quot;:&quot;50&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:&quot;0&quot;,&quot;heading_shadow&quot;:&quot;50&quot;,&quot;text_color&quot;:&quot;&quot;,&quot;text_size&quot;:&quot;16&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:&quot;0&quot;,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d3743f02af&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010007&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-3\" ><div id=\"pgc-150-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-3-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Our Training Teachers&quot;,&quot;destination_url&quot;:&quot;https:\\/\\/himalayanhathayoga.com\\/category\\/himalayan-hatha-yoga-teachers\\/yogiville-gurukul-teachers\\/&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Dosis:600&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;569d34401b6b7&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670926758&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-3-0-1\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:245,&quot;icon_image_size&quot;:&quot;thumbnail&quot;,&quot;title&quot;:&quot;Body sculpturing programs&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;read more&quot;,&quot;more_url&quot;:&quot;post: 46&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight gaining program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Boxing sports classes&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Cardio training program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Healthy eating plan&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#404040&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-check&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#333333&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Weight reducing program&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vestibulum lobortis odio sit amet tempus laoreet. Donec accumsan eros quis condimentum rhoncus. Curabitur sodales cursus mi sed varius. Aenean vitae diam porta, laoreet ante gravida, efficitur justo.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;150px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;84px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;569d35145f2e0&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569670771339&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010009&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-3-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-4-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;Train[ed]&lt;\\/h1&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;Specialized training for all round strength and fitness&lt;\\/p&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Book a class&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/training-603981_1920.jpg#1920x1182&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;20041342455d8f402e5dae0113175487&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010010&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-5\" data-stretch-type=\"full\" ><div id=\"pgc-150-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-5-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;ABOUT US&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;7712824755d8f3ec08d83b749906907&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-5-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;request  prospectus&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#dd3333&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;12411648255d8f3ee190f3f433452679&quot;,&quot;_sow_form_timestamp&quot;:&quot;1569669153744&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-15010012&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#eeeeee&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-6\" data-stretch-type=\"full\" ><div id=\"pgc-150-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"13\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-6-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;OUR CLASSES&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010013&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-6-0-1\" class=\"so-panel widget widget_sow-features\" data-index=\"14\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-bicycle&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;CARDIO&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-heartbeat&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;WEIGHTS&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;},{&quot;container_color&quot;:&quot;#dd3333&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fab-apple&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;NUTRITION&quot;,&quot;text&quot;:&quot;&lt;p&gt;Aenean condimentum eros id blandit ullamcorper. Donec pharetra mi id dolor fermentum, in vestibulum massa sagittis. Mauris nec leo orci.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;Find out more&quot;,&quot;more_url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;125px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;50px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;4558516635d8f408d0e1be078357981&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010014&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-2\" class=\"so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Ocean_Extra_Instagram_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Instagram&quot;,&quot;username&quot;:&quot;adidas&quot;,&quot;number&quot;:&quot;10&quot;,&quot;columns&quot;:&quot;style-one&quot;,&quot;margin&quot;:&quot;margin&quot;,&quot;size&quot;:&quot;small&quot;,&quot;images_link&quot;:&quot;image_url&quot;,&quot;custom_url&quot;:&quot;&quot;,&quot;display_header&quot;:&quot;no&quot;,&quot;avatar&quot;:&quot;&quot;,&quot;picture_radius&quot;:&quot;rounded&quot;,&quot;display_name&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;header_position&quot;:&quot;before&quot;,&quot;header_align&quot;:&quot;left&quot;,&quot;target&quot;:&quot;blank&quot;,&quot;follow&quot;:&quot;Follow Us&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;ocean_instagram-15010015&quot;,&quot;option_name&quot;:&quot;widget_ocean_instagram&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-2\\&quot; class=\\&quot;so-panel widget widget_ocean_instagram widget-oceanwp-instagram instagram-widget\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-3\" class=\"so-panel widget widget_sow-features\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;3985659465d8f44d94a290839170818&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010016&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-features\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-3&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-6-0-4\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;84px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;24px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;10186465605d8f451617af5511099232&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;features&quot;:[],&quot;icon_size_custom&quot;:false,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-15010017&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-6-0-4\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-4&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_image_attachment&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;parallax&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-7\" data-siteorigin-parallax=\"{&quot;backgroundUrl&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg#1920x1280&quot;,&quot;backgroundSize&quot;:[&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/crossfit-534615_1920.jpg&quot;,&quot;1920&quot;],&quot;backgroundSizing&quot;:&quot;scaled&quot;,&quot;limitMotion&quot;:&quot;auto&quot;}\" data-stretch-type=\"full\" ><div id=\"pgc-150-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;padding&quot;:&quot;100px 100px 100px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-7-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.\\&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;100px 100px 100px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-7-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-8\" data-stretch-type=\"full\" ><div id=\"pgc-150-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"19\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-8-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;MEMBERSHIP&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#dd3333&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#3c3c3c&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010019&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-8-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-150-8-0-1\" class=\"so-panel widget widget_sow-price-table panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_PriceTable_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;columns&quot;:[{&quot;title&quot;:&quot;Silver&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$15&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Platinum&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$25&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false},{&quot;title&quot;:&quot;Gold&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;image&quot;:0,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;price&quot;:&quot;$35&quot;,&quot;per&quot;:&quot;Month&quot;,&quot;button&quot;:&quot;SIGN UP NOW&quot;,&quot;url&quot;:&quot;http:\\/\\/layouts.siteorigin.com\\/?post_type=layout&amp;p=348&amp;preview=true&quot;,&quot;features&quot;:[{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false},{&quot;text&quot;:&quot;Aenean efficitur orci&quot;,&quot;hover&quot;:&quot;&quot;,&quot;icon_new&quot;:&quot;&quot;,&quot;icon_color&quot;:false}],&quot;featured&quot;:false}],&quot;theme&quot;:&quot;atom&quot;,&quot;header_color&quot;:&quot;#dd3333&quot;,&quot;featured_header_color&quot;:false,&quot;button_color&quot;:false,&quot;featured_button_color&quot;:false,&quot;_sow_form_id&quot;:&quot;12500957675d8f405763b40551382840&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;button_new_window&quot;:false,&quot;equalize_row_heights&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-price-table-15010020&quot;,&quot;option_name&quot;:&quot;widget_sow-price-table&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-price-table panel-last-child\\&quot; data-index=\\&quot;20\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-9\" data-stretch-type=\"full\" ><div id=\"pgc-150-9-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;padding&quot;:&quot;0px 100px 0px 100px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-150-9-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Aliquam laoreet sapien ac ornare mollis. Etiam ut neque ullamcorper, sodales purus vel, euismod leo. Duis vestibulum ipsum eu facilisis aliquet. Donec pulvinar mauris in leo luctus rutrum et ut velit.&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#5c5c5c&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-15010021&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;21\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 100px 0px 100px&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-150-9-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-150-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;75px 0px&quot;,&quot;background&quot;:&quot;#333333&quot;,&quot;background_display&quot;:&quot;center&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-10\" data-stretch-type=\"full\" ><div id=\"pgc-150-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut. Praesent in magna metus. Aliquam erat volutpat. Maecenas aliquet commodo justo, sed pretium tellus fermentum ut.</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\"> </span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">138 Bree Street, Cape Town, South Africa 8001</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">info@yourdomain.com</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667431</span></div><div class=\"custom_font_holder\"><span style=\"color: #ffffff;\">(+27) 835667432</span></div></div>\n</div></div></div><div id=\"pgc-150-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-150-10-1-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_GoogleMap_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;map_center&quot;:{&quot;name&quot;:&quot;138 Bree Street, Cape Town, South Africa 8001&quot;,&quot;location&quot;:&quot;(-33.9229879, 18.416059099999984)&quot;},&quot;api_key_section&quot;:{&quot;api_key&quot;:&quot;AIzaSyB7zRNjwj6GH_tomJZlXt7P1PnVJabS9lo&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;settings&quot;:{&quot;map_type&quot;:&quot;interactive&quot;,&quot;width&quot;:&quot;640&quot;,&quot;height&quot;:&quot;480&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;zoom&quot;:16,&quot;scroll_zoom&quot;:true,&quot;draggable&quot;:true,&quot;fallback_image&quot;:0,&quot;fallback_image_size&quot;:&quot;full&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;disable_default_ui&quot;:false,&quot;keep_centered&quot;:false,&quot;mobile_zoom&quot;:0,&quot;gesture_handling&quot;:&quot;greedy&quot;},&quot;markers&quot;:{&quot;marker_at_center&quot;:true,&quot;marker_icon&quot;:0,&quot;info_display&quot;:&quot;click&quot;,&quot;info_multiple&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;markers_draggable&quot;:false,&quot;marker_positions&quot;:[]},&quot;styles&quot;:{&quot;style_method&quot;:&quot;raw_json&quot;,&quot;styled_map_name&quot;:&quot;&quot;,&quot;raw_json_map_styles&quot;:&quot;[{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;saturation\\&quot;:36},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:40}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.text.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;on\\&quot;},{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;all\\&quot;,\\&quot;elementType\\&quot;:\\&quot;labels.icon\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;visibility\\&quot;:\\&quot;off\\&quot;}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;administrative\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17},{\\&quot;weight\\&quot;:1.2}]},{\\&quot;featureType\\&quot;:\\&quot;landscape\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:20}]},{\\&quot;featureType\\&quot;:\\&quot;poi\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:21}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.fill\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]},{\\&quot;featureType\\&quot;:\\&quot;road.highway\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry.stroke\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:29},{\\&quot;weight\\&quot;:0.2}]},{\\&quot;featureType\\&quot;:\\&quot;road.arterial\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:18}]},{\\&quot;featureType\\&quot;:\\&quot;road.local\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:16}]},{\\&quot;featureType\\&quot;:\\&quot;transit\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:19}]},{\\&quot;featureType\\&quot;:\\&quot;water\\&quot;,\\&quot;elementType\\&quot;:\\&quot;geometry\\&quot;,\\&quot;stylers\\&quot;:[{\\&quot;color\\&quot;:\\&quot;#000000\\&quot;},{\\&quot;lightness\\&quot;:17}]}]&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;custom_map_styles&quot;:[]},&quot;directions&quot;:{&quot;origin&quot;:&quot;&quot;,&quot;destination&quot;:&quot;&quot;,&quot;travel_mode&quot;:&quot;driving&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;avoid_highways&quot;:false,&quot;avoid_tolls&quot;:false,&quot;preserve_viewport&quot;:false,&quot;waypoints&quot;:[],&quot;optimize_waypoints&quot;:false},&quot;_sow_form_id&quot;:&quot;13700448065c64fbacef541649444280&quot;,&quot;_sow_form_timestamp&quot;:&quot;1550121902015&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-google-map-15010023&quot;,&quot;option_name&quot;:&quot;widget_sow-google-map&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-10-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-google-map panel-first-child panel-last-child\\&quot; data-index=\\&quot;23\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-10-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-10-28 20:20:51','2019-10-28 20:20:51','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(716,2,'2019-10-31 21:42:57','2019-10-31 21:42:57','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-31 21:42:57','2019-10-31 21:42:57','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(621,2,'2019-10-28 20:27:09','2019-10-28 20:27:09','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda and currently taught by many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 20:27:09','2019-10-28 20:27:09','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(622,2,'2019-10-28 20:45:47','2019-10-28 20:45:47','','YogiAshokananda-4833','','inherit','open','closed','','yogiashokananda-4833','','','2019-10-28 20:45:47','2019-10-28 20:45:47','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda-4833.jpg',0,'attachment','image/jpeg',0),(676,2,'2019-10-31 15:49:16','2019-10-31 15:49:16','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-2\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-2-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-3\" data-stretch-type=\"full\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-3-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:49:16','2019-10-31 15:49:16','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(623,2,'2019-10-28 20:46:19','2019-10-28 20:46:19','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572295550354&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-62310000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572295255574&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-62310001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572295312920&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-62310003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 20:46:19','2019-10-28 20:46:19','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(630,2,'2019-10-28 21:23:28','2019-10-28 21:23:28','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297508032&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-63010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572296258651&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-63010001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297698153&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-63010003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 21:23:29','2019-10-28 21:23:29','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(624,2,'2019-10-28 20:46:19','2019-10-28 20:46:19','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572295550354&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#e0e0e0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572295255574&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572295312920&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 20:46:19','2019-10-28 20:46:19','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(625,2,'2019-10-28 20:51:37','2019-10-28 20:51:37','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as a student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 20:51:37','2019-10-28 20:51:37','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(626,2,'2019-10-28 20:52:10','2019-10-28 20:52:10','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 20:52:10','2019-10-28 20:52:10','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(627,2,'2019-10-28 21:01:13','2019-10-28 21:01:13','','YogiAshokananda_JPerugia-7648','','inherit','open','closed','','yogiashokananda_jperugia-7648','','','2019-10-28 21:01:13','2019-10-28 21:01:13','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda_JPerugia-7648.jpg',0,'attachment','image/jpeg',0),(628,2,'2019-10-28 21:13:25','2019-10-28 21:13:25','','SYC_Portraits_JPerugia-1639','','inherit','open','closed','','syc_portraits_jperugia-1639','','','2019-10-28 21:13:25','2019-10-28 21:13:25','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/SYC_Portraits_JPerugia-1639.jpg',0,'attachment','image/jpeg',0),(629,2,'2019-10-28 21:18:05','2019-10-28 21:18:05','','YogiAshokananda-4833','','inherit','open','closed','','yogiashokananda-4833-2','','','2019-10-28 21:18:05','2019-10-28 21:18:05','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda-4833-1.jpg',0,'attachment','image/jpeg',0),(632,2,'2019-10-28 21:23:51','2019-10-28 21:23:51','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297508032&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-63210000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572296258651&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-63210001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297698153&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-63210003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 21:23:51','2019-10-28 21:23:51','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(631,2,'2019-10-28 21:23:29','2019-10-28 21:23:29','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297508032&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572296258651&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297698153&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 21:23:29','2019-10-28 21:23:29','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(633,2,'2019-10-28 21:23:51','2019-10-28 21:23:51','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297508032&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572296258651&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297698153&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"color: #333333;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas aliquet laoreet felis id tristique. Duis efficitur, augue a condimentum placerat, tortor nibh maximus neque, eu eleifend tortor urna in odio. Maecenas ultrices dolor a nulla cursus, ut consequat purus volutpat. Donec pellentesque ligula enim, sed luctus ex posuere eu. Pellentesque odio lorem, posuere vel magna vitae, suscipit commodo nisl. </span></p><p><span style=\"color: #333333;\">Proin elementum neque et tempor viverra. Suspendisse in ante tristique, facilisis tellus at, commodo augue. Mauris quis sapien accumsan, dapibus ex nec, ultricies nunc. Duis eu enim sit amet sapien scelerisque placerat. Fusce rutrum iaculis hendrerit. In aliquet, nibh at egestas pharetra, nulla nisi molestie nisl, nec interdum ex purus maximus felis.</span></p><p><span style=\"color: #333333;\">Wanna see proof? Check out our work! </span></p></div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 21:23:51','2019-10-28 21:23:51','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(634,2,'2019-10-28 21:35:59','2019-10-28 21:35:59','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572298545970&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-63410000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572296258651&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-63410001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297698153&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-63410003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 21:35:59','2019-10-28 21:35:59','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(645,2,'2019-10-28 22:21:47','2019-10-28 22:21:47','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301119361&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-64510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-64510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-64510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 22:21:47','2019-10-28 22:21:47','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(635,2,'2019-10-28 21:35:59','2019-10-28 21:35:59','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572298545970&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572296258651&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572297698153&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 21:35:59','2019-10-28 21:35:59','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(641,2,'2019-10-28 22:10:51','2019-10-28 22:10:51','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 22:10:51','2019-10-28 22:10:51','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(642,2,'2019-10-28 22:12:25','2019-10-28 22:12:25','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 22:12:25','2019-10-28 22:12:25','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(644,2,'2019-10-28 22:15:11','2019-10-28 22:15:11','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This is the page dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-28 22:15:11','2019-10-28 22:15:11','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(652,2,'2019-10-28 22:39:30','2019-10-28 22:39:30','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:651,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572302358452&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-65210000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-65210001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-65210003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 22:39:30','2019-10-28 22:39:30','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(646,2,'2019-10-28 22:21:47','2019-10-28 22:21:47','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:629,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301119361&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 22:21:47','2019-10-28 22:21:47','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(651,2,'2019-10-28 22:39:15','2019-10-28 22:39:15','','YogiAshokananda-4833','','inherit','open','closed','','yogiashokananda-4833-3','','','2019-10-28 22:39:15','2019-10-28 22:39:15','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda-4833-2.jpg',0,'attachment','image/jpeg',0),(654,2,'2019-10-28 22:41:30','2019-10-28 22:41:30','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:651,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572302358452&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-65410000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-65410001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-65410003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 22:41:30','2019-10-28 22:41:30','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(653,2,'2019-10-28 22:39:30','2019-10-28 22:39:30','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:651,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572302358452&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 22:39:30','2019-10-28 22:39:30','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(655,2,'2019-10-28 22:41:30','2019-10-28 22:41:30','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:651,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/write-593333_1920.jpg#1920x1135&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;200px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635bab5be565&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572302358452&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-28 22:41:30','2019-10-28 22:41:30','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(660,2,'2019-10-29 23:42:29','2019-10-29 23:42:29','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"768\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-1024x768.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-300x225.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/27797411_1467591413350364_123758164304605881_o-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-29 23:42:29','2019-10-29 23:42:29','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(663,2,'2019-10-30 20:22:11','2019-10-30 20:22:11','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-30 20:22:11','2019-10-30 20:22:11','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(664,2,'2019-10-30 20:23:03','2019-10-30 20:23:03','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/71806047_2288396797936484_7753950329166626816_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<h2>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</h2>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2-300x300.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Mike Stuart\n																			Support','Home','','inherit','closed','closed','','76-revision-v1','','','2019-10-30 20:23:03','2019-10-30 20:23:03','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(668,2,'2019-11-01 07:35:11','2019-11-01 07:35:11','<div id=\"pl-82\" class=\"panel-layout\">\n<div id=\"pg-82-0\" class=\"panel-grid panel-no-style\">\n<div id=\"pgc-82-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We would love to help!&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593466183&quot;,&quot;fittext&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\n<div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\">[/siteorigin_widget]</div>\n<div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\">[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;Thanks for contacting us. We\'ll get back to you shortly.<\\/p>\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\n<div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >\n<div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div><\\/div>&quot;,&quot;before_title&quot;:&quot;\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\">[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n<div id=\"pg-82-1\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\">\n<div id=\"pgc-82-1-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try +44 7480 257766&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593665757&quot;,&quot;fittext&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\n<div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\">[/siteorigin_widget]</div>\n<div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;\n<div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; >&quot;,&quot;after_widget&quot;:&quot;<\\/div>&quot;,&quot;before_title&quot;:&quot;\n<h3 class=\\&quot;widget-title\\&quot;>&quot;,&quot;after_title&quot;:&quot;<\\/h3>&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\">[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>','Contact','','inherit','closed','closed','','82-autosave-v1','','','2019-11-01 07:35:11','2019-11-01 07:35:11','',82,'https://himalayanhathayoga.com/82-autosave-v1/',0,'revision','',0),(736,2,'2019-11-01 07:42:56','2019-11-01 07:42:56','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We would love to help!&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593466183&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-73610001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try +44 7480 257766&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593665757&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73610002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/himalayanhatha&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572594165671&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-73610003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-11-01 07:42:56','2019-11-01 07:42:56','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(677,2,'2019-10-31 15:53:11','2019-10-31 15:53:11','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-67710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-2\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-2-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67710001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-3\" data-stretch-type=\"full\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-3-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67710002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:53:11','2019-10-31 15:53:11','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(679,2,'2019-10-31 15:54:51','2019-10-31 15:54:51','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-67910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67910001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67910002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:54:51','2019-10-31 15:54:51','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(678,2,'2019-10-31 15:53:11','2019-10-31 15:53:11','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-2\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-2-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-3\" data-stretch-type=\"full\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-3-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:53:11','2019-10-31 15:53:11','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(669,2,'2019-10-31 14:29:19','2019-10-31 14:29:19','','YogiAshokananda-4838','','inherit','open','closed','','yogiashokananda-4838','','','2019-10-31 14:29:19','2019-10-31 14:29:19','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda-4838.jpg',0,'attachment','image/jpeg',0),(670,2,'2019-10-31 14:39:00','2019-10-31 14:39:00','','YogiAshokananda_JPerugia-7648 2','','inherit','open','closed','','yogiashokananda_jperugia-7648-2','','','2019-10-31 14:39:00','2019-10-31 14:39:00','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda_JPerugia-7648-2.jpg',0,'attachment','image/jpeg',0),(671,2,'2019-10-31 14:58:06','2019-10-31 14:58:06','','YogiAshokananda_JPerugia-7648 2','','inherit','open','closed','','yogiashokananda_jperugia-7648-2-2','','','2019-10-31 14:58:06','2019-10-31 14:58:06','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda_JPerugia-7648-2-1.jpg',0,'attachment','image/jpeg',0),(672,2,'2019-10-31 14:59:30','2019-10-31 14:59:30','','YogiAshokananda_JPerugia-7648 2','','inherit','open','closed','','yogiashokananda_jperugia-7648-2-3','','','2019-10-31 14:59:30','2019-10-31 14:59:30','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda_JPerugia-7648-2-2.jpg',0,'attachment','image/jpeg',0),(673,2,'2019-10-31 15:42:49','2019-10-31 15:42:49','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67310000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67310002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-67310004&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-145-3-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-145-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.25\" ></div><div id=\"pgc-145-3-3\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-4\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67310005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-5\" data-stretch-type=\"full\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-5-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;WE WILL SHOW YOU THINGS YOU HAVE NEVER SEEN&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Open Sans&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Nullam metus odio, suscipit in ullamcorper ut, vestibulum vitae ligula. In hac habitasse platea dictumst. Sed et consectetur dui, id convallis metus. Sed eu elementum sapien. Nam et ornare arcu, in consectetur nunc. Nullam mollis sagittis tellus, id tristique metus porttitor vel. Mauris non nibh eget justo elementum dictum id vel tellus.&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67310006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;right&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#2cb1e2&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;_sow_form_id&quot;:&quot;5635c92eebcad&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-67310007&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:42:49','2019-10-31 15:42:49','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(675,2,'2019-10-31 15:49:16','2019-10-31 15:49:16','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-67510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-2\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-2-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-3\" data-stretch-type=\"full\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-3-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-67510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:49:16','2019-10-31 15:49:16','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(674,2,'2019-10-31 15:42:49','2019-10-31 15:42:49','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-1\" data-stretch-type=\"full\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bb38840af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301182165&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;,&quot;font_color&quot;:&quot;#000000&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>\"A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\"&nbsp;</strong>Yogi Ashokananda</p>\n<p>Himalayan Hatha Yoga is one of the forms of yoga founded and taught by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a>. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.</p>\n<p>Few of Himalayan Hatha Yoga benefits:<br />\n- create lightness, freedom and space within your body<br />\n- cleansing, purifying, revitalizing the entire body<br />\n- massaging the internal organs<span class=\"text_exposed_show\"><br />\n- increase flexibility, strength, vitality<br />\n- physical power &amp; muscular energy<br />\n- release toxins from your systems, organs &amp; muscles<br />\n- builds core strength<br />\n- connection to your body<br />\n- good for weight loss<br />\n- awareness of your inner confidence<br />\n- relaxing the mind<br />\n- improves balance and posture<br />\n- overall well-being</span></p>\n</div>\n</div></div></div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-1-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Poppins&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#333333&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635bd396940a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572301291338&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;30px 30px 30px 30px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.<br />\nRaised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-2-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-145-3-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-145-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.25\" ></div><div id=\"pgc-145-3-3\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-4\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-5\" data-stretch-type=\"full\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-5-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;WE WILL SHOW YOU THINGS YOU HAVE NEVER SEEN&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Open Sans&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Nullam metus odio, suscipit in ullamcorper ut, vestibulum vitae ligula. In hac habitasse platea dictumst. Sed et consectetur dui, id convallis metus. Sed eu elementum sapien. Nam et ornare arcu, in consectetur nunc. Nullam mollis sagittis tellus, id tristique metus porttitor vel. Mauris non nibh eget justo elementum dictum id vel tellus.&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Find out more&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;right&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#2cb1e2&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;_sow_form_id&quot;:&quot;5635c92eebcad&quot;,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:42:49','2019-10-31 15:42:49','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(680,2,'2019-10-31 15:54:51','2019-10-31 15:54:51','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572533978101&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 15:54:51','2019-10-31 15:54:51','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(689,2,'2019-10-31 16:53:55','2019-10-31 16:53:55','','74441909_2349673065142190_3682408322826240000_o','','inherit','open','closed','','74441909_2349673065142190_3682408322826240000_o','','','2019-10-31 16:53:55','2019-10-31 16:53:55','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/74441909_2349673065142190_3682408322826240000_o.jpg',0,'attachment','image/jpeg',0),(690,2,'2019-10-31 16:54:13','2019-10-31 16:54:13','','75233822_2349673538475476_3253008036716871680_o','','inherit','open','closed','','75233822_2349673538475476_3253008036716871680_o','','','2019-10-31 16:54:13','2019-10-31 16:54:13','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/75233822_2349673538475476_3253008036716871680_o.jpg',0,'attachment','image/jpeg',0),(691,2,'2019-10-31 16:54:50','2019-10-31 16:54:50','','65892791_2145884678854364_5173195383983046656_o','','inherit','open','closed','','65892791_2145884678854364_5173195383983046656_o','','','2019-10-31 16:54:50','2019-10-31 16:54:50','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/65892791_2145884678854364_5173195383983046656_o.jpg',0,'attachment','image/jpeg',0),(681,2,'2019-10-31 16:07:29','2019-10-31 16:07:29','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572538036377&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-68110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h4 style=\\&quot;text-align: center;\\&quot;&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/h4&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Make a Reservation&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;hover&quot;:false},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0.25,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572537814622&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-68110003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572537952308&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. Praesent dolor nisl, cursus id sapien eget, iaculis vulputate felis. Maecenas vel elementum nisl. Sed quam odio, dignissim ac nulla at, pellentesque pulvinar magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p><p> </p></div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;THE DAILY SPECIALS&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"4\"  data-label=\"Daily Specials Content\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">Pancake Sandwich</h3><p style=\"text-align: center\">One egg any style, three fluffy buttermilk pancakes, choice of: bacon or sausage</p><p style=\"text-align: center\">R65</p></div>\n</div></div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">The Full House</h3><p style=\"text-align: center\">Any eggs, toast, tomato, mushrooms, choice of: bacon or sausage</p><p style=\"text-align: center\">R75</p></div>\n</div></div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">The Big LeBowski</h3><p style=\"text-align: center\">250gram Beef Patti, Bacon, cheddar and guacamole</p><p style=\"text-align: center\">R95</p></div>\n</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"5\"  data-label=\"Other Offerings\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;13952810095dab5ea012b16564292023&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SO WHAT&#039;S THE REST OF THE DEAL?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;16766250955dab5ec5d1437201122199&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110012&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-2\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-hamburger&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Burgers&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-beer&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Beer&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-guitar&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Bands&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;165px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;90px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;icon_size_custom&quot;:true,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;15591007975dab5f2f786b0904077837&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513163304&quot;,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-68110013&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-8\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110014&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;FROM OUR GALLERY&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513861729&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-68110016&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-3\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110017&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-9\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Make a Reservation\" ><div id=\"pgc-145-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;COME DINE WITH US,     MAKE A RESERVATION&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68110018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-9-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#404040&quot;,&quot;text_color&quot;:&quot;#404040&quot;,&quot;hover&quot;:false,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-68110019&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-9-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-9-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p></div>\n</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 16:07:29','2019-10-31 16:07:29','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(687,2,'2019-10-31 16:47:38','2019-10-31 16:47:38','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572539344684&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-68710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;Yogi Ashokananda&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540200080&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-68710003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;h5&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;justify&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540433204&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"5\"  data-label=\"Other Offerings\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;13952810095dab5ea012b16564292023&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SO WHAT&#039;S THE REST OF THE DEAL?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;16766250955dab5ec5d1437201122199&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710009&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-hamburger&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Burgers&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-beer&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Beer&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-guitar&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Bands&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;165px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;90px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;icon_size_custom&quot;:true,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;15591007975dab5f2f786b0904077837&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513163304&quot;,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-68710010&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;FROM OUR GALLERY&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710012&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"13\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513861729&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-68710013&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-3\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710014&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-8\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Make a Reservation\" ><div id=\"pgc-145-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;COME DINE WITH US,     MAKE A RESERVATION&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68710015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#404040&quot;,&quot;text_color&quot;:&quot;#404040&quot;,&quot;hover&quot;:false,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-68710016&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-8-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p></div>\n</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 16:47:38','2019-10-31 16:47:38','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(682,2,'2019-10-31 16:07:29','2019-10-31 16:07:29','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572538036377&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h4 style=\\&quot;text-align: center;\\&quot;&gt;&lt;strong&gt;\\&quot;A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising\\&quot;&amp;nbsp;&lt;\\/strong&gt;Yogi Ashokananda&lt;\\/h4&gt;\\n&lt;p style=\\&quot;text-align: center;\\&quot;&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Make a Reservation&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;hover&quot;:false},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0.25,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572537814622&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572537952308&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. Praesent dolor nisl, cursus id sapien eget, iaculis vulputate felis. Maecenas vel elementum nisl. Sed quam odio, dignissim ac nulla at, pellentesque pulvinar magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p><p> </p></div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;THE DAILY SPECIALS&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"4\"  data-label=\"Daily Specials Content\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">Pancake Sandwich</h3><p style=\"text-align: center\">One egg any style, three fluffy buttermilk pancakes, choice of: bacon or sausage</p><p style=\"text-align: center\">R65</p></div>\n</div></div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">The Full House</h3><p style=\"text-align: center\">Any eggs, toast, tomato, mushrooms, choice of: bacon or sausage</p><p style=\"text-align: center\">R75</p></div>\n</div></div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3 style=\"text-align: center\">The Big LeBowski</h3><p style=\"text-align: center\">250gram Beef Patti, Bacon, cheddar and guacamole</p><p style=\"text-align: center\">R95</p></div>\n</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"5\"  data-label=\"Other Offerings\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;13952810095dab5ea012b16564292023&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SO WHAT&#039;S THE REST OF THE DEAL?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;16766250955dab5ec5d1437201122199&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510012&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-2\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-hamburger&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Burgers&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-beer&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Beer&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-guitar&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Bands&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;165px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;90px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;icon_size_custom&quot;:true,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;15591007975dab5f2f786b0904077837&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513163304&quot;,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-14510013&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-8\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-8-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510014&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;FROM OUR GALLERY&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513861729&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-14510016&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-3\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510017&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;17\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-9\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Make a Reservation\" ><div id=\"pgc-145-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-9-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;COME DINE WITH US,     MAKE A RESERVATION&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510018&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-9-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;18\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-9-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#404040&quot;,&quot;text_color&quot;:&quot;#404040&quot;,&quot;hover&quot;:false,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-14510019&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-9-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;19\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-9-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-9-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p></div>\n</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 16:07:29','2019-10-31 16:07:29','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(683,2,'2019-10-31 16:10:29','2019-10-31 16:10:29','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;we would love to help. feel free to say hello!&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68310000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;from&quot;:&quot;&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator&quot;:false,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;border_width&quot;:false,&quot;font_size&quot;:false,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;padding&quot;:false,&quot;height&quot;:false,&quot;height_textarea&quot;:false,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false}},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-68310001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#37b0cd&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try (076) 543 4223&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;give us a shout and lets have a chat&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-68310002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-68310003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-31 16:10:29','2019-10-31 16:10:29','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(684,2,'2019-10-31 16:10:30','2019-10-31 16:10:30','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;we would love to help. feel free to say hello!&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;from&quot;:&quot;&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator&quot;:false,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;border_width&quot;:false,&quot;font_size&quot;:false,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;padding&quot;:false,&quot;height&quot;:false,&quot;height_textarea&quot;:false,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false}},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-8210001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#37b0cd&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try (076) 543 4223&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;give us a shout and lets have a chat&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-10-31 16:10:30','2019-10-31 16:10:30','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(685,2,'2019-10-31 16:19:32','2019-10-31 16:19:32','','73013799_2349672305142266_3994995381204156416_o','','inherit','open','closed','','73013799_2349672305142266_3994995381204156416_o','','','2019-10-31 16:19:32','2019-10-31 16:19:32','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o.jpg',0,'attachment','image/jpeg',0),(692,2,'2019-10-31 17:01:24','2019-10-31 17:01:24','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572539344684&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-69210000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:670,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541276981&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-69210003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 50px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 50px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-69210009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69210010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:01:24','2019-10-31 17:01:24','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(688,2,'2019-10-31 16:47:38','2019-10-31 16:47:38','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572539344684&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;Yogi Ashokananda&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:672,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540200080&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;h5&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;justify&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540433204&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"5\"  data-label=\"Other Offerings\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;13952810095dab5ea012b16564292023&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;SO WHAT&#039;S THE REST OF THE DEAL?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;16766250955dab5ec5d1437201122199&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510009&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-features panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-hamburger&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Burgers&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-beer&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Beer&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#ffffff&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-guitar&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Bands&quot;,&quot;text&quot;:&quot;&lt;p&gt;Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;&quot;,&quot;container_size&quot;:&quot;165px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;90px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;icon_size_custom&quot;:true,&quot;per_row&quot;:3,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;15591007975dab5f2f786b0904077837&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513163304&quot;,&quot;title_link&quot;:false,&quot;icon_link&quot;:false,&quot;new_window&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-14510010&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510011&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-1\" class=\"so-panel widget widget_sow-headline\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;FROM OUR GALLERY&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510012&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-2\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"13\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1571513861729&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-14510013&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;13\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-7-0-3\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510014&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-7-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;14\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-8\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Make a Reservation\" ><div id=\"pgc-145-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-8-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;COME DINE WITH US,     MAKE A RESERVATION&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510015&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;15\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-8-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#404040&quot;,&quot;text_color&quot;:&quot;#404040&quot;,&quot;hover&quot;:false,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-14510016&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;16\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-8-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non tortor eros. Nam ultricies, massa vel faucibus ultrices, nibh arcu mollis tortor, condimentum dapibus libero urna id elit. Integer vehicula augue eget gravida suscipit. Duis vel lectus at ex sagittis dignissim non eu elit. Nam a nibh id augue tincidunt laoreet. Cras augue ex, varius aliquam rhoncus in, feugiat vitae urna. Suspendisse potenti. Maecenas consequat nulla eget elit tincidunt vehicula. </p><p>Vivamus sit amet odio sed quam volutpat ullamcorper vitae at mauris. Aenean ullamcorper vestibulum sagittis. Nulla vel ornare mauris, id congue nisi. Duis ac convallis nulla. Suspendisse rhoncus, mauris eu vulputate congue, lectus felis iaculis eros, eget vehicula ipsum felis accumsan justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc urna nisl, condimentum sit amet lorem quis, facilisis molestie velit.</p><p> </p></div>\n</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 16:47:38','2019-10-31 16:47:38','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(695,2,'2019-10-31 17:33:33','2019-10-31 17:33:33','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-69510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:670,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541276981&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-69510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 150px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 150px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 150px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-69510009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69510010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:33:34','2019-10-31 17:33:34','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(693,2,'2019-10-31 17:01:24','2019-10-31 17:01:24','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572539344684&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:670,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541276981&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 50px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 50px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-14510009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:01:24','2019-10-31 17:01:24','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0);
INSERT INTO `wpvq_posts` VALUES (694,2,'2019-10-31 17:21:53','2019-10-31 17:21:53','','IMG_6598','','inherit','open','closed','','img_6598','','','2019-10-31 17:21:53','2019-10-31 17:21:53','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_6598.jpg',0,'attachment','image/jpeg',0),(698,2,'2019-10-31 17:48:39','2019-10-31 17:48:39','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-69810000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544112797&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-69810003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 150px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 150px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 150px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-69810009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-69810010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:48:40','2019-10-31 17:48:40','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(696,2,'2019-10-31 17:33:34','2019-10-31 17:33:34','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:670,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541276981&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 150px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 150px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 150px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-14510009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:33:34','2019-10-31 17:33:34','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(697,2,'2019-10-31 17:48:28','2019-10-31 17:48:28','','YogiAshokananda_JPerugia-7648 3','','inherit','open','closed','','yogiashokananda_jperugia-7648-3','','','2019-10-31 17:48:28','2019-10-31 17:48:28','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda_JPerugia-7648-3.jpg',0,'attachment','image/jpeg',0),(700,2,'2019-10-31 17:53:42','2019-10-31 17:53:42','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-70010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-70010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 150px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 150px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 150px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-70010009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70010010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:53:42','2019-10-31 17:53:42','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(699,2,'2019-10-31 17:48:40','2019-10-31 17:48:40','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544112797&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 150px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 150px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 150px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-14510009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:48:40','2019-10-31 17:48:40','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(702,2,'2019-10-31 18:10:30','2019-10-31 18:10:30','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-70210000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70210001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70210002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-70210003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70210004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70210006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70210007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70210008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 18:10:30','2019-10-31 18:10:30','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(701,2,'2019-10-31 17:53:42','2019-10-31 17:53:42','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 150px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 150px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 150px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-1\" class=\"so-panel widget widget_sow-image-grid\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;images&quot;:[{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-842342_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hanging-791157_640.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:685,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hamburger-801942_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false},{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/guitar-756322_640.jpg#640x425&quot;,&quot;title&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:false}],&quot;display&quot;:{&quot;attachment_size&quot;:&quot;medium&quot;,&quot;max_height&quot;:200,&quot;max_width&quot;:277,&quot;spacing&quot;:&quot;10px&quot;,&quot;spacing_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;18908826485dab63d357880780866012&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541008703&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-grid-14510009&quot;,&quot;option_name&quot;:&quot;widget_sow-image-grid&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image-grid\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-6-0-2\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8918941975dbb112d646bb848967317&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-2&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 17:53:42','2019-10-31 17:53:42','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(704,2,'2019-10-31 19:19:53','2019-10-31 19:19:53','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572545774076&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-70410000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70410001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70410002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-70410003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70410004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70410006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70410007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-70410008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 19:19:53','2019-10-31 19:19:53','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(703,2,'2019-10-31 18:10:30','2019-10-31 18:10:30','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572542544523&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Few of Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572536900465&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 18:10:30','2019-10-31 18:10:30','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(705,2,'2019-10-31 19:19:53','2019-10-31 19:19:53','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:694,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/11\\/sea-79606_1920.jpg#1920x1116&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;250px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5635c4abf0932&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572545774076&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 19:19:53','2019-10-31 19:19:53','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(714,2,'2019-10-31 19:36:10','2019-10-31 19:36:10',' ','','','publish','closed','closed','','714','','','2019-11-14 13:23:11','2019-11-14 13:23:11','',0,'https://himalayanhathayoga.com/?p=714',5,'nav_menu_item','',0),(720,2,'2019-10-31 21:49:30','2019-10-31 21:49:30','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-10-31 21:49:30','2019-10-31 21:49:30','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(717,2,'2019-10-31 21:44:25','2019-10-31 21:44:25','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','home','','publish','closed','closed','','home','','','2019-10-31 21:44:26','2019-10-31 21:44:26','',0,'https://himalayanhathayoga.com/?elementor_library=home',0,'elementor_library','',0),(718,2,'2019-10-31 21:44:25','2019-10-31 21:44:25','','home','','inherit','closed','closed','','717-revision-v1','','','2019-10-31 21:44:25','2019-10-31 21:44:25','',717,'https://himalayanhathayoga.com/717-revision-v1/',0,'revision','',0),(719,2,'2019-10-31 21:44:26','2019-10-31 21:44:26','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by Yogi Ashokananda and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs		\n			<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			Yoga Teacher\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','home','','inherit','closed','closed','','717-revision-v1','','','2019-10-31 21:44:26','2019-10-31 21:44:26','',717,'https://himalayanhathayoga.com/717-revision-v1/',0,'revision','',0),(738,2,'2019-11-01 07:46:09','2019-11-01 07:46:09','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Yoga Teacher</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Yoga Therapist</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs','Home','','inherit','closed','closed','','76-revision-v1','','','2019-11-01 07:46:09','2019-11-01 07:46:09','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(727,2,'2019-10-31 23:09:39','2019-10-31 23:09:39','','YogiAshokananda_JPerugia-7648 2','','inherit','open','closed','','yogiashokananda_jperugia-7648-2-4','','','2019-10-31 23:09:39','2019-10-31 23:09:39','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/YogiAshokananda_JPerugia-7648-2-3.jpg',0,'attachment','image/jpeg',0),(728,2,'2019-10-31 23:15:35','2019-10-31 23:15:35','','72739126_2349674408475389_1769113762414985216_o','','inherit','open','closed','','72739126_2349674408475389_1769113762414985216_o','','','2019-10-31 23:15:35','2019-10-31 23:15:35','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/10/72739126_2349674408475389_1769113762414985216_o.jpg',0,'attachment','image/jpeg',0),(729,2,'2019-10-31 23:16:23','2019-10-31 23:16:23','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572563739389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72910001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72910002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-72910003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72910004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72910006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72910007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-72910008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 23:16:23','2019-10-31 23:16:23','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(731,2,'2019-10-31 23:27:12','2019-10-31 23:27:12','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572563739389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-73110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73110001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73110002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-73110003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73110004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73110006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73110007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73110008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 23:27:12','2019-10-31 23:27:12','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(730,2,'2019-10-31 23:16:23','2019-10-31 23:16:23','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572563739389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 23:16:23','2019-10-31 23:16:23','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(755,2,'2019-11-03 23:09:02','2019-11-03 23:09:02','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572822526089&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:754,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820415042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:09:02','2019-11-03 23:09:02','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(732,2,'2019-10-31 23:27:12','2019-10-31 23:27:12','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572563739389&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:697,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572544412812&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-10-31 23:27:12','2019-10-31 23:27:12','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(733,2,'2019-10-31 23:29:22','2019-10-31 23:29:22','[ngg src=\"galleries\" display=\"basic_thumbnail\" thumbnail_crop=\"0\"]','Gallery','','inherit','closed','closed','','344-autosave-v1','','','2019-10-31 23:29:23','2019-10-31 23:29:23','',344,'https://himalayanhathayoga.com/344-autosave-v1/',0,'revision','',0),(734,2,'2019-11-01 07:20:03','2019-11-01 07:20:03','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;we would love to help. feel free to say hello!&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73410000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;from&quot;:&quot;&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator&quot;:false,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;border_width&quot;:false,&quot;font_size&quot;:false,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;padding&quot;:false,&quot;height&quot;:false,&quot;height_textarea&quot;:false,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false}},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-73410001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try (076) 543 4223&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;give us a shout and lets have a chat&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572592768336&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-73410002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-73410003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-11-01 07:20:03','2019-11-01 07:20:03','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(735,2,'2019-11-01 07:20:03','2019-11-01 07:20:03','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;we would love to help. feel free to say hello!&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;align&quot;:&quot;center&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;from&quot;:&quot;&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator&quot;:false,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[],&quot;description&quot;:&quot;&quot;}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;border_width&quot;:false,&quot;font_size&quot;:false,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;align&quot;:&quot;left&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;padding&quot;:false,&quot;height&quot;:false,&quot;height_textarea&quot;:false,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false}},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-8210001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try (076) 543 4223&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;give us a shout and lets have a chat&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572592768336&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;,&quot;icon_title&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;mobile_align&quot;:&quot;left&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-11-01 07:20:03','2019-11-01 07:20:03','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(737,2,'2019-11-01 07:42:56','2019-11-01 07:42:56','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;We would love to help!&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e67ffdefc1&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593466183&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-contact-form panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-82-0-0-1\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ContactForm_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Contact Us&quot;,&quot;settings&quot;:{&quot;to&quot;:&quot;ibrossiter@gmail.com&quot;,&quot;from&quot;:&quot;yogivillegurukul@gmail.com&quot;,&quot;default_subject&quot;:&quot;&quot;,&quot;subject_prefix&quot;:&quot;&quot;,&quot;success_message&quot;:&quot;&lt;p&gt;Thanks for contacting us. We&#039;ll get back to you shortly.&lt;\\/p&gt;\\n&quot;,&quot;success_message_selected_editor&quot;:&quot;tinymce&quot;,&quot;submit_text&quot;:&quot;Contact Us&quot;,&quot;submit_id&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;required_field_indicator_message&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;required_field_indicator&quot;:false,&quot;log_ip_address&quot;:false},&quot;fields&quot;:[{&quot;type&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your Name&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter your name&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;email&quot;,&quot;label&quot;:&quot;Your Email&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a valid email address&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;subject&quot;,&quot;label&quot;:&quot;Subject&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please enter a subject&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;Message&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:{&quot;required&quot;:true,&quot;missing_message&quot;:&quot;Please write something&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;options&quot;:[]}],&quot;spam&quot;:{&quot;recaptcha&quot;:{&quot;site_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;theme&quot;:&quot;light&quot;,&quot;type&quot;:&quot;image&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;use_captcha&quot;:false},&quot;akismet&quot;:{&quot;use_akismet&quot;:true,&quot;spam_action&quot;:&quot;error&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;container&quot;:{&quot;background&quot;:&quot;#ffffff&quot;,&quot;padding&quot;:&quot;0px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;border_color&quot;:&quot;#ffffff&quot;,&quot;border_width&quot;:&quot;0px&quot;,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;none&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;labels&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;position&quot;:&quot;above&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;fields&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;padding&quot;:false,&quot;padding_unit&quot;:&quot;px&quot;,&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_textarea&quot;:false,&quot;height_textarea_unit&quot;:&quot;px&quot;,&quot;background&quot;:false,&quot;border_color&quot;:false,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_radius&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;descriptions&quot;:{&quot;size&quot;:false,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:false,&quot;style&quot;:&quot;italic&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;errors&quot;:{&quot;background&quot;:&quot;#fce4e5&quot;,&quot;border_color&quot;:&quot;#ec666a&quot;,&quot;text_color&quot;:&quot;#ec666a&quot;,&quot;padding&quot;:&quot;5px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;10px&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;submit&quot;:{&quot;styled&quot;:true,&quot;background_color&quot;:&quot;#eeeeee&quot;,&quot;background_gradient&quot;:0,&quot;border_color&quot;:&quot;#989a9c&quot;,&quot;border_style&quot;:&quot;solid&quot;,&quot;border_width&quot;:false,&quot;border_width_unit&quot;:&quot;px&quot;,&quot;border_radius&quot;:0,&quot;text_color&quot;:&quot;#5a5a5a&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;weight&quot;:&quot;500&quot;,&quot;padding&quot;:&quot;15px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;inset_highlight&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;focus&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:false,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e687f3231b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;display_title&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-contact-form-8210001&quot;,&quot;option_name&quot;:&quot;widget_sow-contact-form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-contact-form panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5%&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-82-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-82-1\" data-stretch-type=\"full\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Prefer a personal touch? Try +44 7480 257766&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;562e69c31d829&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572593665757&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-8210002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-82-1-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/himalayanhathayoga\\/?epa=SEARCH_BOX&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/himalayanhatha&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:&quot;instagram&quot;,&quot;url&quot;:&quot;https:\\/\\/www.instagram.com\\/himalayanhatha_yoga\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#222222&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.33&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;562e6b1c3b591&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572594165671&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-8210003&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Contact','','inherit','closed','closed','','82-revision-v1','','','2019-11-01 07:42:56','2019-11-01 07:42:56','',82,'https://himalayanhathayoga.com/82-revision-v1/',0,'revision','',0),(746,2,'2019-11-03 22:14:24','2019-11-03 22:14:24','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819252262&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74610000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819133096&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74610001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818682599&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74610003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819222987&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74610005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 22:14:24','2019-11-03 22:14:24','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(744,2,'2019-11-03 22:12:10','2019-11-03 22:12:10','','18446892_1210479125728262_605834751396318439_n','','inherit','open','closed','','18446892_1210479125728262_605834751396318439_n','','','2019-11-03 22:12:10','2019-11-03 22:12:10','',150,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/18446892_1210479125728262_605834751396318439_n.jpg',0,'attachment','image/jpeg',0),(743,2,'2019-11-03 22:04:40','2019-11-03 22:04:40','','IMG_6029','','inherit','open','closed','','img_6029','','','2019-11-03 22:04:40','2019-11-03 22:04:40','',150,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/IMG_6029.jpeg',0,'attachment','image/jpeg',0),(745,2,'2019-11-03 22:13:15','2019-11-03 22:13:15','','14610885_993365420772968_7255455650793672932_n','','inherit','open','closed','','14610885_993365420772968_7255455650793672932_n','','','2019-11-03 22:13:15','2019-11-03 22:13:15','',150,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/14610885_993365420772968_7255455650793672932_n.jpg',0,'attachment','image/jpeg',0),(748,2,'2019-11-03 22:23:16','2019-11-03 22:23:16','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74810000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nHHY TEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819777631&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74810001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818682599&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74810003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819222987&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-74810005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 22:23:16','2019-11-03 22:23:16','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(747,2,'2019-11-03 22:14:24','2019-11-03 22:14:24','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819252262&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819133096&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818682599&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819222987&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 22:14:24','2019-11-03 22:14:24','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(750,2,'2019-11-03 22:27:35','2019-11-03 22:27:35','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 22:27:35','2019-11-03 22:27:35','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(749,2,'2019-11-03 22:23:16','2019-11-03 22:23:16','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nHHY TEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819777631&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572818682599&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;FREE&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;WEIGHTS&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819222987&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 22:23:16','2019-11-03 22:23:16','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(751,2,'2019-11-03 22:27:35','2019-11-03 22:27:35','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p><p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p></div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-03 22:27:35','2019-11-03 22:27:35','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(752,2,'2019-11-03 22:29:39','2019-11-03 22:29:39','','SYC_Portraits_JPerugia-1617','','inherit','open','closed','','syc_portraits_jperugia-1617','','','2019-11-03 22:29:39','2019-11-03 22:29:39','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/SYC_Portraits_JPerugia-1617.jpg',0,'attachment','image/jpeg',0),(753,2,'2019-11-03 22:32:29','2019-11-03 22:32:29','','SYC_Portraits_JPerugia-1639','','inherit','open','closed','','syc_portraits_jperugia-1639-2','','','2019-11-03 22:32:29','2019-11-03 22:32:29','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/SYC_Portraits_JPerugia-1639.jpg',0,'attachment','image/jpeg',0),(754,2,'2019-11-03 22:33:33','2019-11-03 22:33:33','','YogiAshokananda-4838','','inherit','open','closed','','yogiashokananda-4838-2','','','2019-11-03 22:33:33','2019-11-03 22:33:33','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/YogiAshokananda-4838.jpg',0,'attachment','image/jpeg',0),(758,2,'2019-11-03 23:28:16','2019-11-03 23:28:16','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572822526089&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75810000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75810001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75810002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75810003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75810004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-75810005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Specialists in Pediatric Dentistry&lt;\\/h1&gt;\\n&lt;h3&gt;Dedicated to the oral health of children&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;flat&quot;,&quot;button_color&quot;:&quot;#fe66a7&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.3&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:752,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572823329502&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-75810006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:28:16','2019-11-03 23:28:16','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(756,2,'2019-11-03 23:09:02','2019-11-03 23:09:02','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572822526089&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-3-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: center;\\&quot;&gt;&amp;nbsp;&lt;\\/h2&gt;\\n&lt;h1 style=\\&quot;text-align: right;\\&quot;&gt;&amp;nbsp;&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:754,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/restaurant-691672_1280.jpg&quot;,&quot;size&quot;:&quot;large&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:0,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;9232554595dab5e2897001588461068&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820415042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"2\"  data-label=\"Welcome Heading and Text\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.346666666667\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 170px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;YOGI ASHOKANANDA&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;new_window&quot;:true,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.&quot;,&quot;destination_url&quot;:&quot;http:\\/\\/www.yogiashokananda.com&quot;,&quot;tag&quot;:&quot;p&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;8707628655dbb05f892694189468509&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572541164062&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 170px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.653333333333\" ><div id=\"panel-145-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 170px 0px 0px&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-5-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510007&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:09:02','2019-11-03 23:09:02','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(757,2,'2019-11-03 23:12:09','2019-11-03 23:12:09','','SYC_Portraits_JPerugia-1609','','inherit','open','closed','','syc_portraits_jperugia-1609','','','2019-11-03 23:12:09','2019-11-03 23:12:09','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/SYC_Portraits_JPerugia-1609.jpg',0,'attachment','image/jpeg',0),(760,2,'2019-11-03 23:33:39','2019-11-03 23:33:39','','IMG_6624 2','','inherit','open','closed','','img_6624-2','','','2019-11-03 23:33:39','2019-11-03 23:33:39','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/IMG_6624-2.jpg',0,'attachment','image/jpeg',0),(761,2,'2019-11-03 23:34:52','2019-11-03 23:34:52','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76110001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76110002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76110003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76110004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76110005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Yogi Ashokananda&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:669,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572823946694&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76110006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:34:52','2019-11-03 23:34:52','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(759,2,'2019-11-03 23:28:16','2019-11-03 23:28:16','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572822526089&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h1&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;align&quot;:&quot;center&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;new_window&quot;:false,&quot;tag&quot;:&quot;h3&quot;,&quot;hover_color&quot;:false,&quot;font_size&quot;:false,&quot;line_height&quot;:false,&quot;margin&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;weight&quot;:&quot;thin&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;margin&quot;:false},&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;,&quot;order&quot;:[],&quot;fittext&quot;:false,&quot;fittext_compressor&quot;:0},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Specialists in Pediatric Dentistry&lt;\\/h1&gt;\\n&lt;h3&gt;Dedicated to the oral health of children&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;flat&quot;,&quot;button_color&quot;:&quot;#fe66a7&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.3&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false}}],&quot;background&quot;:{&quot;image&quot;:752,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]}}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572823329502&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:28:16','2019-11-03 23:28:16','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(765,2,'2019-11-03 23:37:55','2019-11-03 23:37:55','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Yogi Ashokananda&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824265098&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76510006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:37:55','2019-11-03 23:37:55','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(762,2,'2019-11-03 23:34:52','2019-11-03 23:34:52','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Yogi Ashokananda&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:669,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572823946694&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:34:52','2019-11-03 23:34:52','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(763,2,'2019-11-03 23:36:45','2019-11-03 23:36:45','','Yogi-4838','','inherit','open','closed','','yogi-4838','','','2019-11-03 23:36:45','2019-11-03 23:36:45','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/Yogi-4838.jpg',0,'attachment','image/jpeg',0),(764,2,'2019-11-03 23:37:42','2019-11-03 23:37:42','','YogiAshokananda-4838','','inherit','open','closed','','yogiashokananda-4838-3','','','2019-11-03 23:37:42','2019-11-03 23:37:42','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/YogiAshokananda-4838-1.jpg',0,'attachment','image/jpeg',0),(767,2,'2019-11-03 23:39:31','2019-11-03 23:39:31','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76710001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76710002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76710003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76710004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76710005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824328733&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76710006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:39:31','2019-11-03 23:39:31','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(766,2,'2019-11-03 23:37:55','2019-11-03 23:37:55','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1&gt;Yogi Ashokananda&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824265098&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h1>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:37:55','2019-11-03 23:37:55','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(768,2,'2019-11-03 23:39:31','2019-11-03 23:39:31','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824328733&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-03 23:39:31','2019-11-03 23:39:31','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(769,2,'2019-11-04 00:23:58','2019-11-04 00:23:58','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76910001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76910002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76910003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76910004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-76910005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824328733&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-76910006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div><div id=\"pg-145-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-8\" data-stretch-type=\"full\" ><div id=\"pgc-145-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-8-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824604607&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-76910008&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-8-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div><div id=\"panel-145-8-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#000000&quot;,&quot;text_color&quot;:&quot;#dddddd&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-76910010&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 00:23:58','2019-11-04 00:23:58','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(771,2,'2019-11-04 00:39:35','2019-11-04 00:39:35','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-77110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77110001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77110002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77110003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77110004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77110005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824604607&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-77110006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 00:39:35','2019-11-04 00:39:35','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0);
INSERT INTO `wpvq_posts` VALUES (770,2,'2019-11-04 00:23:58','2019-11-04 00:23:58','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/12\\/kid-673584.jpg#2048x1366&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;25px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;5683d466d1b7e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824328733&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-7\" data-stretch-type=\"full\" ><div id=\"pgc-145-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;padding&quot;:&quot;2% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 50px 0px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-145-7-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1 style=\"text-align: center;\">Yogi Ashokananda</h1>\n<h3 style=\"text-align: center;\">Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h3>\n<p style=\"text-align: center;\">Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div><div id=\"pg-145-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-8\" data-stretch-type=\"full\" ><div id=\"pgc-145-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-8-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824604607&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-14510008&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-8-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div><div id=\"panel-145-8-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;CONTACT US&quot;,&quot;url&quot;:&quot;http:\\/\\/siteorigin.com&quot;,&quot;new_window&quot;:false,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;left&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#000000&quot;,&quot;text_color&quot;:&quot;#dddddd&quot;,&quot;hover&quot;:true,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;width&quot;:false,&quot;font&quot;:&quot;default&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-14510010&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-8-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-8-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 00:23:58','2019-11-04 00:23:58','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(775,2,'2019-11-04 12:21:31','2019-11-04 12:21:31','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-77510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:774,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572868544404&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-77510006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 12:21:31','2019-11-04 12:21:31','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(772,2,'2019-11-04 00:39:35','2019-11-04 00:39:35','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:764,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824604607&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></h1>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 00:39:35','2019-11-04 00:39:35','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(773,2,'2019-11-04 11:54:43','2019-11-04 11:54:43','','Yogi_SYC_JPerugia-1658','','inherit','open','closed','','yogi_syc_jperugia-1658','','','2019-11-04 11:54:43','2019-11-04 11:54:43','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/Yogi_SYC_JPerugia-1658.jpg',0,'attachment','image/jpeg',0),(774,2,'2019-11-04 11:55:41','2019-11-04 11:55:41','','YogiAshokananda_JPerugia-7644','','inherit','open','closed','','yogiashokananda_jperugia-7644','','','2019-11-04 11:55:41','2019-11-04 11:55:41','',145,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/YogiAshokananda_JPerugia-7644.jpg',0,'attachment','image/jpeg',0),(777,2,'2019-11-04 12:25:06','2019-11-04 12:25:06','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:754,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870298152&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-77710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77710001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77710002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77710003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77710004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77710005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:774,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572868544404&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-77710006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 12:25:06','2019-11-04 12:25:06','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(776,2,'2019-11-04 12:21:31','2019-11-04 12:21:31','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:622,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572824066704&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:774,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572868544404&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 12:21:31','2019-11-04 12:21:31','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(779,2,'2019-11-04 12:26:18','2019-11-04 12:26:18','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:753,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870359686&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-77910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77910001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77910002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77910003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77910004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-77910005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:774,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572868544404&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-77910006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 12:26:18','2019-11-04 12:26:18','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(778,2,'2019-11-04 12:25:06','2019-11-04 12:25:06','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:754,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870298152&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:774,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572868544404&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 12:25:06','2019-11-04 12:25:06','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(909,2,'2019-11-14 13:26:26','2019-11-14 13:26:26','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:753,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870359686&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-90910000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-90910001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-90910002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-90910003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-90910004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-90910005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-14 13:26:26','2019-11-14 13:26:26','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(780,2,'2019-11-04 12:26:18','2019-11-04 12:26:18','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:753,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870359686&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-6\" data-stretch-type=\"full\" ><div id=\"pgc-145-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:774,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/hat-15263_1280.jpg#1280x853&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;831997925dbf660d7388f023188232&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572868544404&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-14510006&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-145-6-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h1><a href=\"http://www.yogiashokananda.com\"><span style=\"color: #000000;\">YOGI ASHOKANANDA</span></a></h1>\n<h5>Yogi Ashokananda is an expert and pioneer as a practicing master of yoga, meditation and spirituality. He has dedicated his entire adult life in service to humanity by teaching, mentoring, writing, learning and speaking on yoga, meditation and spirituality.</h5>\n<p>Raised in India, he has been practising yoga since early childhood when his Grandfather was his first teacher.<br />\nOver many years Yogi Ashokananda has been fortunate to develop his teaching, experience and education of yoga under some of the great, remote, Indian masters and siddhas. The Gurukul style of learning with the masters, influenced Yogi’s experience and inspiration to develop his own profound yoga &amp; meditation disciplines and insights which have their roots in the ancient, sacred Indian tradition. The outcome of this period in his life resulting in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/31/Atma-Meditation.html\">ATMA Kriya Meditation</a> &amp; <a href=\"http://www.yogiashokananda.com/info/30/SOR--Science-of-Relaxation.html\">Science of Relaxation</a>.<br />\nYogi Ashokananda’s initial teaching experience was the Bihar School of Yoga at the Sivananda Ashramn (Divine Life Society, Rishikesh), subsequently teaching exclusively his own yoga &amp; meditation disciplines, Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation at the Shri Ved Niketan Ashram, Rishikesh and the Yogamaya Ashram in Vrindavan.<br />\nYogi Ashokananda moved to the U.K. at the advice of his guru and began teaching Prana Kriya Yoga, Himalayan Hatha Yoga, ATMA Meditation &amp; Science of Relaxation outside of India.<br />\nDuring this period, he founded the Yogi Ashokananda School, Yogiville Gurukul, to develop and offer Yoga &amp; Meditation education for all levels of learning and ability, for self and for students who want to teach.<br />\nMore recently, Yogi Ashokananda established a location in South India to teach Yoga &amp; Meditation to people from all around the world. In the near future, a Croatian based location will be available to host his teachings.<br />\nToday, Yogi Ashokananda resides primarily in the UK, teaching across Europe, Asia &amp; India. He continues to incorporate these beautiful practices into his daily life while helping others to achieve the same. As an eternal student, he continues to learn from all his students and maintains an openness to new experiences.<br />\nHe is a Reiki Master, authentic Usui System and Prana Vidya healing system.</p>\n</div>\n</div></div></div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-04 12:26:18','2019-11-04 12:26:18','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(782,2,'2019-11-04 12:40:32','2019-11-04 12:40:32','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78210000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78210001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>Himalayan Hatha Yoga Teacher Training 200 hours certified by Yogi Asohkananda School &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>Areas covered in this training are the Foundation and Philosophy of HHY &nbsp;and the best practices to become a HHY &nbsp;Teacher.<br />\nThere will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. If you have attended any workshops, retreats or courses with Yogi Ashokananda within 12 months prior to starting these can count towards your total hours so please do inform us. &nbsp;You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory.&nbsp; Topics will include:</p>\n<ul>\n<li>Introduction to Himalayan Hatha Yoga\n<ul>\n<li>Philosophy, HHY Components &amp;&nbsp;Principles</li>\n<li>Asana types &amp; categories</li>\n</ul>\n</li>\n<li>Discover the Asanas\n<ul>\n<li>Preparatory Series - a strong foundation for teachers</li>\n<li>HHY Series 1 - 3</li>\n<li>Additional Asanas&nbsp;- up to 108</li>\n<li>Asana Analysis&nbsp;</li>\n</ul>\n</li>\n<li>Anatomy &amp; Physiology\n<ul>\n<li>Practical application to Himalayan Hatha Yoga</li>\n</ul>\n</li>\n<li>Learning to Teach\n<ul>\n<li>The Journey of&nbsp;Yoga Teacher</li>\n<li>Teaching Methodology&nbsp;</li>\n<li>Criteria to become a teacher</li>\n<li>Teaching Considerations</li>\n<li>Student / Teacher / Class Dynamics</li>\n<li>Class Planning</li>\n</ul>\n</li>\n<li>Sacred Anatomy\n<ul>\n<li>Bandhas&nbsp;</li>\n<li>Chakras</li>\n<li>Chanting</li>\n<li>Mudras</li>\n<li>Nadis</li>\n<li>Prana</li>\n<li>Pranayama</li>\n<li>Anatomy &amp; Physiology&nbsp;</li>\n</ul>\n</li>\n<li>Basic Meditation</li>\n</ul>\n<p dir=\"RTL\" style=\"text-align: left;\"><strong><u><span dir=\"LTR\">Included in course fee</span></u></strong></p>\n<ul>\n<li>Himalayan Hatha Yoga Digital Course Manual</li>\n<li>All teaching and tuition</li>\n</ul>\n<p>The 8 weekend dates for the teacher training course will be held from</p>\n<p>February - October 2020</p>\n<p>9:00 am - 6:00 / Saturday and Sunday</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\">&nbsp;</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78210003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78210005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:40:32','2019-11-04 12:40:32','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(784,2,'2019-11-04 12:54:54','2019-11-04 12:54:54','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78410000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78410001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>HHY Teacher Training 200 hours taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78410003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78410005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:54:54','2019-11-04 12:54:54','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(783,2,'2019-11-04 12:40:32','2019-11-04 12:40:32','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>Himalayan Hatha Yoga Teacher Training 200 hours certified by Yogi Asohkananda School &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>Areas covered in this training are the Foundation and Philosophy of HHY &nbsp;and the best practices to become a HHY &nbsp;Teacher.<br />\nThere will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. If you have attended any workshops, retreats or courses with Yogi Ashokananda within 12 months prior to starting these can count towards your total hours so please do inform us. &nbsp;You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory.&nbsp; Topics will include:</p>\n<ul>\n<li>Introduction to Himalayan Hatha Yoga\n<ul>\n<li>Philosophy, HHY Components &amp;&nbsp;Principles</li>\n<li>Asana types &amp; categories</li>\n</ul>\n</li>\n<li>Discover the Asanas\n<ul>\n<li>Preparatory Series - a strong foundation for teachers</li>\n<li>HHY Series 1 - 3</li>\n<li>Additional Asanas&nbsp;- up to 108</li>\n<li>Asana Analysis&nbsp;</li>\n</ul>\n</li>\n<li>Anatomy &amp; Physiology\n<ul>\n<li>Practical application to Himalayan Hatha Yoga</li>\n</ul>\n</li>\n<li>Learning to Teach\n<ul>\n<li>The Journey of&nbsp;Yoga Teacher</li>\n<li>Teaching Methodology&nbsp;</li>\n<li>Criteria to become a teacher</li>\n<li>Teaching Considerations</li>\n<li>Student / Teacher / Class Dynamics</li>\n<li>Class Planning</li>\n</ul>\n</li>\n<li>Sacred Anatomy\n<ul>\n<li>Bandhas&nbsp;</li>\n<li>Chakras</li>\n<li>Chanting</li>\n<li>Mudras</li>\n<li>Nadis</li>\n<li>Prana</li>\n<li>Pranayama</li>\n<li>Anatomy &amp; Physiology&nbsp;</li>\n</ul>\n</li>\n<li>Basic Meditation</li>\n</ul>\n<p dir=\"RTL\" style=\"text-align: left;\"><strong><u><span dir=\"LTR\">Included in course fee</span></u></strong></p>\n<ul>\n<li>Himalayan Hatha Yoga Digital Course Manual</li>\n<li>All teaching and tuition</li>\n</ul>\n<p>The 8 weekend dates for the teacher training course will be held from</p>\n<p>February - October 2020</p>\n<p>9:00 am - 6:00 / Saturday and Sunday</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\">&nbsp;</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:40:32','2019-11-04 12:40:32','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(786,2,'2019-11-04 12:58:03','2019-11-04 12:58:03','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78610000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78610001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78610003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78610005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:58:03','2019-11-04 12:58:03','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(785,2,'2019-11-04 12:54:54','2019-11-04 12:54:54','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>HHY Teacher Training 200 hours taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information</strong></a></p>\n<p>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form</a></strong></p>\n<p>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:54:54','2019-11-04 12:54:54','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(788,2,'2019-11-04 12:59:32','2019-11-04 12:59:32','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78810000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78810001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78810003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-78810005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:59:32','2019-11-04 12:59:32','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(787,2,'2019-11-04 12:58:03','2019-11-04 12:58:03','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:58:03','2019-11-04 12:58:03','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(790,2,'2019-11-04 13:02:20','2019-11-04 13:02:20','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-79010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-79010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-79010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-79010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 13:02:20','2019-11-04 13:02:20','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(789,2,'2019-11-04 12:59:32','2019-11-04 12:59:32','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: foundation and philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 12:59:32','2019-11-04 12:59:32','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(791,2,'2019-11-04 13:02:20','2019-11-04 13:02:20','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nUK, LONDON&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820019618&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: left;\"><strong>February-October 2020</strong></h2>\n<h4 style=\"text-align: left;\"><strong>200 hours </strong><strong>HHY Teacher Training Course taught by Yogi Asohkananda,&nbsp;</strong><strong>certified by </strong><strong>Yogivillegurukul &amp; Yoga Alliance Professionals<br />\n</strong></h4>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p><a href=\"http://bit.ly/YogiAshokanandaIntro\">Yogi Ashokananda</a> will guide you through all class sessions, practical &amp; theory. Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more details about this course</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;br \\/&gt;\\nYOGIVILLE, INDIA&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820033042&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;br \\/&gt;\\nUK&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572820043115&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 13:02:20','2019-11-04 13:02:20','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(795,2,'2019-11-04 13:39:32','2019-11-04 13:39:32','','image-ID-206ee153-a90f-4146-fb1f-823adf9bf582','','inherit','open','closed','','image-id-206ee153-a90f-4146-fb1f-823adf9bf582','','','2019-11-04 13:39:32','2019-11-04 13:39:32','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/09/image-ID-206ee153-a90f-4146-fb1f-823adf9bf582.jpeg',0,'attachment','image/jpeg',0),(797,2,'2019-11-04 13:45:44','2019-11-04 13:45:44','','12299154_895868910520985_1719851105744746963_n','','inherit','open','closed','','12299154_895868910520985_1719851105744746963_n','','','2019-11-04 13:45:44','2019-11-04 13:45:44','',50,'https://himalayanhathayoga.com/wp-content/uploads/2016/11/12299154_895868910520985_1719851105744746963_n.jpg',0,'attachment','image/jpeg',0),(799,2,'2019-11-04 13:57:06','2019-11-04 13:57:06','','CUba (69 of 69)','','inherit','open','closed','','cuba-69-of-69','','','2019-11-04 13:57:06','2019-11-04 13:57:06','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/CUba-69-of-69.jpg',0,'attachment','image/jpeg',0),(801,2,'2019-11-04 14:00:25','2019-11-04 14:00:25','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-04 14:00:25','2019-11-04 14:00:25','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(802,2,'2019-11-04 14:00:47','2019-11-04 14:00:47','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-04 14:00:47','2019-11-04 14:00:47','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(804,2,'2019-11-04 14:04:18','2019-11-04 14:04:18','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-04 14:04:18','2019-11-04 14:04:18','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(809,2,'2019-11-04 19:31:09','2019-11-04 19:31:09','','HB_head (1 of 2)','','inherit','open','closed','','hb_head-1-of-2-3','','','2019-11-04 19:31:09','2019-11-04 19:31:09','',0,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/HB_head-1-of-2.jpg',0,'attachment','image/jpeg',0),(811,2,'2019-11-04 19:32:54','2019-11-04 19:32:54','A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda. In addition, I’ve gained valuable global experience living and working across four geographies (USA -California /Australia-Sydney /Asia and UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment that cultivates awareness which creates space for the personal growth of both the student and teacher.&nbsp;&nbsp;		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Skype\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Whatsapp\n									</a>','Hayden Barile','','publish','open','open','','hayden-barile','','','2019-11-14 13:49:02','2019-11-14 13:49:02','',0,'https://himalayanhathayoga.com/?p=811',0,'post','',0),(812,2,'2019-11-04 19:32:54','2019-11-04 19:32:54','','Hayden Barile','','inherit','closed','closed','','811-revision-v1','','','2019-11-04 19:32:54','2019-11-04 19:32:54','',811,'https://himalayanhathayoga.com/811-revision-v1/',0,'revision','',0),(824,2,'2019-11-04 19:48:13','2019-11-04 19:48:13','Anthea is the&nbsp;<a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a> Salisbury studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> in India and the UK.&nbsp;Yogi Ashokananda\'s teachings have deepened her understanding of the asanas and helped her to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.\r\n\r\nAnthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.\r\n\r\nAnthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.&nbsp; You can expect to be challenged, whether you are a beginner or a more accomplished yoga practitioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.&nbsp;Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).\r\n\r\nAnthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specializes in Restorative Yoga, Chair Yoga &amp; Meditation.','ANTHEA AIRETON-DOWNER','','inherit','closed','closed','','50-revision-v1','','','2019-11-04 19:48:13','2019-11-04 19:48:13','',50,'https://himalayanhathayoga.com/50-revision-v1/',0,'revision','',0),(825,2,'2019-11-04 20:35:59','2019-11-04 20:35:59','','12299154_895868910520985_1719851105744746963_n','','inherit','open','closed','','12299154_895868910520985_1719851105744746963_n-2','','','2019-11-04 20:35:59','2019-11-04 20:35:59','',50,'https://himalayanhathayoga.com/wp-content/uploads/2016/11/12299154_895868910520985_1719851105744746963_n-1.jpg',0,'attachment','image/jpeg',0),(826,2,'2019-11-04 20:40:10','2019-11-04 20:40:10','','CUba (69 of 69)','','inherit','open','closed','','cuba-69-of-69-2','','','2019-11-04 20:40:10','2019-11-04 20:40:10','',811,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/CUba-69-of-69-1.jpg',0,'attachment','image/jpeg',0),(827,2,'2019-11-04 20:41:04','2019-11-04 20:41:04','A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda.&nbsp;&nbsp;In addition, I’ve gained valuable global experience living, and working across four geographies (USA -California /Australia-Sydney /Asia/ and the UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment which cultivates awareness which creates space for personal growth of both the student and teacher.&nbsp;&nbsp;','Hayden Barile','','inherit','closed','closed','','811-revision-v1','','','2019-11-04 20:41:04','2019-11-04 20:41:04','',811,'https://himalayanhathayoga.com/811-revision-v1/',0,'revision','',0),(828,2,'2019-11-04 20:41:38','2019-11-04 20:41:38','A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda.&nbsp;&nbsp;In addition, I’ve gained valuable global experience living and working across four geographies (USA -California /Australia-Sydney /Asia and UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment that cultivates awareness which creates space for the personal growth of both the student and teacher.&nbsp;&nbsp;','Hayden Barile','','inherit','closed','closed','','811-revision-v1','','','2019-11-04 20:41:38','2019-11-04 20:41:38','',811,'https://himalayanhathayoga.com/811-revision-v1/',0,'revision','',0),(829,2,'2019-11-04 20:46:25','2019-11-04 20:46:25','','12299154_895868910520985_1719851105744746963_n','','inherit','open','closed','','12299154_895868910520985_1719851105744746963_n-3','','','2019-11-04 20:46:25','2019-11-04 20:46:25','',50,'https://himalayanhathayoga.com/wp-content/uploads/2016/11/12299154_895868910520985_1719851105744746963_n-2.jpg',0,'attachment','image/jpeg',0),(915,2,'2019-12-18 18:46:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-12-18 18:46:36','0000-00-00 00:00:00','',0,'https://himalayanhathayoga.com/?p=915',0,'post','',0),(836,2,'2019-11-04 23:13:26','2019-11-04 23:13:26','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83610000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907179364&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83610001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907410430&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83610003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907431675&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83610005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 23:13:26','2019-11-04 23:13:26','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(837,2,'2019-11-04 23:13:26','2019-11-04 23:13:26','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907179364&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907410430&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907431675&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in finibus ex. Nullam rhoncus erat et elit imperdiet auctor. Praesent molestie quam in diam consectetur placerat. Aliquam ultrices elementum lacus ac dapibus. Curabitur vulputate lobortis sem et hendrerit.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>Read More</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-04 23:13:26','2019-11-04 23:13:26','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(838,2,'2019-11-05 00:13:22','2019-11-05 00:13:22','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83810000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907179364&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83810001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907410430&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83810003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907431675&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-83810005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June<br />\n</strong>UK, BATH</h3>\n<p>The 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.</p>\n<p>Topics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-05 00:13:22','2019-11-05 00:13:22','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(839,2,'2019-11-05 00:13:22','2019-11-05 00:13:22','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-150-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;center&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;TEACHERS&#039; TRAINING AND CERTIFIED COURSES&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;background&quot;:{&quot;image&quot;:551,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg#1920x1274&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572819569030&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;center&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;2% 0% 5% 0%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:744,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828760_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d303fd1c89&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907179364&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010001&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>February-October 2020<br />\n</strong>UK, LONDON</h3>\n<p>There will be eight-weekend modules, one per month from February to October. These weekend modules make up most of the required hours, you will also be required to complete a further 26 hours under Yogi Ashokananda’s supervision and presence which will consist of additional workshops and classes at an additional cost based on location. You will also be required to observe classes (roughly equating to 10 hours) which are included in the course fee.</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><a href=\"http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html\"><span style=\"color: #f46455;\"><em><strong>read more&nbsp;</strong></em></span></a></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-1-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;200 HOURS&lt;br \\/&gt;\\nTEACHER TRAINING COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:743,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828726_640.jpg#640x425&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d31dc2d28e&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907410430&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010003&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogi Asohkananda </strong></h5>\n<h5 style=\"text-align: left;\"><strong>C</strong><strong>ertified by </strong><strong>Yogiville Gurukul &amp; Yoga Alliance Professionals<br />\n</strong></h5>\n<h3 style=\"text-align: left;\"><strong>3 - 23 January 2020<br />\n</strong>INDIA, YOGIVILLE</h3>\n<p>This special 3 weeks 200 hours teacher training intensive in Himalayan Hatha Yoga will take place in the beautiful and sacred surroundings of Tiruvannamalai, South India, at <a href=\"http://www.yogiville.life/\">Yogiville India</a>. Yogiville is close to the holy pilgrimage site of Mount Arunachala and home of the late Sri Ramana Maharshi.<br />\nThis teacher training program will allow you to experience both insight and exceptional training of the highest standards into the depths of Himalayan Hatha Yoga, meditation, philosophy and spirituality.&nbsp;</p>\n<p>Topics will include: Foundation and Philosophy of HHY; HHY Series; Asana Analysis; Anatomy &amp; Physiology (Practical application to HHY); Learning to Teach; Sacred Anatomy; Basic Meditation</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p><strong><a href=\"http://bit.ly/TTCApply\">TTC Application Form: </a></strong>When you are ready and would like to submit your application for consideration as a student candidate for the Teacher’s Training Course, please submit your details and application&nbsp;<a href=\"https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform\">here.</a></p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div><div id=\"pgc-150-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-150-1-2-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: center;\\&quot;&gt;100 HOURS&lt;br \\/&gt;\\nFOUNDATION COURSE&lt;\\/h1&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:745,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828764_640.jpg#640x427&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;25px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;569d322bb4731&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572907431675&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-15010005&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-150-1-2-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-2-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-150-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h5 style=\"text-align: left;\"><strong>Taught by Yogiville Gurukul Teachers</strong></h5>\n<h3 style=\"text-align: left;\"><strong>January - June<br />\n</strong>UK, BATH</h3>\n<p>The 100 hours foundation course is delivered by Yogiville Gurukul Teachers. The 100-hour foundation courses are for beginners interested inself-development with the potential to complete the full 200-hour TTC.</p>\n<p>Topics will include: Foundation and Principles of Himalayan Hatha Yoga, Himalayan Hatha Yoga Series 1 &amp; 2, Understanding of alignment, Basic breathing techniques, Build a basic, Use of props, explore the chakra system with a simple meditation practice for each chakra.</p>\n<p><a href=\"http://bit.ly/TTCProspectus\"><strong>Request for Information: </strong></a>If you require additional information about the Teacher’s Training Course, including the prospectus, please submit your request and details&nbsp;<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform\">here</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #f46455;\"><em><strong>read more</strong></em></span></p>\n</div>\n</div></div></div></div></div></div>','Trainings & Course','','inherit','closed','closed','','150-revision-v1','','','2019-11-05 00:13:22','2019-11-05 00:13:22','',150,'https://himalayanhathayoga.com/150-revision-v1/',0,'revision','',0),(842,2,'2019-11-06 17:21:40','2019-11-06 17:21:40','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Yoga &amp; Meditation Teacher</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Yoga & Meditation Teacher​​</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs','Home','','inherit','closed','closed','','76-revision-v1','','','2019-11-06 17:21:40','2019-11-06 17:21:40','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(843,2,'2019-11-06 17:22:22','2019-11-06 17:22:22','<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70586956_2288386291270868_7185025595200241664_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/73013799_2349672305142266_3994995381204156416_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70620720_2288394514603379_5050946166468902912_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>Himalayan Hatha Yoga </h4>		\n		<p>This site is dedicated to Himalayan Hatha Yoga (HHY) practice and open to anyone who wants to know more about this form of yoga and to follow the practice as student or teacher. Himalayan Hatha Yoga is one of the forms of yoga founded by <a href=\"http://www.yogiashokananda.com\">Yogi Ashokananda</a> and currently taught by him and many of his students who have trained with him in this discipline.</p>		\n			<h3>gurukul teaching team</h3>		\n							<figure>\n											<a href=\"http://www.yogiashokananda.com/\" data-elementor-open-lightbox=\"\">\n							<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/089A1463-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n											<figcaption>Yogi Ashokananda</figcaption>\n										</figure>\n			<h1>Founder of Himalayan Hatha Yoga<br>Master of Yoga and Meditation, Mentor, Trainer, Writer and Speaker</h1>		\n							<a href=\"https://www.facebook.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/Yogiashokananda\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/yogiashokananda/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1.png 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-150x150.png 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-300x300.png 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/Screenshot-2019-10-07-at-22.50.40-1-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Raj Patel</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/West-London-Yog-290214144445215/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_0553-2-2-2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hannah Moselhi​</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/HMoselhiYoga/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/hannahmoselhi/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/HB_head-1-of-2-1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Hayden Barile​</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/hayden.barile.3\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/haydenbarile/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"https://www.linkedin.com/in/hayden-barile-202a29/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241.jpeg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-300x300.jpeg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-10-20-at-01.16.241-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Kwok Ying Chan</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/kwokychan7\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/soulsista_7/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<figure>\n										<img width=\"1024\" height=\"1024\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/joe1a-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											<figcaption>Joseph Macnab</figcaption>\n										</figure>\n			<h2>Himalayan Hatha Yoga Leader</h2>		\n							<a href=\"https://www.facebook.com/ignitetherapies1/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://www.instagram.com/ignitetherapies/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n			<h4>FAQ</h4>		\n			<h5>Most frequent questions and answers</h5>		\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Where I can practice Himalayan Hatha Yoga?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Can I practice HHY online?</a>\n					<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/66071731_2145884235521075_3103242312356986880_o-272x182.jpg 272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>200 Hour <br>Teachers Training Courses</h3>		\n		<p>The 200 hour yoga teachers\' training certfication courses are certified by <a href=\"http://www.yogaallianceprofessionals.org/\">Yoga Alliance Professionals</a> and Yogiville Gurukul. Upon successful completion, you will be a fully qualified teacher in Himalayan Hatha Yoga and offered Yoga Alliance Professionals membership.</p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>. </p>		\n			<h3>100 Hour Foundation Courses</h3>		\n		<p>The 100 hour foundation course is delivered by Yogiville Gurukul\'s Senior Teachers. The 100-hour foundation courses are for beginners interested in self development with the potential to complete the full 200-hour TTC. </p><p>You can find more details <a href=\"https://himalayanhathayoga.com/teachers-training-courses/\">here</a>.  </p>		\n										<img width=\"1024\" height=\"683\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-1024x683.jpg 1024w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-300x200.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-768x512.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o-272x182.jpg 272w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/70701256_2288384997937664_7768169213537026048_o.jpg 1245w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		https://www.youtube.com/watch?v=Idq5QHAxSPs','Home','','inherit','closed','closed','','76-revision-v1','','','2019-11-06 17:22:22','2019-11-06 17:22:22','',76,'https://himalayanhathayoga.com/76-revision-v1/',0,'revision','',0),(849,2,'2019-11-09 18:33:08','2019-11-09 18:33:08','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Yoga Leader\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-09 18:33:08','2019-11-09 18:33:08','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(845,2,'2019-11-09 13:33:02','2019-11-09 13:33:02','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-09 13:33:02','2019-11-09 13:33:02','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(846,2,'2019-11-09 13:42:57','2019-11-09 13:42:57','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							Himalayan Hatha Yoga helped me to\nhealed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-09 13:42:57','2019-11-09 13:42:57','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(852,2,'2019-11-09 21:33:59','2019-11-09 21:33:59','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Yoga Teacher, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-09 21:33:59','2019-11-09 21:33:59','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(848,2,'2019-11-09 13:57:23','2019-11-09 13:57:23','','Joseph Macnab Headshhot','','inherit','open','closed','','joseph-macnab-headshhot','','','2019-11-09 13:57:23','2019-11-09 13:57:23','',712,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg',0,'attachment','image/jpeg',0),(851,2,'2019-11-09 21:31:47','2019-11-09 21:31:47','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Yoga Teacher, Therapist\n							<img src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/09/ava2.png\" title=\"\" alt=\"\" />						\n													Mike Stuart\n																			Support','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-09 21:31:47','2019-11-09 21:31:47','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(858,2,'2019-11-10 21:38:46','2019-11-10 21:38:46','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"215\" height=\"215\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg 215w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n-150x150.jpg 150w\" sizes=\"(max-width: 215px) 100vw, 215px\" />						\n													Szilvia Cseh\n																			HHY Student\n							xxxx\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Yoga Teacher, Therapist\n							xxxx\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 21:38:46','2019-11-10 21:38:46','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(853,2,'2019-11-10 21:31:43','2019-11-10 21:31:43','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Leader, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Yoga Teacher | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Yoga Teacher, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 21:31:43','2019-11-10 21:31:43','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(857,2,'2019-11-10 21:37:39','2019-11-10 21:37:39','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"215\" height=\"215\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg 215w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n-150x150.jpg 150w\" sizes=\"(max-width: 215px) 100vw, 215px\" />						\n													Szilvia Cseh\n																			HHY Student\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Yoga Teacher, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 21:37:39','2019-11-10 21:37:39','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(855,2,'2019-11-10 21:35:26','2019-11-10 21:35:26','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Mac\n																			HHY Yoga Teacher, Therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 21:35:26','2019-11-10 21:35:26','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(856,2,'2019-11-10 21:36:15','2019-11-10 21:36:15','','74529149_436804783651628_7214378179090186240_n','','inherit','open','closed','','74529149_436804783651628_7214378179090186240_n','','','2019-11-10 21:36:15','2019-11-10 21:36:15','',712,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg',0,'attachment','image/jpeg',0),(863,2,'2019-11-10 22:47:30','2019-11-10 22:47:30','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Tui Na massage therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"215\" height=\"215\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg 215w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n-150x150.jpg 150w\" sizes=\"(max-width: 215px) 100vw, 215px\" />						\n													Szilvia Cseh\n																			HHY Student\n							xxxx\n							<img width=\"1107\" height=\"1107\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg 1107w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-1024x1024.jpg 1024w\" sizes=\"(max-width: 1107px) 100vw, 1107px\" />						\n													Monica Petrascu\n																			HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\n							xxxx\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 22:47:30','2019-11-10 22:47:30','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(865,2,'2019-11-10 23:27:57','2019-11-10 23:27:57','<h4>Testimonials</h4>		\n							Himalayan Hatha Yoga changed and shaped my life and practise \nin: learning to be absolutely present and focused by connecting the breath to movement, recovering physical ailments and injuries by working with the alignment principles of HHY, observing and realising habits and reactions on a physical , emotional and spiritual level and implementing changes into daily life.\n							<img width=\"400\" height=\"401\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11.jpeg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-150x150.jpeg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/WhatsApp-Image-2019-08-01-at-22.57.11-300x300.jpeg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Sinta Soekadarova\n																			HHY Leader | Brand Ambasador\n							I discovered Yogi Ashokananda and Himalayan Hatha Yoga when I had a serious back injury. I was told by a doctor on Harley Street, that I had disc degeneration, and that I needed a steroid injection as a short term fix and to replace my disc between L4-L5. Lucky I discovered Yogi at this time. The specialised sequencing, strong and yet slow movements combined with internally working with the Bandhas and the breath, help to rebuild my body to be strong and flexible. My mind has become strong and clear. A while new world has opened up to me on this never ending journey of yoga. I now live pain free in an open and stable body. Thank you Yogi...​\n							<img width=\"1066\" height=\"1600\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot.jpeg 1066w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-200x300.jpeg 200w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-768x1153.jpeg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/Joseph-Macnab-Headshhot-682x1024.jpeg 682w\" sizes=\"(max-width: 1066px) 100vw, 1066px\" />						\n													Joseph Macnab\n																			HHY Leader, Tui Na massage therapist\n							Himalayan Hatha Yoga helped me to healed and recovered my body completely from major injuries with using the correct alignments, bandha locks and breath-work, to release emotional and physical blockages through asana practices which led to a deeper understanding of myself and relationship with others. When I started to experience these practices on a more subtle level I felt lighter in the body, uplifted and energised which helped me to become centred and present.​\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Leader, Physiotherapist\n							Himalayan Hatha Yoga has completely changed my perception about what yoga is. Breathing fully and being aware of the body throughout the practise, using energetic locks, applying the counterforce, these all helped me to go much deeper into each asana at a physical, mental and spiritual level as well. Applying these Himalayan Hatha Principles has helped me to start my journey to awaken my body and my mind.\n							<img width=\"215\" height=\"215\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n.jpg 215w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/74529149_436804783651628_7214378179090186240_n-150x150.jpg 150w\" sizes=\"(max-width: 215px) 100vw, 215px\" />						\n													Szilvia Cseh\n																			HHY Student\n							Ghbshjabhja\n							<img width=\"1107\" height=\"1107\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o.jpg 1107w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-300x300.jpg 300w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-768x768.jpg 768w, https://himalayanhathayoga.com/wp-content/uploads/2019/11/12240241_10154291723078066_1311007848745858583_o-1024x1024.jpg 1024w\" sizes=\"(max-width: 1107px) 100vw, 1107px\" />						\n													Monica Petrascu\n																			HHY Student, Ayurvedic Massage Therapist, Reiki Practitioner\n							xxxx\n							<img width=\"400\" height=\"400\" src=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg\" alt=\"\" srcset=\"https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292.jpg 400w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-150x150.jpg 150w, https://himalayanhathayoga.com/wp-content/uploads/2019/10/IMG_2292-300x300.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />						\n													Denes Boroka\n																			HHY Yoga Teacher, Physiotherapist​','Testimonials','','inherit','closed','closed','','712-revision-v1','','','2019-11-10 23:27:57','2019-11-10 23:27:57','',712,'https://himalayanhathayoga.com/712-revision-v1/',0,'revision','',0),(894,2,'2019-11-13 18:42:08','2019-11-13 18:42:08','Anthea is the&nbsp;<a href=\"http://www.salisbury-yoga.co.uk/\">Karma Centre</a>&nbsp;studio owner and a Senior Yoga Teacher. In addition to qualifying with the British Wheel of Yoga, she has studied Ashtanga with David Swenson, Vinyasa Flow with Shiva Rea and Iyengar based Yoga Therapy with Doug Keller. Since 2012 she has studied extensively with Yogi Ashokananda in India and the UK.&nbsp;Yogi Ashokananda<em>’s</em>&nbsp;has deepened my understanding of the asana and helped me to understand the importance of sequencing and its effect on calming the nervous system, stimulating the digestive system and balancing the endocrine systems.\r\n\r\nAnthea started teaching public classes in 1990 and has been based in Salisbury since 2010. She runs Yoga Retreats and Teacher Training Foundation Courses on behalf of the Yogi Ashokananda School, Academy of Yoga &amp; Meditation.\r\n\r\nAnthea teaches a variety of classes; Himalayan Hatha Yoga, Prana Kriya Yoga, Meditation / Mindfulness and Pranayama.&nbsp; You can expect to be challenged, whether you are a beginner, or more accomplished yoga practioner. She enjoys teaching flowing sequences, which is evident in her teaching, as well as holding postures to strength and refine.&nbsp;Her style has been influenced by her love of traditional Prana Kriya which focuses on the breath and Pranayama (breathing techniques).\r\n\r\nAnthea is passionate about the therapeutic aspect of yoga. She teaches the Wellbeing Group for Salisbury District Hospital and specialises in Restorative Yoga, Chair Yoga &amp; Meditation.','Anthea Aireton-Downer','','inherit','closed','closed','','50-revision-v1','','','2019-11-13 18:42:08','2019-11-13 18:42:08','',50,'https://himalayanhathayoga.com/50-revision-v1/',0,'revision','',0),(883,2,'2019-11-13 16:20:12','2019-11-13 16:20:12','A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda. In addition, I’ve gained valuable global experience living and working across four geographies (USA -California /Australia-Sydney /Asia and UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment that cultivates awareness which creates space for the personal growth of both the student and teacher.&nbsp;&nbsp;','Hayden Barile','','inherit','closed','closed','','811-revision-v1','','','2019-11-13 16:20:12','2019-11-13 16:20:12','',811,'https://himalayanhathayoga.com/811-revision-v1/',0,'revision','',0),(887,2,'2019-11-13 18:17:23','2019-11-13 18:17:23','Having worked as a Tui Na (deep tissue acupressure) massage therapist and PT for many years, Joe had a vast understanding of the body and its innate healing power. So when a serious back injury struck, he knew it was possible to rehabilitate himself. It was a long road back, dealing with restricted movement, pain, anxiety, fear and stress. Fortunately, Joe crossed paths with Yogi Ashokanada and began the journey of rehabilitating his body, mind and spirit. After attending Yogi’s Prana Kriya Yoga classes for a couple of years, big shifts started to happen, the pain and anxiety went, and internal strength and clarity started to emerge. Forever changed by the transformation that was taking place Joe went off to India where he trained under Yogi’s tutelage to become a teacher of Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation. Joe now teaches weekly classes in these disciplines out of his clinic in Bath, called Well Bath, http://well-bath.co.uk Alongside his practice of other bodywork healing modalities.\r\n\r\nThese practices have helped him become pain-free, happy and able again; he now shares these techniques facilitating others back to health, developing clarity of mind and internal strength.','Joseph Macnab','','publish','open','open','','joseph-macnab','','','2019-11-13 18:36:24','2019-11-13 18:36:24','',0,'https://himalayanhathayoga.com/?p=887',0,'post','',0),(891,2,'2019-11-13 18:34:22','2019-11-13 18:34:22','Having worked as a Tui Na (deep tissue acupressure) massage therapist and PT for many years, Joe had a vast understanding of the body and its innate healing power. So when a serious back injury struck, he knew it was possible to rehabilitate himself. It was a long road back, dealing with restricted movement, pain, anxiety, fear and stress. Fortunately, Joe crossed paths with Yogi Ashokanada and began the journey of rehabilitating his body, mind and spirit. After attending Yogi’s Prana Kriya Yoga classes for a couple of years, big shifts started to happen, the pain and anxiety went, and internal strength and clarity started to emerge. Forever changed by the transformation that was taking place Joe went off to India where he trained under Yogi’s tutelage to become a teacher of Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation. Joe now teaches weekly classes in these disciplines out of his clinic in Bath, called Well Bath, http://well-bath.co.uk Alongside his practice of other bodywork healing modalities.\n\nThese practices have helped him become pain-free, happy and able again; he now shares these techniques facilitating others back to health, developing clarity of mind and internal strength.','Joseph Macnab','','inherit','closed','closed','','887-autosave-v1','','','2019-11-13 18:34:22','2019-11-13 18:34:22','',887,'https://himalayanhathayoga.com/887-autosave-v1/',0,'revision','',0),(889,2,'2019-11-13 18:17:23','2019-11-13 18:17:23','Having worked as a Tui Na (deep tissue acupressure) massage therapist and PT for many years, Joe had a vast understanding of the body and its innate healing power. So when a serious back injury struck, he knew it was possible to rehabilitate himself. It was a long road back, dealing with restricted movement, pain, anxiety, fear and stress. Fortunately, Joe crossed paths with Yogi Ashokanada and began the journey of rehabilitating his body, mind and spirit. After attending Yogi’s Prana Kriya Yoga classes for a couple of years, big shifts started to happen, the pain and anxiety went, and internal strength and clarity started to emerge. Forever changed by the transformation that was taking place Joe went off to India where he trained under Yogi’s tutelage to become a teacher of Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation. Joe now teaches weekly classes in these disciplines out of his clinic in Bath, called Well bath, http://well-bath.co.uk Alongside his practice of other bodywork healing modalities.\r\n\r\nThese practices have helped him become pain-free, happy and able again; he now shares these techniques facilitating others back to health, developing clarity of mind and internal strength.','Joseph Macnab','','inherit','closed','closed','','887-revision-v1','','','2019-11-13 18:17:23','2019-11-13 18:17:23','',887,'https://himalayanhathayoga.com/887-revision-v1/',0,'revision','',0),(892,2,'2019-11-13 18:34:56','2019-11-13 18:34:56','Having worked as a Tui Na (deep tissue acupressure) massage therapist and PT for many years, Joe had a vast understanding of the body and its innate healing power. So when a serious back injury struck, he knew it was possible to rehabilitate himself. It was a long road back, dealing with restricted movement, pain, anxiety, fear and stress. Fortunately, Joe crossed paths with Yogi Ashokanada and began the journey of rehabilitating his body, mind and spirit. After attending Yogi’s Prana Kriya Yoga classes for a couple of years, big shifts started to happen, the pain and anxiety went, and internal strength and clarity started to emerge. Forever changed by the transformation that was taking place Joe went off to India where he trained under Yogi’s tutelage to become a teacher of Himalayan Hatha Yoga, Prana Kriya Yoga and Atma Meditation. Joe now teaches weekly classes in these disciplines out of his clinic in Bath, called Well Bath, http://well-bath.co.uk Alongside his practice of other bodywork healing modalities.\r\n\r\nThese practices have helped him become pain-free, happy and able again; he now shares these techniques facilitating others back to health, developing clarity of mind and internal strength.','Joseph Macnab','','inherit','closed','closed','','887-revision-v1','','','2019-11-13 18:34:56','2019-11-13 18:34:56','',887,'https://himalayanhathayoga.com/887-revision-v1/',0,'revision','',0),(893,2,'2019-11-13 18:36:07','2019-11-13 18:36:07','','JosephMacnab','','inherit','open','closed','','josephmacnab-2','','','2019-11-13 18:36:07','2019-11-13 18:36:07','',887,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/JosephMacnab-1.jpg',0,'attachment','image/jpeg',0),(896,2,'2019-11-13 19:13:50','2019-11-13 19:13:50','<p class=\"normal\"><span lang=\"EN\">Hannah is a yoga and meditation teacher trained in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, Power Yoga, and Meditation &amp; Mindfulness. With additional trainings including yoga for professional athletes, and trauma-informed yoga in prisons, Hannah has a diverse range of knowledge and experience. </span></p>\r\n<p class=\"normal\"><span lang=\"EN\">As a qualified yoga therapist with certified 550-hour training, Hannah uses the therapeutic tools of yoga to guide people who are experiencing physical and mental health issues, particularly depression, anxiety, trauma, and addiction.</span></p>\r\n<p class=\"normal\"><span lang=\"EN\">Experiencing yoga’s powerful self-healing properties for herself, Hannah shares all aspects of yoga from an authentic place of love and compassion. She organises and teaches retreats and conferences in the UK, Croatia and India, with classes, workshops and private sessions across London.</span></p>','Hannah Moselhi','','publish','open','open','','hannah-moselhi','','','2019-11-13 19:26:11','2019-11-13 19:26:11','',0,'https://himalayanhathayoga.com/?p=896',0,'post','',0),(901,2,'2019-11-13 19:25:58','2019-11-13 19:25:58','','','','inherit','open','closed','','rpt','','','2019-11-13 19:26:06','2019-11-13 19:26:06','',896,'https://himalayanhathayoga.com/wp-content/uploads/2019/11/IMG_20190831_070246.jpg',0,'attachment','image/jpeg',0),(898,2,'2019-11-13 19:13:50','2019-11-13 19:13:50','<p class=\"normal\"><span lang=\"EN\">Hannah is a yoga and meditation teacher trained in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, Power Yoga, and Meditation &amp; Mindfulness.&nbsp; With additional trainings including yoga for professional athletes, and trauma-informed yoga in prisons, Hannah has a diverse range of knowledge and experience. </span></p>\r\n<p class=\"normal\"><span lang=\"EN\">As a qualified yoga therapist with certified 550-hour training, Hannah uses the therapeutic tools of yoga to guide people who are experiencing physical and mental health issues, particularly depression, anxiety, trauma, and addiction.</span></p>\r\n<p class=\"normal\"><span lang=\"EN\">Experiencing yoga’s powerful self-healing properties for herself, Hannah shares all aspects of yoga from an authentic place of love and compassion. She organises and teaches retreats and conferences in the UK, Croatia and India, with classes, workshops and private sessions across London.</span></p>','Hannah Moselhi','','inherit','closed','closed','','896-revision-v1','','','2019-11-13 19:13:50','2019-11-13 19:13:50','',896,'https://himalayanhathayoga.com/896-revision-v1/',0,'revision','',0),(900,2,'2019-11-13 19:24:33','2019-11-13 19:24:33','<p class=\"normal\"><span lang=\"EN\">Hannah is a yoga and meditation teacher trained in <a href=\"http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html\">Himalayan Hatha Yoga</a>, <a href=\"http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html\">Prana Kriya Yoga</a>, Power Yoga, and Meditation &amp; Mindfulness. With additional trainings including yoga for professional athletes, and trauma-informed yoga in prisons, Hannah has a diverse range of knowledge and experience. </span></p>\r\n<p class=\"normal\"><span lang=\"EN\">As a qualified yoga therapist with certified 550-hour training, Hannah uses the therapeutic tools of yoga to guide people who are experiencing physical and mental health issues, particularly depression, anxiety, trauma, and addiction.</span></p>\r\n<p class=\"normal\"><span lang=\"EN\">Experiencing yoga’s powerful self-healing properties for herself, Hannah shares all aspects of yoga from an authentic place of love and compassion. She organises and teaches retreats and conferences in the UK, Croatia and India, with classes, workshops and private sessions across London.</span></p>','Hannah Moselhi','','inherit','closed','closed','','896-revision-v1','','','2019-11-13 19:24:33','2019-11-13 19:24:33','',896,'https://himalayanhathayoga.com/896-revision-v1/',0,'revision','',0),(910,2,'2019-11-14 13:26:26','2019-11-14 13:26:26','<div id=\"pl-145\"  class=\"panel-layout\" ><div id=\"pg-145-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-145-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:727,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/10\\/mountain-690122_1920.jpg#1920x1077&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:564,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:728,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:760,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]},{&quot;content&quot;:&quot;&quot;,&quot;content_selected_editor&quot;:&quot;tinymce&quot;,&quot;background&quot;:{&quot;image&quot;:753,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/09\\/trekking-299000_1920.jpg#1920x1285&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:100,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false,&quot;videos&quot;:[]},&quot;buttons&quot;:[]}],&quot;controls&quot;:{&quot;speed&quot;:200,&quot;timeout&quot;:2000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;nav_always_show_mobile&quot;:false,&quot;swipe&quot;:false,&quot;background_video_mobile&quot;:false},&quot;design&quot;:{&quot;height&quot;:false,&quot;height_unit&quot;:&quot;px&quot;,&quot;height_responsive&quot;:false,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;350px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:false,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext_compressor&quot;:0,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:false,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:0,&quot;link_color&quot;:false,&quot;link_color_hover&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;fittext&quot;:false},&quot;_sow_form_id&quot;:&quot;19347426205dbb5d7216fa1415003720&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572870359686&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-14510000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-row-style panel-row-style-for-145-1\" ><div id=\"pgc-145-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-145-1-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#2cb1e2&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga is one of the forms of yoga founded and taught by Yogi Ashokananda. It is based on traditional principles of yoga. A strong, yet supportive form of yoga, working through the entire body, cleansing and revitalising through special sequencing with a combination of subtle body exercise.&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#4c4c4c&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;left&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c6227d429&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572534070016&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510001&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-145-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div></div></div><div id=\"pg-145-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5%&quot;,&quot;background&quot;:&quot;#2cb1e2&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-145-2\" data-stretch-type=\"full\" ><div id=\"pgc-145-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.3\" ></div><div id=\"pgc-145-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-145-2-1-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 30px 0px 0px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Himalayan Hatha Yoga benefits&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;create lightness, freedom and space within your body | cleansing, purifying, revitalizing the entire body | massaging the internal organs | increase flexibility, strength, vitality | physical power &amp;amp; muscular energy | release toxins from your systems, organs &amp;amp; muscles | builds core strength | connection to your body | good for weight loss | awareness of your inner confidence | relaxing the mind | improves balance and posture | overall well-being&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Open Sans:300&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;right&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;5635c9496f3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572549562812&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510002&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-2-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 30px 0px 0px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-145-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;65px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div id=\"pgc-145-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-145-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"3\"  data-label=\"Daily Specials\" ><div id=\"pgc-145-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-4-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;21363987255dab5ee047433254892326&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510003&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-145-4-0-1\" class=\"so-panel widget widget_sow-headline panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;\\&quot;A STRONG, YET SUPPORTIVE FORM OF YOGA, WORKING THROUGH THE ENTIRE BODY, CLEANSING AND REVITALISING.\\&quot; Yogi Ashokananda&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;14832268075dab5ee5792f3139850132&quot;,&quot;_sow_form_timestamp&quot;:&quot;1572540356201&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510004&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-4-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-145-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-color-label=\"1\"  data-label=\"Gallery\" ><div id=\"pgc-145-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-145-5-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h1&quot;,&quot;color&quot;:&quot;#aba074&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;Helvetica Neue&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;#000000&quot;,&quot;hover_color&quot;:false,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:false,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;line_height&quot;:false,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:false},&quot;divider&quot;:{&quot;style&quot;:&quot;dotted&quot;,&quot;color&quot;:&quot;#404040&quot;,&quot;thickness&quot;:0,&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;margin&quot;:false,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0,&quot;_sow_form_id&quot;:&quot;20531447905dbf62f8e053e498413450&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;fittext&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-14510005&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-145-5-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About us','','inherit','closed','closed','','145-revision-v1','','','2019-11-14 13:26:26','2019-11-14 13:26:26','',145,'https://himalayanhathayoga.com/145-revision-v1/',0,'revision','',0),(911,2,'2019-11-14 13:49:02','2019-11-14 13:49:02','A solid connection with mind and body began early in life as a top-ranked US national downhill ski racer. After finishing a successful athletic career, I attended my first yoga class in 2002 and began to build a foundation around body movement and breath.&nbsp;I have been practising yoga and meditating intensively over the last 7 years with over 500 hours of teacher training with Yogi Ashokananda. In addition, I’ve gained valuable global experience living and working across four geographies (USA -California /Australia-Sydney /Asia and UK) while transitioning the experience of a professional athlete, engineer, coach, corporate trainer/presenter to teaching yoga, and meditation. I enjoy helping others find opportunities for growth, by providing a challenging and nurturing&nbsp;environment where students can explore their boundaries, and overcome challenges both on and off the matt. I enjoy teaching yoga and meditation because it provides a shared environment that cultivates awareness which creates space for the personal growth of both the student and teacher.&nbsp;&nbsp;		\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Youtube\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Skype\n									</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Whatsapp\n									</a>','Hayden Barile','','inherit','closed','closed','','811-revision-v1','','','2019-11-14 13:49:02','2019-11-14 13:49:02','',811,'https://himalayanhathayoga.com/811-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wpvq_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_posts` with 488 row(s)
--

--
-- Table structure for table `wpvq_term_relationships`
--

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

--
-- Dumping data for table `wpvq_term_relationships`
--

LOCK TABLES `wpvq_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpvq_term_relationships` DISABLE KEYS */;
INSERT INTO `wpvq_term_relationships` VALUES (106,5,0),(184,5,0),(108,5,0),(811,3,0),(154,2,0),(152,2,0),(717,4,0),(50,3,0),(155,2,0),(185,5,0),(186,5,0),(191,11,0),(199,17,0),(202,17,0),(203,17,0),(204,17,0),(205,17,0),(206,17,0),(207,17,0),(208,17,0),(209,17,0),(210,17,0),(211,17,0),(212,17,0),(213,17,0),(214,17,0),(811,22,0),(50,7,0),(255,2,0),(560,2,0),(298,2,0),(811,7,0),(714,2,0),(351,6,0),(50,22,0),(353,6,0),(896,3,0),(887,22,0),(887,3,0),(887,7,0),(896,22,0),(896,7,0);
/*!40000 ALTER TABLE `wpvq_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_term_relationships` with 42 row(s)
--

--
-- Table structure for table `wpvq_term_taxonomy`
--

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

--
-- Dumping data for table `wpvq_term_taxonomy`
--

LOCK TABLES `wpvq_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpvq_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpvq_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,7),(3,3,'category','',0,4),(4,4,'elementor_library_type','',0,1),(5,5,'nav_menu','',0,5),(6,6,'nav_menu','',0,2),(7,7,'category','',0,4),(8,8,'tribe_events_cat','',0,0),(9,9,'tribe_events_cat','',0,0),(10,10,'tribe_events_cat','',0,0),(11,11,'tribe_events_cat','',0,1),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'event-categories','Himalayan Hatha Yoga Teacher Offering community classes to charitable causes.',0,0),(17,17,'event-categories','Himalayan Hatha Yoga classes offered in studio and privately hired premies',0,14),(18,18,'event-categories','Himalayan Hatha Yoga workshop to deepen the understating the practises',0,0),(19,19,'event-categories','Himalayan Hatha Yoga teachers training courses',0,0),(20,20,'category','Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum nulla metus metus ullamcorper.\r\n',0,0),(21,21,'category','',0,0),(22,22,'category','',0,4),(29,29,'category','',0,0),(24,24,'category','',20,0),(25,25,'category','',20,0),(26,26,'category','',20,0),(27,27,'category','',20,0),(28,28,'category','',0,0);
/*!40000 ALTER TABLE `wpvq_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_term_taxonomy` with 28 row(s)
--

--
-- Table structure for table `wpvq_termmeta`
--

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

--
-- Dumping data for table `wpvq_termmeta`
--

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

-- Dumped table `wpvq_termmeta` with 0 row(s)
--

--
-- Table structure for table `wpvq_terms`
--

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

--
-- Dumping data for table `wpvq_terms`
--

LOCK TABLES `wpvq_terms` WRITE;
/*!40000 ALTER TABLE `wpvq_terms` DISABLE KEYS */;
INSERT INTO `wpvq_terms` VALUES (1,'Himalayan Hatha Yoga Asana','himalayan-hatha-yoga-asana',0),(2,'main menu','main-menu',0),(3,'Himalayan Hatha Yoga Teachers','himalayan-hatha-yoga-teachers',0),(4,'page','page',0),(5,'Footer Menu','footer-menu',0),(6,'Left Menu','left-menu',0),(7,'Yogiville Gurukul Teachers','yogiville-gurukul-teachers',0),(8,'Workshops','workshops',0),(9,'Teachers Training','teachers-training',0),(10,'Charity classes','charity-classes',0),(11,'Studio Classes','studio-classes',0),(12,'Teacherstraining','teacherstraining',0),(13,'Workshop','workshop',0),(14,'Yoga teacher training','yoga-teacher-training',0),(15,'himalayan hatha yoga','himalayan-hatha-yoga',0),(16,'charity clases','charity-clases',0),(17,'Studio Classes','studio-classes',0),(18,'Workshops','workshops',0),(19,'Teachers Training','teachers-training',0),(20,'Himalayan Hatha Yoga Courses','himalayan-hatha-yoga-courses',0),(21,'100 Hours Course Completed','100-hours-course-completed',0),(22,'200 Hours course completed','200-hours-course-completed',0),(24,'100 hour foundation course','100-hour-foundation-course',0),(25,'200 hour basic teachers training course','200-hour-basic-teachers-training-course',0),(26,'100 hour Foundation trainee training course','100-hour-foundation-trainee-training-course',0),(27,'200 hour advance teachers training course','200-hour-advance-teachers-training-course',0),(28,'Himalayan Hatha Yoga Classes','himalayan-hatha-yoga-classes',0),(29,'Blog','blog',0);
/*!40000 ALTER TABLE `wpvq_terms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_terms` with 28 row(s)
--

--
-- Table structure for table `wpvq_usermeta`
--

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

--
-- Dumping data for table `wpvq_usermeta`
--

LOCK TABLES `wpvq_usermeta` WRITE;
/*!40000 ALTER TABLE `wpvq_usermeta` DISABLE KEYS */;
INSERT INTO `wpvq_usermeta` VALUES (1,1,'nickname','yogivillegurukul'),(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,'wpvq_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpvq_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"8278f75ac0b4676ca0deab6c479558b003e639ef29cb0c4f0fc6f3750a2fdcce\";a:4:{s:10:\"expiration\";i:1573569685;s:2:\"ip\";s:10:\"80.2.240.3\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.2 Safari/605.1.15\";s:5:\"login\";i:1572360085;}}'),(17,1,'wpvq_dashboard_quick_press_last_post_id','656'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"80.2.240.0\";}'),(19,2,'nickname','monica'),(20,2,'first_name',''),(21,2,'last_name',''),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','fresh'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'wpvq_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'wpvq_user_level','10'),(32,2,'dismissed_wp_pointers',''),(33,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1569015246;}'),(34,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\";}'),(35,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(36,1,'tribe_setDefaultNavMenuBoxes','1'),(37,1,'nav_menu_recently_edited','6'),(38,1,'wpvq_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&siteorigin_panels_setting_tab=general&advImgDetails=show'),(39,1,'wpvq_user-settings-time','1569775303'),(40,1,'elementor_introduction','a:2:{s:7:\"flexbox\";b:1;s:10:\"rightClick\";b:1;}'),(41,1,'closedpostboxes_tribe_events','a:0:{}'),(42,1,'metaboxhidden_tribe_events','a:1:{i:0;s:7:\"slugdiv\";}'),(43,1,'manageedit-eventcolumnshidden','a:1:{i:0;s:8:\"event-id\";}'),(44,1,'closedpostboxes_page','a:1:{i:0;s:23:\"astra_settings_meta_box\";}'),(45,1,'metaboxhidden_page','a:0:{}'),(46,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:31:\"boldgrid_backup_upgrade_premium\";s:9:\"timestamp\";i:1569160187;}'),(47,1,'bglibDashboardOrder','1'),(48,1,'so_panels_directory_enabled','1'),(49,2,'default_password_nag',''),(50,2,'session_tokens','a:1:{s:64:\"621d217e98fffe61d3d86dc07c14765ace44bef612a1a9df23e703ec227c1621\";a:4:{s:10:\"expiration\";i:1576867589;s:2:\"ip\";s:10:\"80.2.240.3\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15\";s:5:\"login\";i:1576694789;}}'),(51,2,'bglibDashboardOrder','1'),(52,2,'wpvq_dashboard_quick_press_last_post_id','915'),(53,2,'community-events-location','a:1:{s:2:\"ip\";s:10:\"80.2.240.0\";}'),(54,1,'teasers_dismissed','a:1:{s:18:\"sow-simple-masonry\";b:1;}'),(55,1,'wpvq_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:622:\"<p>The <em>Google XML Sitemaps</em> plugin might cause issues when used in conjunction with Yoast SEO.</p><p>Both Yoast SEO and Google XML Sitemaps can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.<br/><br/><a class=\"button\" href=\"https://himalayanhathayoga.com/wp-admin/admin.php?page=wpseo_dashboard#top#features\">Toggle Yoast SEO\'s XML Sitemap</a></p><a class=\"button button-primary\" href=\"plugins.php?action=deactivate&amp;plugin=google-sitemap-generator%2Fsitemap.php&amp;plugin_status=all&amp;_wpnonce=e0215ac6f2\">Deactivate Google XML Sitemaps</a> \";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:47:\"wpseo-conflict-d3e7311d20ccd459ef1ade2a522ccfe6\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(56,2,'_yoast_wpseo_profile_updated','1569754105'),(57,1,'_yoast_wpseo_profile_updated','1569754105'),(58,1,'closedpostboxes_post','a:1:{i:0;s:13:\"pageparentdiv\";}'),(59,1,'metaboxhidden_post','a:8:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";i:2;s:13:\"trackbacksdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),(61,2,'wpvq_user-settings','editor=html&libraryContent=browse'),(62,2,'wpvq_user-settings-time','1573737349'),(63,2,'elementor_introduction','a:2:{s:10:\"rightClick\";b:1;s:7:\"flexbox\";b:1;}'),(64,2,'nav_menu_recently_edited','2'),(65,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(66,2,'metaboxhidden_nav-menus','a:3:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";i:2;s:11:\"add-ngg_tag\";}'),(67,2,'so_panels_directory_enabled','1'),(68,2,'jetpack_tracks_anon_id','jetpack:sdQcP5KOhkc3myydNX5WjEBc');
/*!40000 ALTER TABLE `wpvq_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_usermeta` with 67 row(s)
--

--
-- Table structure for table `wpvq_users`
--

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

--
-- Dumping data for table `wpvq_users`
--

LOCK TABLES `wpvq_users` WRITE;
/*!40000 ALTER TABLE `wpvq_users` DISABLE KEYS */;
INSERT INTO `wpvq_users` VALUES (1,'yogivillegurukul','$P$B7CO5769pu1H0ULfKa06OraqvWwV6k/','yogivillegurukul','yogivillegurukul@gmail.com','','2019-09-20 21:25:23','',0,'yogivillegurukul'),(2,'monica','$P$Bw1yVdPbRrXMBoHHfJXavJ2.pQ2t0C.','monica','petrascumonica@gmail.com','','2019-09-20 21:30:35','',0,'monica');
/*!40000 ALTER TABLE `wpvq_users` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_users` with 2 row(s)
--

--
-- Table structure for table `wpvq_wpforms_lite`
--

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

--
-- Dumping data for table `wpvq_wpforms_lite`
--

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

-- Dumped table `wpvq_wpforms_lite` with 0 row(s)
--

--
-- Table structure for table `wpvq_yoast_seo_links`
--

DROP TABLE IF EXISTS `wpvq_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=12903 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_yoast_seo_links`
--

LOCK TABLES `wpvq_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpvq_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpvq_yoast_seo_links` VALUES (12528,'https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform',150,0,'external'),(12526,'#',150,0,'internal'),(12527,'http://bit.ly/TTCProspectus',150,0,'external'),(12525,'#',150,0,'internal'),(12524,'#',150,0,'internal'),(12522,'http://bit.ly/TTCApply',150,0,'external'),(12521,'https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform',150,0,'external'),(12520,'http://bit.ly/TTCProspectus',150,0,'external'),(12519,'http://www.yogiville.life/',150,0,'external'),(12518,'#',150,0,'internal'),(12516,'#',150,0,'internal'),(12517,'#',150,0,'internal'),(12515,'http://www.yogiashokananda.com/info/40/Himalayan-Hatha-Yoga.html',150,0,'external'),(12511,'http://bit.ly/TTCProspectus',150,0,'external'),(12512,'https://docs.google.com/forms/d/e/1FAIpQLSdkQ8xHgSyNqyCaaEhfZ1zKwEy7CyMYchsxH6r2-rcM2598lQ/viewform',150,0,'external'),(12523,'https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform',150,0,'external'),(12890,'',811,0,'internal'),(12771,'https://himalayanhathayoga.com/teachers-training-courses/',76,150,'internal'),(12770,'https://himalayanhathayoga.com/teachers-training-courses/',76,150,'internal'),(12769,'http://www.yogaallianceprofessionals.org/',76,0,'external'),(12768,'',76,0,'internal'),(12767,'',76,0,'internal'),(12765,'',76,0,'internal'),(12766,'',76,0,'internal'),(12763,'',76,0,'internal'),(12764,'',76,0,'internal'),(12762,'https://www.instagram.com/ignitetherapies/',76,0,'external'),(12761,'https://www.facebook.com/ignitetherapies1/',76,0,'external'),(12760,'https://www.instagram.com/soulsista_7/',76,0,'external'),(12757,'https://www.youtube.com/channel/UCdkDsGl_-7wfVB4sU920KPA',76,0,'external'),(12759,'https://www.facebook.com/kwokychan7',76,0,'external'),(12758,'https://www.linkedin.com/in/hayden-barile-202a29/',76,0,'external'),(12756,'https://www.instagram.com/haydenbarile/',76,0,'external'),(12755,'https://www.facebook.com/hayden.barile.3',76,0,'external'),(12754,'https://www.instagram.com/hannahmoselhi/',76,0,'external'),(12753,'https://www.facebook.com/HMoselhiYoga/',76,0,'external'),(12751,'https://www.linkedin.com/in/yogiashokananda/',76,0,'external'),(12749,'https://www.instagram.com/yogiashokananda/',76,0,'external'),(12750,'https://www.youtube.com/channel/UCIBL7b0bioJjIX_JqENDHew',76,0,'external'),(11753,'https://www.instagram.com/himalayanhatha_yoga/',82,0,'external'),(11751,'https://www.facebook.com/himalayanhathayoga/?epa=SEARCH_BOX',82,0,'external'),(12889,'',811,0,'internal'),(12513,'http://bit.ly/TTCApply',150,0,'external'),(12514,'https://docs.google.com/forms/d/1fHynjSF5v7D0cNRTdhwIz7eyor2_Wus9NqjGNJ1QDOw/viewform',150,0,'external'),(12510,'#',150,0,'internal'),(12509,'#',150,0,'internal'),(12508,'#',150,0,'internal'),(12507,'#',150,0,'internal'),(12752,'https://www.facebook.com/West-London-Yog-290214144445215/',76,0,'external'),(12747,'https://www.facebook.com/yogiashokananda/',76,0,'external'),(12748,'https://twitter.com/Yogiashokananda',76,0,'external'),(12506,'#',150,0,'internal'),(12505,'#',150,0,'internal'),(12883,'',811,0,'internal'),(12884,'',811,0,'internal'),(12885,'',811,0,'internal'),(12886,'',811,0,'internal'),(12887,'',811,0,'internal'),(12882,'#',145,0,'internal'),(12881,'#',145,0,'internal'),(12880,'#',145,0,'internal'),(12879,'#',145,0,'internal'),(12746,'http://www.yogiashokananda.com/',76,0,'external'),(11752,'https://twitter.com/himalayanhatha',82,0,'external'),(12745,'http://www.yogiashokananda.com',76,0,'external'),(12902,'https://himalayanhathayoga.com/anthea-aireton-downer/',148,50,'internal'),(12901,'https://himalayanhathayoga.com/anthea-aireton-downer/',148,50,'internal'),(12900,'https://himalayanhathayoga.com/hayden-barile/',148,811,'internal'),(12899,'https://himalayanhathayoga.com/hayden-barile/',148,811,'internal'),(12898,'https://himalayanhathayoga.com/joseph-macnab/',148,887,'internal'),(12897,'https://himalayanhathayoga.com/joseph-macnab/',148,887,'internal'),(12896,'https://himalayanhathayoga.com/hannah-moselhi/',148,896,'internal'),(12895,'https://himalayanhathayoga.com/hannah-moselhi/',148,896,'internal'),(12893,'#',148,0,'internal'),(12894,'#',148,0,'internal'),(12891,'#',148,0,'internal'),(12892,'#',148,0,'internal'),(12888,'',811,0,'internal'),(12878,'#',145,0,'internal'),(12877,'#',145,0,'internal'),(12876,'#',145,0,'internal'),(12858,'http://www.salisbury-yoga.co.uk/',50,0,'external'),(12868,'http://www.yogiashokananda.com/info/29/Prana-Kriya-Yoga.html',896,0,'external'),(12867,'http://www.yogiashokananda.com/info/27/HHY--Himalayan-Hatha-Yoga.html',896,0,'external');
/*!40000 ALTER TABLE `wpvq_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_yoast_seo_links` with 84 row(s)
--

--
-- Table structure for table `wpvq_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wpvq_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpvq_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpvq_yoast_seo_meta`
--

LOCK TABLES `wpvq_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wpvq_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wpvq_yoast_seo_meta` VALUES (344,0,0),(336,0,0),(76,8,0),(297,0,0),(360,0,0),(150,12,2),(363,0,0),(365,0,0),(367,0,0),(369,0,0),(50,0,2),(51,0,0),(49,0,0),(376,0,0),(48,0,0),(249,0,0),(261,0,0),(276,0,0),(285,0,0),(295,0,0),(296,0,0),(333,0,0),(356,0,0),(358,0,0),(342,0,0),(343,0,0),(390,0,0),(392,0,0),(400,0,0),(420,0,0),(424,0,0),(426,0,0),(145,7,0),(431,0,0),(438,0,0),(440,0,0),(443,0,0),(445,0,0),(448,0,0),(451,0,0),(467,0,0),(471,0,0),(473,0,0),(489,0,0),(8,0,0),(168,0,0),(142,0,0),(158,0,0),(157,0,0),(140,0,0),(139,0,0),(133,0,0),(137,0,0),(136,0,0),(135,0,0),(35,0,0),(143,0,0),(159,0,0),(160,0,0),(163,0,0),(164,0,0),(166,0,0),(182,0,0),(188,0,0),(258,0,0),(228,0,0),(197,0,0),(227,0,0),(198,0,0),(226,0,0),(195,0,0),(225,0,0),(196,0,0),(221,0,0),(194,0,0),(250,0,0),(257,0,0),(256,0,0),(251,0,0),(187,0,0),(183,0,0),(259,0,0),(499,0,0),(501,0,0),(510,0,0),(512,0,0),(514,0,0),(517,0,0),(519,0,0),(523,0,0),(525,0,0),(536,0,0),(538,0,0),(544,0,0),(546,0,0),(82,0,0),(550,0,0),(240,0,0),(141,0,0),(153,0,0),(254,0,0),(273,0,0),(274,0,0),(275,0,0),(220,0,0),(563,0,0),(568,0,0),(573,0,0),(575,0,0),(578,0,0),(589,0,0),(598,0,0),(602,0,0),(286,0,0),(389,0,0),(279,0,0),(614,0,0),(46,0,0),(407,0,0),(436,0,0),(488,0,0),(643,0,0),(352,0,0),(339,0,0),(338,0,0),(357,0,0),(354,0,0),(355,0,0),(340,0,0),(341,0,0),(362,0,0),(386,0,0),(387,0,0),(388,0,0),(659,0,0),(148,12,0),(43,0,0),(44,0,0),(45,0,0),(47,0,0),(686,0,0),(706,0,0),(244,0,0),(245,0,0),(243,0,0),(173,0,0),(709,0,0),(708,0,0),(707,0,0),(299,0,0),(320,0,0),(712,0,0),(715,0,0),(722,0,0),(798,0,0),(803,0,0),(805,0,0),(811,8,2),(608,0,0),(656,0,0),(844,0,0),(847,0,0),(850,0,0),(854,0,0),(822,0,0),(301,0,0),(864,0,0),(793,0,0),(835,0,0),(831,0,0),(869,0,0),(873,0,0),(877,0,0),(880,0,0),(879,0,0),(884,0,0),(887,0,2),(888,0,0),(867,0,0),(881,0,0),(890,0,0),(896,0,2),(897,0,0),(899,0,0),(23,0,0),(20,0,0),(235,0,0),(234,0,0),(178,0,0),(177,0,0),(176,0,0),(175,0,0),(174,0,0),(172,0,0),(171,0,0),(100,0,0),(99,0,0),(98,0,0),(97,0,0),(87,0,0),(86,0,0),(77,0,0),(75,0,0),(74,0,0),(73,0,0),(72,0,0),(71,0,0),(70,0,0),(69,0,0),(68,0,0),(67,0,0),(66,0,0),(65,0,0),(40,0,0),(39,0,0),(28,0,0),(27,0,0),(26,0,0),(25,0,0),(24,0,0),(3,0,0),(840,0,0),(405,0,0),(406,0,0),(408,0,0),(412,0,0),(413,0,0),(414,0,0),(415,0,0),(416,0,0),(417,0,0),(418,0,0),(428,0,0),(432,0,0),(433,0,0),(452,0,0),(453,0,0),(454,0,0),(455,0,0),(456,0,0),(457,0,0),(458,0,0),(459,0,0),(460,0,0),(461,0,0),(462,0,0),(463,0,0),(464,0,0),(465,0,0),(483,0,0),(484,0,0),(485,0,0),(486,0,0),(487,0,0),(895,0,0),(902,0,0),(636,0,0),(637,0,0),(638,0,0),(639,0,0),(640,0,0),(647,0,0),(648,0,0),(649,0,0),(650,0,0),(657,0,0),(665,0,0),(666,0,0),(913,0,0),(912,0,0),(781,0,0),(792,0,0),(272,0,0),(268,0,0),(383,0,0),(372,0,0),(373,0,0),(374,0,0),(381,0,0),(382,0,0),(384,0,0),(385,0,0),(800,0,0),(810,0,0),(807,0,0),(806,0,0),(808,0,0),(813,0,0),(321,0,0),(814,0,0),(815,0,0),(816,0,0),(817,0,0),(818,0,0),(819,0,0),(41,0,0),(820,0,0),(42,0,0),(821,0,0),(10,0,0),(830,0,0),(832,0,0),(833,0,0),(834,0,0),(870,0,0),(380,0,0),(379,0,0),(271,0,0),(378,0,0),(871,0,0),(872,0,0),(878,0,0),(874,0,0),(875,0,0),(876,0,0),(866,0,0),(375,0,0),(270,0,0),(868,0,0),(885,0,0),(882,0,0),(886,0,0),(377,0,0),(794,0,0),(796,0,0),(903,0,0),(306,0,0),(904,0,0),(302,0,0),(905,0,0),(303,0,0),(906,0,0),(304,0,0),(907,0,0),(305,0,0),(914,0,0);
/*!40000 ALTER TABLE `wpvq_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpvq_yoast_seo_meta` with 336 row(s)
--

/*!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: Wed, 18 Dec 2019 18:47:07 +0000
